diff options
Diffstat (limited to 'community/uget/PKGBUILD')
-rw-r--r-- | community/uget/PKGBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/community/uget/PKGBUILD b/community/uget/PKGBUILD index 01eb6df30..bf103729d 100644 --- a/community/uget/PKGBUILD +++ b/community/uget/PKGBUILD @@ -1,26 +1,23 @@ -# $Id: PKGBUILD 68396 2012-03-24 05:49:50Z bgyorgy $ +# $Id: PKGBUILD 69404 2012-04-15 22:27:21Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=uget -pkgver=1.8.0 -pkgrel=3 +pkgver=1.8.1 +pkgrel=1 pkgdesc="GTK+ download manager featuring download classification and HTML import" arch=('i686' 'x86_64') url="http://urlget.sourceforge.net/" -license=('GPL') +license=('LGPL') depends=('libnotify' 'gtk3' 'gstreamer0.10' 'curl' 'hicolor-icon-theme' 'xdg-utils') makedepends=('intltool') optdepends=('aria2: alternative backend') install=$pkgname.install source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz) -md5sums=('2e0ad66ecdd0104b8fb27b29fdb44df1') +md5sums=('e3fc14042820f0496f12c85c3847c6f8') build() { cd "$srcdir/$pkgname-$pkgver" - # Fix aria2 arguments - sed -i 's/\"--enable-xml-rpc\"/"--enable-rpc"/' uget-gtk/UgSetting.c - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-appindicator --with-gtk3 make |