summaryrefslogtreecommitdiff
path: root/community/uget/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/uget/PKGBUILD')
-rw-r--r--community/uget/PKGBUILD10
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
}