diff options
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 231781b33..4f99dc607 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -2,13 +2,13 @@ # Contributor: fauno <fauno@kiwwwi.com.ar> pkgname=libretools -pkgver=20110209 +pkgver=20110210 pkgrel=1 pkgdesc="Scripts for easing Parabola's tasks" arch=('any') url="http://parabolagnulinux.org" license=('GPL3+') -depends=(devtools git) +depends=(devtools git wget) makedepends=(git) backup=(etc/libretools.conf) install=libretools.install |