diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-03 01:57:12 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-22 16:15:00 -0300 |
commit | e29c44c2143cd90acfda2714b9a391b7abeaf8d7 (patch) | |
tree | 7fafef793a4bb15b9c5e4c9e1305d75c308f9806 | |
parent | fb12e91098d114f2f9edacc3355665fef5cfd5f0 (diff) | |
download | abslibre-e29c44c2143cd90acfda2714b9a391b7abeaf8d7.tar.gz abslibre-e29c44c2143cd90acfda2714b9a391b7abeaf8d7.tar.bz2 abslibre-e29c44c2143cd90acfda2714b9a391b7abeaf8d7.zip |
ice{cat,weasel}-adblock-plus-2.6.10-1: updating version
-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 8c08657a4..e70fa1cb3 100644 --- a/libre/icecat-adblock-plus/PKGBUILD +++ b/libre/icecat-adblock-plus/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 137145 2015-07-20 11:12:41Z spupykin $ +# $Id: PKGBUILD 139089 2015-09-02 08:47:24Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=icecat-adblock-plus -pkgver=2.6.9 +pkgver=2.6.10 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=('e53ca224ec1bfad22b97c50ff191c1d9') +md5sums=('df5f71f73ace992fc3504a6c46849b59') package() { cd $srcdir diff --git a/libre/iceweasel-adblock-plus/PKGBUILD b/libre/iceweasel-adblock-plus/PKGBUILD index 393391037..f54dffb7d 100644 --- a/libre/iceweasel-adblock-plus/PKGBUILD +++ b/libre/iceweasel-adblock-plus/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 137145 2015-07-20 11:12:41Z spupykin $ +# $Id: PKGBUILD 139089 2015-09-02 08:47:24Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=iceweasel-adblock-plus -pkgver=2.6.9 +pkgver=2.6.10 pkgrel=1 pkgdesc="Extension for iceweasel which block ads and banners" arch=('any') @@ -14,7 +14,7 @@ makedepends=('unzip') replaces=('firefox-adblock-plus') noextract=("adblockplus-$pkgver.xpi") source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi") -md5sums=('e53ca224ec1bfad22b97c50ff191c1d9') +md5sums=('df5f71f73ace992fc3504a6c46849b59') package() { cd $srcdir |