diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icecat-noscript/PKGBUILD | 6 | ||||
-rw-r--r-- | libre/iceweasel-noscript/PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libre/icecat-noscript/PKGBUILD b/libre/icecat-noscript/PKGBUILD index fff1577d3..4d6363045 100644 --- a/libre/icecat-noscript/PKGBUILD +++ b/libre/icecat-noscript/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 170778 2016-04-12 16:25:28Z spupykin $ +# $Id: PKGBUILD 186197 2016-08-09 13:37:12Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor (Arch): Eschwartz <eschwartz93@gmail.com> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=icecat-noscript -pkgver=2.9.0.11 +pkgver=2.9.0.14 pkgrel=1 pkgdesc="Extension for icecat which disables script" arch=('any') @@ -15,7 +15,7 @@ depends=('icecat') makedepends=('unzip') source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi) noextract=("noscript-${pkgver}.xpi") -md5sums=('2344f7bab216ee3f552cbf723ad50d7b') +md5sums=('e60590e188d0d2f69cbec5c6382f15fd') prepare() { cd "${srcdir}" diff --git a/libre/iceweasel-noscript/PKGBUILD b/libre/iceweasel-noscript/PKGBUILD index 939c41812..6644bfaf7 100644 --- a/libre/iceweasel-noscript/PKGBUILD +++ b/libre/iceweasel-noscript/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 170778 2016-04-12 16:25:28Z spupykin $ +# $Id: PKGBUILD 186197 2016-08-09 13:37:12Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor (Arch): Eschwartz <eschwartz93@gmail.com> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=iceweasel-noscript -pkgver=2.9.0.11 +pkgver=2.9.0.14 pkgrel=1 pkgdesc="Extension for iceweasel which disables script" arch=('any') @@ -16,7 +16,7 @@ makedepends=('unzip') replaces=('firefox-noscript') source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi) noextract=("noscript-${pkgver}.xpi") -md5sums=('2344f7bab216ee3f552cbf723ad50d7b') +md5sums=('e60590e188d0d2f69cbec5c6382f15fd') prepare() { cd "${srcdir}" |