diff options
Diffstat (limited to 'community/uget')
-rw-r--r-- | community/uget/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/uget/PKGBUILD b/community/uget/PKGBUILD index e2ad02dbf..0a0edc18d 100644 --- a/community/uget/PKGBUILD +++ b/community/uget/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 82947 2013-01-26 02:16:13Z bgyorgy $ +# $Id: PKGBUILD 95829 2013-08-17 12:17:24Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=uget pkgver=1.10.3 -pkgrel=1 +pkgrel=2 pkgdesc="GTK+ download manager featuring download classification and HTML import" arch=('i686' 'x86_64') url="http://urlget.sourceforge.net/" license=('LGPL') -depends=('libnotify' 'gtk3' 'gstreamer0.10' 'curl' 'hicolor-icon-theme' 'xdg-utils') +depends=('libnotify' 'gtk3' 'gstreamer' 'curl' 'hicolor-icon-theme' 'xdg-utils') makedepends=('intltool') optdepends=('aria2: alternative backend') install=$pkgname.install |