diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-10 13:57:40 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-10 13:57:40 -0600 |
commit | e9447f47dcf11be3dc905e72374b0e4298a4c112 (patch) | |
tree | 549bd1150a4066f927fed86e0d90d5ac405ab8e5 /libre/libretools/PKGBUILD | |
parent | be9dd340ef7d752d61d0d3b4b6b18164016f4605 (diff) |
Updated depends array to include wget.
Diffstat (limited to 'libre/libretools/PKGBUILD')
-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 |