diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-01-22 19:41:14 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-01-22 19:41:14 +0100 |
commit | 35556f5872911e626749f3dc1f92caec7a4ad32c (patch) | |
tree | 50fc538e2315ff0f5b25124d41ba8a11bae612a3 /libre/mozilla-devscripts | |
parent | b543a7db6e4e322e600e0aae3266b87d9b4bb6f4 (diff) | |
download | abslibre-35556f5872911e626749f3dc1f92caec7a4ad32c.tar.gz abslibre-35556f5872911e626749f3dc1f92caec7a4ad32c.tar.bz2 abslibre-35556f5872911e626749f3dc1f92caec7a4ad32c.zip |
Add another dependency.
Diffstat (limited to 'libre/mozilla-devscripts')
-rw-r--r-- | libre/mozilla-devscripts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/mozilla-devscripts/PKGBUILD b/libre/mozilla-devscripts/PKGBUILD index 5762a9737..faa4b3a2a 100644 --- a/libre/mozilla-devscripts/PKGBUILD +++ b/libre/mozilla-devscripts/PKGBUILD @@ -2,12 +2,12 @@ pkgname=mozilla-devscripts pkgver=0.30 -pkgrel=1 +pkgrel=1.1 pkgdesc="Development scripts used by Debian Mozilla's addons packages" arch=("any") url="http://packages.debian.org/source/unstable/mozilla-devscripts" license=('GPL' 'custom') -depends=("python2" "unzip") +depends=("python2" "zip" "unzip") _debrepo=http://ftp.debian.org/debian/pool/main/ source=("${_debrepo}/m/${pkgname}/${pkgname}_${pkgver}.dsc" "${_debrepo}/m/${pkgname}/${pkgname}_${pkgver}.tar.gz") |