diff options
author | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-07-22 16:59:58 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-07-22 16:59:58 -0300 |
commit | 98b9141f47309f331d969a4fcbc21d47a8b609f7 (patch) | |
tree | dd72ff155a96adb700fcaf177590670aedf4cc97 | |
parent | 642331a18d51ef5a2ad31a52e360bdd7b5b2a6ec (diff) | |
download | abslibre-98b9141f47309f331d969a4fcbc21d47a8b609f7.tar.gz abslibre-98b9141f47309f331d969a4fcbc21d47a8b609f7.tar.bz2 abslibre-98b9141f47309f331d969a4fcbc21d47a8b609f7.zip |
mozilla-devscripts: updating package
-rw-r--r-- | libre/mozilla-devscripts/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/mozilla-devscripts/PKGBUILD b/libre/mozilla-devscripts/PKGBUILD index faa4b3a2a..ef7ea7641 100644 --- a/libre/mozilla-devscripts/PKGBUILD +++ b/libre/mozilla-devscripts/PKGBUILD @@ -1,8 +1,9 @@ # Maintainer: Michał Masłowski <mtjm@mtjm.eu> +# Contributor: Márcio Silva <coadde@lavabit.com> pkgname=mozilla-devscripts -pkgver=0.30 -pkgrel=1.1 +pkgver=0.32 +pkgrel=1 pkgdesc="Development scripts used by Debian Mozilla's addons packages" arch=("any") url="http://packages.debian.org/source/unstable/mozilla-devscripts" @@ -11,8 +12,8 @@ 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") -md5sums=("6e517cef69c115356eb808866fd29268" - "4e95fb93d0d93b56543d2a789d457309") +md5sums=("386a5854601f29dca4a293f90f6c2a69" + "230126afa15fa654eb254bb4e61b4a93") build() { cd "$srcdir/$pkgname-$pkgver" |