diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-06-26 01:36:57 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-06-26 01:36:57 -0300 |
commit | 9d4c3e40f16d2750b3a3eebe3388bb518f459ca9 (patch) | |
tree | 44ebae63bdf6969750fa499ea8a58e1e73b8dbae /libre/icecat-noscript | |
parent | 686b828c74111f0f9cfe90448849c0259d2156fb (diff) |
ice{cat,weasel}-noscript-2.6.8.29-1: updating version
Diffstat (limited to 'libre/icecat-noscript')
-rw-r--r-- | libre/icecat-noscript/PKGBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/libre/icecat-noscript/PKGBUILD b/libre/icecat-noscript/PKGBUILD index 088fe9261..8980e064e 100644 --- a/libre/icecat-noscript/PKGBUILD +++ b/libre/icecat-noscript/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 112697 2014-06-05 09:33:46Z spupykin $ +# $Id: PKGBUILD 113555 2014-06-25 15:11:49Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: André Silva <emulatorman@parabola.nu> _pkgname=firefox-noscript pkgname=icecat-noscript -pkgver=2.6.8.28 +pkgver=2.6.8.29 pkgrel=1 pkgdesc="plugin for icecat which disables script" arch=('any') @@ -14,18 +14,15 @@ depends=() provides=($_pkgname=$pkgver) makedepends=('unzip') source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi) -md5sums=('b42e3b9f92aab0f716bcd03b621aa72e') +md5sums=('ddcc203cf5d96fba7b1dc6fe1b3af6bc') package() { -# _ffver=`pacman -Q icecat | cut -f2 -d\ | cut -f1 -d-` -# depends=("icecat>=${_ffver}" "icecat<=${_ffver/0/99}") depends=("icecat") cd $srcdir local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; s/\"//g; p; q' install.rdf) local dstdir=$pkgdir/usr/lib/icecat/browser/extensions/${emid} install -d $dstdir -# sed -i 's#<em:maxVersion>.*</em:maxVersion>#<em:maxVersion>7.*</em:maxVersion>#' install.rdf cp -R * $dstdir rm $dstdir/noscript-$pkgver.xpi } |