diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-09-26 15:41:19 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-09-26 15:41:19 -0300 |
commit | ea4e2aab558fcea86a9aae9a8145c9471eba3863 (patch) | |
tree | 53bfdd049b76046e1c5e2f39c70de9f4a03e2775 /libre/icecat-noscript | |
parent | 74b75f60da682fa0294928c0ed0e327c92e429e3 (diff) | |
parent | 98260c7b24558dc4b14df66c1b87fdf34a3d7dde (diff) | |
download | abslibre-ea4e2aab558fcea86a9aae9a8145c9471eba3863.tar.gz abslibre-ea4e2aab558fcea86a9aae9a8145c9471eba3863.tar.bz2 abslibre-ea4e2aab558fcea86a9aae9a8145c9471eba3863.zip |
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'libre/icecat-noscript')
-rw-r--r-- | libre/icecat-noscript/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/icecat-noscript/PKGBUILD b/libre/icecat-noscript/PKGBUILD index 9ce528bd3..35e6d73c1 100644 --- a/libre/icecat-noscript/PKGBUILD +++ b/libre/icecat-noscript/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 93410 2013-07-03 10:50:31Z spupykin $ +# $Id: PKGBUILD 97515 2013-09-23 16:13:35Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> _pkgname=firefox-noscript pkgname=icecat-noscript -pkgver=2.6.6.7 -pkgrel=1.1 +pkgver=2.6.7.1 +pkgrel=1 pkgdesc="plugin for icecat which disables script" arch=('any') url="http://noscript.net/" @@ -14,7 +14,7 @@ depends=() provides=$_pkgname=$pkgver makedepends=('unzip') source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi) -md5sums=('10b6704f34568d226fb5fe69b7d6043d') +md5sums=('fcc2cbd8792d215604e3fe89847bc936') package() { # _ffver=`pacman -Q icecat | cut -f2 -d\ | cut -f1 -d-` |