pacdiff hook: Change hook ordering and update hook description
In line with recent changes to https://git.thurstylark.com/archive/tl-pacdiff-hook
This commit is contained in:
parent
83f16d6027
commit
6741413e36
8
PKGBUILD
8
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
||||||
pkgbase=tl-archconfig
|
pkgbase=tl-archconfig
|
||||||
pkgname=("tl-dmesg-unrestrict" "tl-pacdiff-hook" "tl-reflector-config" "tl-steamdummy")
|
pkgname=("tl-dmesg-unrestrict" "tl-pacdiff-hook" "tl-reflector-config" "tl-steamdummy")
|
||||||
pkgver=2
|
pkgver=3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Thurstylark's system-level tweaks for Arch Linux"
|
pkgdesc="Thurstylark's system-level tweaks for Arch Linux"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -14,7 +14,7 @@ source=("tl-dmesg-unrestrict.conf"
|
||||||
"tl-reflector.conf"
|
"tl-reflector.conf"
|
||||||
)
|
)
|
||||||
sha256sums=('0ccede1887575ae52e57824dd53cd9f65cf13b249a3757097e9c06dc16ac535e'
|
sha256sums=('0ccede1887575ae52e57824dd53cd9f65cf13b249a3757097e9c06dc16ac535e'
|
||||||
'fa4010aefe4ed06d623d5915ed70442c263c41a5eb72014b1084210d4db33ed5'
|
'ffcc1090642178dae38c51618a2c8d9ba75ae3f9ae2994287b5ba44d6f33574a'
|
||||||
'7801aaf6d28d0bf5f7b8c0e35e04af7201f3178b3b4af07a48a36ab4d1e8d7f1'
|
'7801aaf6d28d0bf5f7b8c0e35e04af7201f3178b3b4af07a48a36ab4d1e8d7f1'
|
||||||
'ffe8c4f0928ffd70d05b3ca04d87f8181aa21214cc62fb4dd71a3753c2a788d0')
|
'ffe8c4f0928ffd70d05b3ca04d87f8181aa21214cc62fb4dd71a3753c2a788d0')
|
||||||
|
|
||||||
|
@ -27,9 +27,9 @@ package_tl-dmesg-unrestrict() {
|
||||||
|
|
||||||
package_tl-pacdiff-hook() {
|
package_tl-pacdiff-hook() {
|
||||||
pkgdesc="A hook to run pacdiff after any run of pacman"
|
pkgdesc="A hook to run pacdiff after any run of pacman"
|
||||||
depends=('pacman-contrib' 'vim')
|
depends=('pacman-contrib')
|
||||||
|
|
||||||
install -Dm644 tl-pacdiff.hook ${pkgdir}/usr/share/libalpm/hooks/pacdiff.hook
|
install -Dm644 tl-pacdiff.hook ${pkgdir}/usr/share/libalpm/hooks/zz-tl-pacdiff.hook
|
||||||
}
|
}
|
||||||
|
|
||||||
package_tl-reflector-config() {
|
package_tl-reflector-config() {
|
||||||
|
|
|
@ -5,6 +5,6 @@ Operation = Remove
|
||||||
Type = Package
|
Type = Package
|
||||||
Target = *
|
Target = *
|
||||||
[Action]
|
[Action]
|
||||||
Description = The following pacdiffs were found:
|
Description = The following .pacnews were found by pacdiff:
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /usr/bin/pacdiff -o
|
Exec = /usr/bin/pacdiff -o
|
||||||
|
|
Loading…
Reference in New Issue