summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBennett Piater2016-12-02 16:17:38 +0100
committerBennett Piater2016-12-02 16:17:38 +0100
commitdbda3473ddf068d70734752efa56b65a1223b6b9 (patch)
treea89956d7252e6021065a29d1f76b9b8b6579e933
parentc96c490c87280a32c8f7021b116ca425fdbd940c (diff)
downloadaur-dbda3473ddf068d70734752efa56b65a1223b6b9.tar.gz
upgpkg: aursec-git v0.0.6b.r3.bff1e32-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--aursec-git.install4
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4d5f342debc..a2e807fd6070 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 1 09:19:03 UTC 2016
+# Fri Dec 2 15:17:39 UTC 2016
pkgbase = aursec-git
pkgdesc = Verify AUR package sources against hashes stored in a blockchain.
pkgver = v0.0.6b.r3.bff1e32
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clawoflight/aursec
install = aursec-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 81781eeaaea0..e20063ef3136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aursec-git
pkgver=v0.0.6b.r3.bff1e32
-pkgrel=1
+pkgrel=2
pkgdesc='Verify AUR package sources against hashes stored in a blockchain.'
arch=(any)
url="https://github.com/clawoflight/${pkgname%-git}"
diff --git a/aursec-git.install b/aursec-git.install
index 3ca62c0a57c9..1139b5fc433f 100644
--- a/aursec-git.install
+++ b/aursec-git.install
@@ -7,6 +7,10 @@ post_install() {
if ! getent passwd aursec >/dev/null; then
useradd --system -c 'aursec daemon user' -g aursec -d /var/aursec/ -s /bin/bash aursec
fi
+ echo "==> Please run 'aursec-init' and start and enable
+ aursec-blockchain.service
+ aursec-blockhain-mine.timer
+ before using aursync."
}
post_upgrade() {