diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-26 14:54:55 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-26 14:54:55 -0200 |
commit | 85f75821a138f647dfb6053e4959718704e8c148 (patch) | |
tree | 06fd376731861b9178d393d7d1fc0d7e52e6221b /libre/icecat-adblock-plus/PKGBUILD | |
parent | 89a27d7cd02da50cfadc004a8e1d628805efbe31 (diff) | |
download | abslibre-85f75821a138f647dfb6053e4959718704e8c148.tar.gz abslibre-85f75821a138f647dfb6053e4959718704e8c148.tar.bz2 abslibre-85f75821a138f647dfb6053e4959718704e8c148.zip |
ice{cat,weasel}-adblock-plus-2.5.1-1: updating version
Diffstat (limited to 'libre/icecat-adblock-plus/PKGBUILD')
-rw-r--r-- | libre/icecat-adblock-plus/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libre/icecat-adblock-plus/PKGBUILD b/libre/icecat-adblock-plus/PKGBUILD index b1ccb3b09..412535caf 100644 --- a/libre/icecat-adblock-plus/PKGBUILD +++ b/libre/icecat-adblock-plus/PKGBUILD @@ -1,11 +1,10 @@ -# $Id: PKGBUILD 104302 2014-01-17 11:39:31Z spupykin $ +# $Id: PKGBUILD 106267 2014-02-26 10:45:17Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> - pkgname=icecat-adblock-plus -pkgver=2.4.1 -_addons_file=230225 -pkgrel=1.1 +pkgver=2.5.1 +_addons_file=244872 +pkgrel=1 pkgdesc="plugin for icecat which block ads and banners" arch=('any') url="http://adblockplus.org/" @@ -15,7 +14,7 @@ makedepends=('unzip') provides=(firefox-adblock-plus=$pkgver) noextract=("adblock_plus-$pkgver-fx+tb+fn+sm.xpi") source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi) -md5sums=('3fe51813290a0d7103b620e2813a8c0e') +md5sums=('7e1c072961be0d108c81ab91bd89d687') package() { # _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.` |