[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at gemini.archlinux.org
Mon Sep 5 15:59:04 UTC 2022
Date: Monday, September 5, 2022 @ 15:59:04
Author: spupykin
Revision: 1293044
archrelease: copy trunk to community-any
Added:
firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 1293043, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
firefox-adblock-plus/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-05 15:58:40 UTC (rev 1293043)
+++ PKGBUILD 2022-09-05 15:59:04 UTC (rev 1293044)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=firefox-adblock-plus
-pkgver=3.14.1
-pkgrel=1
-_file=3971526
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="https://adblockplus.org/"
-license=('GPL3')
-makedepends=('unzip' 'jq')
-groups=('firefox-addons')
-# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
-# 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=('08d96114b0837145bc50056245e74994a4a4733ac3720136ca9e6012c80a79f0')
-
-check() {
- unzip adblock-plus-$pkgver.xpi manifest.json
- jq '.version' manifest.json | grep -E '^"'$pkgver'"$'
-}
-
-package() {
- depends=("firefox")
-
- _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
- _extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
- install -Dm644 "${srcdir}"/adblock-plus-${pkgver}.xpi "${_extension_dest}.xpi"
-}
Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 1293043, firefox-adblock-plus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-05 15:59:04 UTC (rev 1293044)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=firefox-adblock-plus
+pkgver=3.14.2
+pkgrel=1
+_file=3995494
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="https://adblockplus.org/"
+license=('GPL3')
+makedepends=('unzip' 'jq')
+groups=('firefox-addons')
+# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
+# 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=('9aceb740f59a10f3fb9c0d1bf9eb8b7c57ca3e927642085b3f2df39c4b36c70d')
+
+check() {
+ unzip adblock-plus-$pkgver.xpi manifest.json
+ jq '.version' manifest.json | grep -E '^"'$pkgver'"$'
+}
+
+package() {
+ depends=("firefox")
+
+ _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
+ _extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+ install -Dm644 "${srcdir}"/adblock-plus-${pkgver}.xpi "${_extension_dest}.xpi"
+}
More information about the arch-commits
mailing list