diff options
-rw-r--r-- | libre/icecat-adblock-plus/PKGBUILD | 6 | ||||
-rw-r--r-- | libre/iceweasel-adblock-plus/PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libre/icecat-adblock-plus/PKGBUILD b/libre/icecat-adblock-plus/PKGBUILD index 4fd3e2b4d..99332d512 100644 --- a/libre/icecat-adblock-plus/PKGBUILD +++ b/libre/icecat-adblock-plus/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 112759 2014-06-06 12:14:32Z spupykin $ +# $Id: PKGBUILD 116888 2014-08-05 10:09:39Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=icecat-adblock-plus -pkgver=2.6.3 +pkgver=2.6.4 pkgrel=1 pkgdesc="plugin for icecat which block ads and banners" arch=('any') @@ -13,7 +13,7 @@ makedepends=('unzip') provides=(firefox-adblock-plus=$pkgver) noextract=("adblockplus-$pkgver.xpi") source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi") -md5sums=('7a19a9662bb5f5dbfa132e74cd36d244') +md5sums=('aabde142299853c2b551b54d97720d29') package() { cd $srcdir diff --git a/libre/iceweasel-adblock-plus/PKGBUILD b/libre/iceweasel-adblock-plus/PKGBUILD index 7b7947d90..0e03b8a12 100644 --- a/libre/iceweasel-adblock-plus/PKGBUILD +++ b/libre/iceweasel-adblock-plus/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 112759 2014-06-06 12:14:32Z spupykin $ +# $Id: PKGBUILD 116888 2014-08-05 10:09:39Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=iceweasel-adblock-plus -pkgver=2.6.3 +pkgver=2.6.4 pkgrel=1 pkgdesc="plugin for iceweasel which block ads and banners" arch=('any') @@ -13,7 +13,7 @@ makedepends=('unzip') provides=(firefox-adblock-plus=$pkgver) noextract=("adblockplus-$pkgver.xpi") source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi") -md5sums=('7a19a9662bb5f5dbfa132e74cd36d244') +md5sums=('aabde142299853c2b551b54d97720d29') package() { cd $srcdir |