summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-07-02 08:54:14 +1000
committerMark Blakeney2022-07-02 08:54:36 +1000
commit7fe9e4130367ac235188b0f76b31831eace55103 (patch)
tree852dd00d53bfa1e97571c32662d05e591890ce8f /PKGBUILD
parent659e5ec71838a26e901fe0fe1ef433b249438d7f (diff)
downloadaur-7fe9e4130367ac235188b0f76b31831eace55103.tar.gz
Disable pip warning
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71fc98f1eb67..9f36bb6dab6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
pkgver=1.7
-pkgrel=1
+pkgrel=2
pkgdesc="Reports log of package updates"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
@@ -25,6 +25,7 @@ package() {
--no-cache-dir \
--no-compile \
--progress-bar=off \
+ --root-user-action=ignore \
.
local pdir=$(python -c "import site; print(site.getsitepackages()[0])")