[arch-commits] Commit in uget/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Apr 8 13:32:42 UTC 2016


    Date: Friday, April 8, 2016 @ 15:32:42
  Author: bgyorgy
Revision: 169680

upgpkg: uget 2.0.6-1

Update to new version

Modified:
  uget/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-08 13:25:05 UTC (rev 169679)
+++ PKGBUILD	2016-04-08 13:32:42 UTC (rev 169680)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=uget
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 pkgdesc="GTK+ download manager featuring download classification and HTML import"
 arch=('i686' 'x86_64')
@@ -13,12 +13,11 @@
 optdepends=('aria2: alternative backend')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-md5sums=('19665a85890a8db7d785ded404f96780')
+sha256sums=('1e0e9cf59e91f061f5cf16a86536f27c8de24992bdee5fb28bc9c1e07c9b6fcc')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-appindicator
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 



More information about the arch-commits mailing list