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

Balló György bgyorgy at archlinux.org
Fri Dec 19 04:02:17 UTC 2014


    Date: Friday, December 19, 2014 @ 05:02:16
  Author: bgyorgy
Revision: 124091

upgpkg: gwget 1.0.4-9

Add missing wget dependency

Modified:
  gwget/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-19 03:22:19 UTC (rev 124090)
+++ PKGBUILD	2014-12-19 04:02:16 UTC (rev 124091)
@@ -7,12 +7,12 @@
 
 pkgname=gwget
 pkgver=1.0.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Download manager for GNOME"
 arch=('i686' 'x86_64')
 url="http://projects.gnome.org/gwget/"
 license=('GPL')
-depends=('gtk3' 'gconf' 'libnotify')
+depends=('gtk3' 'gconf' 'libnotify' 'wget')
 makedepends=('intltool')
 install=$pkgname.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2



More information about the arch-commits mailing list