Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
firefox-adblock-plus
Commits:
2d470c42 by Sergej Pupykin at 2024-09-17T00:02:40+03:00
upgpkg: 4.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = firefox-adblock-plus
pkgdesc = Extension for firefox which blocks ads and banners
- pkgver = 4.5.1
+ pkgver = 4.7
pkgrel = 1
url = https://adblockplus.org/
arch = any
groups = firefox-addons
license = GPL3
checkdepends = jq
- noextract = adblock-plus-4.5.1.xpi
- source =
https://addons.mozilla.org/firefox/downloads/file/4336281/adblock-plus-4.5.1.xpi
- sha256sums =
bfeaf433cb0b728d7011a4354524a3943a8885241105c60aa94555d8561c3ae5
+ noextract = adblock-plus-4.7.xpi
+ source =
https://addons.mozilla.org/firefox/downloads/file/4351045/adblock-plus-4.7.xpi
+ sha256sums =
c3595d3503d20709c9e1c624812432c0bce80aa715f1e8df42bebe1c4d656434
pkgname = firefox-adblock-plus
depends = firefox
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
# Contributor: Eli Schwartz <[email protected]>
pkgname=firefox-adblock-plus
-pkgver=4.5.1
+pkgver=4.7
pkgrel=1
-_file=4336281
+_file=4351045
pkgdesc="Extension for firefox which blocks ads and banners"
arch=('any')
url="https://adblockplus.org/"
@@ -15,7 +15,7 @@ groups=('firefox-addons')
# wget -qO-
https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/ | grep
-oP '/\d+/adblock_plus-\S+.xpi'
source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi")
noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('bfeaf433cb0b728d7011a4354524a3943a8885241105c60aa94555d8561c3ae5')
+sha256sums=('c3595d3503d20709c9e1c624812432c0bce80aa715f1e8df42bebe1c4d656434')
check() {
bsdtar xf adblock-plus-$pkgver.xpi manifest.json
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-adblock-plus/-/commit/2d470c428aff8793f78d5b9e071a93df403b4a0e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-adblock-plus/-/commit/2d470c428aff8793f78d5b9e071a93df403b4a0e
You're receiving this email because of your account on gitlab.archlinux.org.