Change hook description
This commit is contained in:
parent
0a5a2fc316
commit
b43fdbcb52
2
PKGBUILD
2
PKGBUILD
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
||||
pkgname=pacdiff-hook
|
||||
pkgver=0.2
|
||||
pkgver=0.3
|
||||
pkgrel=3
|
||||
pkgdesc="A hook to run pacdiff after any run of pacman"
|
||||
arch=('any')
|
||||
|
|
|
@ -5,6 +5,6 @@ Operation = Remove
|
|||
Type = Package
|
||||
Target = *
|
||||
[Action]
|
||||
Description = The following pacdiffs were found:
|
||||
Description = The following .pacnews were found by pacdiff:
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/pacdiff -o
|
||||
|
|
Loading…
Reference in New Issue