diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-07 14:19:31 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-07 14:19:31 -0200 |
commit | e9830f398b357005187922cd6b929f2f32847155 (patch) | |
tree | 9c7e708bbb3ce9d3727ac20d84164e687225520c /libre/iceweasel-adblock-plus/PKGBUILD | |
parent | fa1da4b56464fe87b76eae5a0450607f4ba00f51 (diff) |
ice{cat,weasel}-adblock-plus-2.6.7-1: updating version
Diffstat (limited to 'libre/iceweasel-adblock-plus/PKGBUILD')
-rw-r--r-- | libre/iceweasel-adblock-plus/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/iceweasel-adblock-plus/PKGBUILD b/libre/iceweasel-adblock-plus/PKGBUILD index c8c59d8c0..ae63f2ee7 100644 --- a/libre/iceweasel-adblock-plus/PKGBUILD +++ b/libre/iceweasel-adblock-plus/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 122670 2014-11-17 12:02:21Z spupykin $ +# $Id: PKGBUILD 125968 2015-01-15 16:01:42Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=iceweasel-adblock-plus -pkgver=2.6.6 +pkgver=2.6.7 pkgrel=1 pkgdesc="Extension for iceweasel which block ads and banners" arch=('any') @@ -13,7 +13,7 @@ depends=("iceweasel") makedepends=('unzip') noextract=("adblockplus-$pkgver.xpi") source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi") -md5sums=('a1b1bc6a14b437c82ac830116979e9f6') +md5sums=('e2ffa2355457397d5df135b54d65c726') package() { cd $srcdir |