summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphiresky2022-05-31 11:44:46 +0200
committerphiresky2022-05-31 11:44:46 +0200
commit589fed4d97c7b1c9e37c99130797938eebd1a47b (patch)
tree2f3f0e8ca6facdcaa92c057e32b3cc9c20d5833e
parent7f77c541a703800a6b729dc72eda23f89d34a102 (diff)
downloadaur-589fed4d97c7b1c9e37c99130797938eebd1a47b.tar.gz
fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dd60e25db72..43c17f53948d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = pacman-log-orphans-hook
pkgdesc = hook to check whether there are any packages marked as unrequired (orphans) via pacman -Qttdq after every pacman run
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
arch = any
source = log-orphans.hook
- sha256sums = 49ddc67ad6dbb1e57a13ca0c3c2f0de243fad98b302d4f708b3a746522b56ebb
+ sha256sums = d7ea266963924c72d2546682c32f15c11486368f294871be469b6968256ab8d5
pkgname = pacman-log-orphans-hook
diff --git a/PKGBUILD b/PKGBUILD
index 9f6ce692cb3b..06f42e20a3cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=pacman-log-orphans-hook
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='hook to check whether there are any packages marked as unrequired (orphans) via pacman -Qttdq after every pacman run'
arch=(any)
depends=()
source=(log-orphans.hook)
-sha256sums=('49ddc67ad6dbb1e57a13ca0c3c2f0de243fad98b302d4f708b3a746522b56ebb')
+sha256sums=('d7ea266963924c72d2546682c32f15c11486368f294871be469b6968256ab8d5')
package() {
install -Dm0644 -t "$pkgdir/usr/share/libalpm/hooks/" ${source[0]}