summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32021-05-12 11:49:12 +0200
committerdr460nf1r32021-05-12 11:49:12 +0200
commit33c85aaa6a3446fbc39a668642349302f1596db1 (patch)
treed70e41c4713ff0804606cbfb00b9eb1f3543ae14
parentcc648bf95ff9997d0c5c9a2a310b3ceccecae4d0 (diff)
downloadaur-33c85aaa6a3446fbc39a668642349302f1596db1.tar.gz
Fix, part 2
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e87907ee63b..90944290dac8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = librewolf-ublock-origin
license = GPL3
makedepends = git
makedepends = python
+ makedepends = strip-nondeterminism
makedepends = zip
source = git+https://github.com/gorhill/uBlock.git#commit=0718d816e1f509f0b36cdb1cf3f490a0045efe99?signed
source = git+https://github.com/uBlockOrigin/uAssets.git
diff --git a/PKGBUILD b/PKGBUILD
index d42c2432ab7c..44a0e228cd36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url=https://github.com/gorhill/uBlock
license=('GPL3')
groups=('librewolf-addons')
-makedepends=('git' 'python' 'zip')
+makedepends=('git' 'python' 'strip-nondeterminism' 'zip')
source=("git+$url.git#commit=$_commit?signed"
"git+https://github.com/uBlockOrigin/uAssets.git")
b2sums=('SKIP' 'SKIP')