diff options
author | Viachaslau Khalikin | 2023-04-30 11:59:03 +0300 |
---|---|---|
committer | Viachaslau Khalikin | 2023-04-30 11:59:03 +0300 |
commit | 223be5cd91c08f9a0100d95dd06b5337b2d6d1ce (patch) | |
tree | f6b4188eac64ef5b0cb2f69b6903b44817aa7913 | |
parent | 148c3e05c9345f588147e7ec2f6a153dae48ecf3 (diff) | |
download | aur-223be5cd91c08f9a0100d95dd06b5337b2d6d1ce.tar.gz |
chore: bump to 1.49.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 15 |
2 files changed, 8 insertions, 13 deletions
@@ -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 @@ -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() { |