summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNazar Vinnichuk2020-09-14 10:33:24 +0300
committerNazar Vinnichuk2020-09-14 10:33:24 +0300
commit6143f50fb1ba1976be8deac45880abc23408b81f (patch)
tree27f516af767a0ee0722c0dd03bfacb22063ab543
parent701bb502c13597cdc41ad04cbe1539666c1a53b4 (diff)
downloadaur-6143f50fb1ba1976be8deac45880abc23408b81f.tar.gz
Change the filename of the pacman hook.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9077aae1e42b..40c32fdcd3d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacwall-git
pkgdesc = A live wallpaper that shows the dependency graph and status of installed packages.
- pkgver = 2.0rc1
+ pkgver = 2.0rc2
pkgrel = 1
url = http://github.com/Kharacternyk/pacwall
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5e3da9ded1cf..6b35e5f68cbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nazar Vinnichuk <nazar.vinnichuk at tutanota dot com>
pkgname=pacwall-git
_pkgname=${pkgname%-git}
-pkgver=2.0rc1
+pkgver=2.0rc2
pkgrel=1
pkgdesc="A live wallpaper that shows the dependency graph and status of installed packages."
url="http://github.com/Kharacternyk/${_pkgname}"
@@ -29,7 +29,7 @@ package() {
install -Dm755 src/pacwall "$pkgdir/usr/bin/pacwall"
install -Dm644 /dev/null "$pkgdir/var/lib/pacwall/systemd/trigger"
- install -Dm644 pacman/90-pacwall.hook "$pkgdir/usr/share/libalpm/hooks/90-pacwall.hook"
+ install -Dm644 pacman/10-pacwall.hook "$pkgdir/usr/share/libalpm/hooks/10-pacwall.hook"
install -Dm644 README.rst "$pkgdir/usr/share/doc/pacwall/README.rst"
cd scripts/