summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-01-22 19:41:14 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-01-22 19:41:14 +0100
commit35556f5872911e626749f3dc1f92caec7a4ad32c (patch)
tree50fc538e2315ff0f5b25124d41ba8a11bae612a3 /libre
parentb543a7db6e4e322e600e0aae3266b87d9b4bb6f4 (diff)
Add another dependency.
Diffstat (limited to 'libre')
-rw-r--r--libre/mozilla-devscripts/PKGBUILD4
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")