[arch-commits] Commit in firefox-ublock-origin/repos/community-any (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Sat Jan 30 18:47:37 UTC 2021


    Date: Saturday, January 30, 2021 @ 18:47:37
  Author: polyzen
Revision: 836298

archrelease: copy trunk to community-any

Added:
  firefox-ublock-origin/repos/community-any/PKGBUILD
    (from rev 836297, firefox-ublock-origin/trunk/PKGBUILD)
Deleted:
  firefox-ublock-origin/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-30 18:47:29 UTC (rev 836297)
+++ PKGBUILD	2021-01-30 18:47:37 UTC (rev 836298)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=firefox-ublock-origin
-pkgver=1.32.4
-_commit=5736a6e2b6c9ac3e917a77392e0fc04eb543e38a
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=('git' 'python' 'zip')
-source=("git+$url.git#commit=$_commit?signed"
-        "git+https://github.com/uBlockOrigin/uAssets.git")
-b2sums=('SKIP' 'SKIP')
-validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill <rhill at raymondhill.net>
-
-build() {
-  cd uBlock
-  ./tools/make-firefox.sh all
-}
-
-package() {
-  cd uBlock/dist/build
-  install -Dm644 uBlock0.firefox.xpi "$pkgdir"/usr/lib/firefox/browser/extensions/uBlock0 at raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-ublock-origin/repos/community-any/PKGBUILD (from rev 836297, firefox-ublock-origin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-30 18:47:37 UTC (rev 836298)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=firefox-ublock-origin
+pkgver=1.33.0
+_commit=28b25f5e5a38bdf748dbb3c0a680f96ad3f243da
+pkgrel=1
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=('git' 'python' 'zip')
+source=("git+$url.git#commit=$_commit?signed"
+        "git+https://github.com/uBlockOrigin/uAssets.git")
+b2sums=('SKIP' 'SKIP')
+validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill <rhill at raymondhill.net>
+
+build() {
+  cd uBlock
+  ./tools/make-firefox.sh all
+}
+
+package() {
+  cd uBlock/dist/build
+  install -Dm644 uBlock0.firefox.xpi \
+    "$pkgdir"/usr/lib/firefox/browser/extensions/uBlock0 at raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list