diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icecat-adblock-plus/PKGBUILD | 6 | ||||
-rw-r--r-- | libre/iceweasel-adblock-plus/PKGBUILD | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libre/icecat-adblock-plus/PKGBUILD b/libre/icecat-adblock-plus/PKGBUILD index ab58194d2..8c08657a4 100644 --- a/libre/icecat-adblock-plus/PKGBUILD +++ b/libre/icecat-adblock-plus/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 129564 2015-03-19 11:00:18Z spupykin $ +# $Id: PKGBUILD 137145 2015-07-20 11:12:41Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=icecat-adblock-plus -pkgver=2.6.8 +pkgver=2.6.9 pkgrel=1 pkgdesc="Extension for icecat which block ads and banners" arch=('any') @@ -13,7 +13,7 @@ depends=("icecat") makedepends=('unzip') noextract=("adblockplus-$pkgver.xpi") source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi") -md5sums=('70fbdf0d03bc6c9d90f619810ec96383') +md5sums=('e53ca224ec1bfad22b97c50ff191c1d9') package() { cd $srcdir diff --git a/libre/iceweasel-adblock-plus/PKGBUILD b/libre/iceweasel-adblock-plus/PKGBUILD index 914569d97..393391037 100644 --- a/libre/iceweasel-adblock-plus/PKGBUILD +++ b/libre/iceweasel-adblock-plus/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 129564 2015-03-19 11:00:18Z spupykin $ +# $Id: PKGBUILD 137145 2015-07-20 11:12:41Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=iceweasel-adblock-plus -pkgver=2.6.8 -pkgrel=1.1 +pkgver=2.6.9 +pkgrel=1 pkgdesc="Extension for iceweasel which block ads and banners" arch=('any') url="http://adblockplus.org/" @@ -14,7 +14,7 @@ makedepends=('unzip') replaces=('firefox-adblock-plus') noextract=("adblockplus-$pkgver.xpi") source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi") -md5sums=('70fbdf0d03bc6c9d90f619810ec96383') +md5sums=('e53ca224ec1bfad22b97c50ff191c1d9') package() { cd $srcdir |