diff options
author | root <root@rshg054.dnsready.net> | 2012-09-07 00:03:53 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-07 00:03:53 +0000 |
commit | ed51a8c1611ffa602f5f9628c858f6edbc218fc8 (patch) | |
tree | 9da1c83153c6a7313cc5fbdc6a361083051e9f1d /community/uget/PKGBUILD | |
parent | 3a491cfc574c49ee5f006f74323b6d432d372ab8 (diff) |
Fri Sep 7 00:03:53 UTC 2012
Diffstat (limited to 'community/uget/PKGBUILD')
-rw-r--r-- | community/uget/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/uget/PKGBUILD b/community/uget/PKGBUILD index 73c1ba391..9e975f8bb 100644 --- a/community/uget/PKGBUILD +++ b/community/uget/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 70730 2012-05-15 22:54:45Z bgyorgy $ +# $Id: PKGBUILD 75928 2012-09-05 17:18:03Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=uget -pkgver=1.8.2 +pkgver=1.10 pkgrel=1 pkgdesc="GTK+ download manager featuring download classification and HTML import" arch=('i686' 'x86_64') @@ -12,14 +12,14 @@ depends=('libnotify' 'gtk3' 'gstreamer0.10' 'curl' 'hicolor-icon-theme' 'xdg-uti makedepends=('intltool') optdepends=('aria2: alternative backend') install=$pkgname.install -source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz) -md5sums=('42be57f08f41ffe4f5c4b60a4e8aa079') +source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver-2.tar.gz) +md5sums=('cf6f58b838321f97aa9f3c0b0b0315cf') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-appindicator --with-gtk3 + --disable-appindicator make } |