Date: Wednesday, December 14, 2022 @ 17:34:30
  Author: spupykin
Revision: 1359143

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
    (from rev 1359142, 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-12-14 17:33:44 UTC (rev 1359142)
+++ PKGBUILD    2022-12-14 17:34:30 UTC (rev 1359143)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Maintainer: Eli Schwartz <eschwa...@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"
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 1359142, 
firefox-adblock-plus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-14 17:34:30 UTC (rev 1359143)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Maintainer: Eli Schwartz <eschwa...@archlinux.org>
+
+pkgname=firefox-adblock-plus
+pkgver=3.15.2
+pkgrel=1
+_file=4039476
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="https://adblockplus.org/";
+license=('GPL3')
+checkdepends=('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=('210f088d3bf59168e83b5cf22586019d99f80c26fea5fceec0065e98cb53f272')
+
+check() {
+  bsdtar xf 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"
+}

Reply via email to