summaryrefslogtreecommitdiffstats
path: root/dzlad
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2011-07-24 12:09:22 +0200
committerFlorian Pritz <bluewind@xssn.at>2011-07-24 12:09:22 +0200
commit44c6e7dfa4967843b05ee961fd243f655ed31717 (patch)
tree65965ad8527c817b453899908581aaf941663505 /dzlad
parentb8c33ee22e78f48f52bfde7328d20efe73493149 (diff)
downloadaur-packages-44c6e7dfa4967843b05ee961fd243f655ed31717.tar.gz
aur-packages-44c6e7dfa4967843b05ee961fd243f655ed31717.tar.xz
dzlad: upstream update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'dzlad')
-rw-r--r--dzlad/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/dzlad/PKGBUILD b/dzlad/PKGBUILD
index a3585d8..f54fc09 100644
--- a/dzlad/PKGBUILD
+++ b/dzlad/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: lolilolicon <lolilolicon#gmail#com>
pkgname=dzlad
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
-pkgdesc="Dzlad helps you do some AUR tasks"
+pkgdesc="Command line interface to AUR written in Ruby"
arch=(any)
url="http://lolilolicon.github.com/dzlad"
license=('MIT')
depends=(ruby)
-source=(http://cloud.github.com/downloads/lolilolicon/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('061b864b84028c725968381bea009d83')
+source=(http://github.com/downloads/lolilolicon/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('3d2d320630e73fe7f96631943ae2d952')
build() {
cd "$srcdir/$pkgname-$pkgver"