diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-13 03:50:12 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-13 03:50:12 +0000 |
commit | 4e5db57790dfb7243ca8b1d7c82f834a6294d8ab (patch) | |
tree | 5fa56a9aaad99bff3be377187b518aa7938dd746 /libre/iceweasel-noscript/PKGBUILD | |
parent | 5d4b5782f03734e12c907cbc7e4b8c35926e9554 (diff) |
Thu Mar 13 03:41:44 UTC 2014
Diffstat (limited to 'libre/iceweasel-noscript/PKGBUILD')
-rw-r--r-- | libre/iceweasel-noscript/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/iceweasel-noscript/PKGBUILD b/libre/iceweasel-noscript/PKGBUILD index 329546c29..87a1964d3 100644 --- a/libre/iceweasel-noscript/PKGBUILD +++ b/libre/iceweasel-noscript/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106436 2014-03-03 06:35:51Z spupykin $ +# $Id: PKGBUILD 106974 2014-03-11 09:44:54Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer (Parabola): André Silva <emulatorman@parabola.nu> _pkgname=firefox-noscript pkgname=iceweasel-noscript -pkgver=2.6.8.16 +pkgver=2.6.8.17 pkgrel=1 pkgdesc="plugin for iceweasel which disables script" arch=('any') @@ -14,7 +14,7 @@ depends=() provides=$_pkgname=$pkgver makedepends=('unzip') source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi) -md5sums=('03c72e88e22a392174a395cb3563f0fa') +md5sums=('11a37854aeda9eae8de3a822633a369d') package() { # _ffver=`pacman -Q iceweasel-libre | cut -f2 -d\ | cut -f1 -d-` |