summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8af3553178fc..2c9b544774ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pkglog
pkgdesc = Reports log of package updates
pkgver = 1.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bulletmark/pkglog
arch = any
license = GPL3
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])")