Added tl-reflector-hook as a Target for the pacman hook
This commit is contained in:
parent
d18b19726d
commit
17bff702dd
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
||||||
pkgname=tl-reflector-hook
|
pkgname=tl-reflector-hook
|
||||||
pkgver=0.2
|
pkgver=0.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A hook to run reflector after an upgrade to pacman-mirrorlist, plus reflector config"
|
pkgdesc="A hook to run reflector after an upgrade to pacman-mirrorlist, plus reflector config"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -11,7 +11,7 @@ depends=('reflector')
|
||||||
source=("tl-reflector.hook"
|
source=("tl-reflector.hook"
|
||||||
"reflector.service.override.conf"
|
"reflector.service.override.conf"
|
||||||
"tl-reflector.conf")
|
"tl-reflector.conf")
|
||||||
md5sums=('83a559890411b435fe6c510a580a830d'
|
md5sums=('f9f8ff991f886ccd5bc37fdb920aef3f'
|
||||||
'224f2e18880355adb313bd958189230f'
|
'224f2e18880355adb313bd958189230f'
|
||||||
'f52888cce53670e2d32fd5f9f5dd282b')
|
'f52888cce53670e2d32fd5f9f5dd282b')
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
Operation = Upgrade
|
Operation = Upgrade
|
||||||
Type = Package
|
Type = Package
|
||||||
Target = pacman-mirrorlist
|
Target = pacman-mirrorlist
|
||||||
|
Target = tl-reflector-hook
|
||||||
|
|
||||||
[Action]
|
[Action]
|
||||||
Description = Updating pacman-mirrorlist with reflector and removing pacnew...
|
Description = Updating pacman-mirrorlist with reflector and removing pacnew...
|
||||||
|
|
Loading…
Reference in New Issue