Don't need an editor if pacdiff can't be run interactively
This commit is contained in:
parent
5595a2446d
commit
8400a0c96e
4
PKGBUILD
4
PKGBUILD
|
@ -1,13 +1,13 @@
|
||||||
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
||||||
pkgname=pacdiff-hook
|
pkgname=pacdiff-hook
|
||||||
pkgver=0.2
|
pkgver=0.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A hook to run pacdiff after any run of pacman"
|
pkgdesc="A hook to run pacdiff after any run of pacman"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://git.thurstylark.com/tl-pacdiff-hook.git/"
|
url="https://git.thurstylark.com/tl-pacdiff-hook.git/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
groups=('tlconfig')
|
groups=('tlconfig')
|
||||||
depends=('pacman-contrib' 'vim')
|
depends=('pacman-contrib')
|
||||||
source=("pacdiff.hook")
|
source=("pacdiff.hook")
|
||||||
md5sums=('1593196d71a84ac8c5f9d58c96c00508')
|
md5sums=('1593196d71a84ac8c5f9d58c96c00508')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue