summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Baz2018-08-11 19:58:02 +0200
committerMaxim Baz2018-08-11 19:58:02 +0200
commitdc01ee8696d9bc878fce300e49c28c570b9d1695 (patch)
tree7406d5a97d40359b93a5d8c22f3ee72b4a185aad
parente320c97f63ec1d53cc7ca91a4f9b14d4ed5efd61 (diff)
downloadaur-dc01ee8696d9bc878fce300e49c28c570b9d1695.tar.gz
rebuild-detector: add install note on where to find pkg lists
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--rebuild-detector.install3
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcddcb05bb40..8c30092163e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = rebuild-detector
pkgdesc = Pacman hook to automatically detect which packages need to be rebuilt
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
+ install = rebuild-detector.install
arch = any
license = MIT
source = rebuild-detector
diff --git a/PKGBUILD b/PKGBUILD
index 14207b06bdd8..df034fbc51df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
pkgname=rebuild-detector
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="Pacman hook to automatically detect which packages need to be rebuilt"
arch=("any")
license=("MIT")
+install="rebuild-detector.install"
source=("rebuild-detector"
"rebuild-detector.sig"
"rebuild-detector.hook"
diff --git a/rebuild-detector.install b/rebuild-detector.install
new file mode 100644
index 000000000000..0ea942cd8533
--- /dev/null
+++ b/rebuild-detector.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo ">> The lists of packages to rebuild will be stored in /var/cache/rebuild-detector/"
+}