summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32021-06-29 13:12:05 +0200
committerdr460nf1r32021-06-29 13:12:05 +0200
commitcc1bcf6fac79489aa00f87d149f049d1a01e5e2f (patch)
treed5b844fbd1c7d3aef1666b64296041365cf13a36
parent33c85aaa6a3446fbc39a668642349302f1596db1 (diff)
downloadaur-cc1bcf6fac79489aa00f87d149f049d1a01e5e2f.tar.gz
Update to 1.36.0
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44a0e228cd36..bde72a25a012 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,7 @@
# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
pkgname=librewolf-ublock-origin
-pkgver=1.35.2
-_commit=0718d816e1f509f0b36cdb1cf3f490a0045efe99
+pkgver=1.36.0
pkgrel=1
pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
arch=('any')
@@ -11,9 +10,10 @@ url=https://github.com/gorhill/uBlock
license=('GPL3')
groups=('librewolf-addons')
makedepends=('git' 'python' 'strip-nondeterminism' 'zip')
-source=("git+$url.git#commit=$_commit?signed"
+source=("git+$url.git#commit=$pkgver?signed"
"git+https://github.com/uBlockOrigin/uAssets.git")
-b2sums=('SKIP' 'SKIP')
+b2sums=('SKIP'
+ 'SKIP')
validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill <rhill@raymondhill.net>
build() {