summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")