summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViachaslau Khalikin2023-04-30 11:59:03 +0300
committerViachaslau Khalikin2023-04-30 11:59:03 +0300
commit223be5cd91c08f9a0100d95dd06b5337b2d6d1ce (patch)
treef6b4188eac64ef5b0cb2f69b6903b44817aa7913
parent148c3e05c9345f588147e7ec2f6a153dae48ecf3 (diff)
downloadaur-223be5cd91c08f9a0100d95dd06b5337b2d6d1ce.tar.gz
chore: bump to 1.49.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71b998a5595e..4028492a2e89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icecat-ublock-origin
pkgdesc = Efficient blocker add-on for various browsers. Fast, potent, and lean
- pkgver = 1.44.0
+ pkgver = 1.49.2
pkgrel = 1
url = https://github.com/gorhill/uBlock
arch = any
@@ -11,10 +11,8 @@ pkgbase = icecat-ublock-origin
makedepends = python
makedepends = strip-nondeterminism
makedepends = zip
- source = git+https://github.com/gorhill/uBlock.git#commit=1.44.0?signed
- source = git+https://github.com/uBlockOrigin/uAssets.git
+ source = git+https://github.com/gorhill/uBlock.git#commit=1.49.2?signed
validpgpkeys = 603B28AA5D6CD687A554347425E1490B761470C2
b2sums = SKIP
- b2sums = SKIP
pkgname = icecat-ublock-origin
diff --git a/PKGBUILD b/PKGBUILD
index f92fcbfa394b..27b31fe6a33f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Viachaslau Khalikin <viachaslau dot vinegret at hotmail dot com>
+# Maintainer: Viačasłaŭ Chalikin <viachaslavic@outlook.com>
pkgname=icecat-ublock-origin
-pkgver=1.44.0
+pkgver=1.49.2
pkgrel=1
pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
arch=('any')
@@ -9,16 +9,13 @@ url=https://github.com/gorhill/uBlock
license=('GPL3')
groups=('icecat-addons')
makedepends=('git' 'npm' 'python' 'strip-nondeterminism' 'zip')
-source=("git+$url.git#commit=$pkgver?signed"
- "git+https://github.com/uBlockOrigin/uAssets.git")
-b2sums=('SKIP'
- 'SKIP')
-validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill <rhill@raymondhill.net>
+source=("git+$url.git#commit=$pkgver?signed")
+b2sums=('SKIP')
+validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill <rhill@raymondhill.net>
build() {
cd uBlock
- ./tools/make-firefox.sh all
- strip-nondeterminism -t zip dist/build/uBlock0.firefox.xpi
+ make firefox
}
check() {