1
0
Fork 0
update-mirrors/PKGBUILD

20 lines
679 B
Text
Raw Normal View History

pkgname=update-mirrors
2022-06-19 06:04:27 +02:00
pkgver=0.1.2
pkgrel=1
pkgdesc="Automatically update the pacman mirrorlist"
arch=('any')
url="https://github.com/ryuslash/update-mirrors"
license=('GPL3')
depends=('curl')
source=('config.sh' 'update-mirrors' 'update-mirrors.hook')
md5sums=('f346650dfe6e27c04857fe818e164981'
2022-11-24 09:09:48 +01:00
'c2743e2e0d571c12a23962e50784caad'
2022-06-19 06:04:27 +02:00
'da17120353c50b53f7478f72bbac04e8')
backup=('etc/xdg/update-mirrors/config.sh')
package() {
install -Dm755 config.sh "${pkgdir}/etc/xdg/update-mirrors/config.sh"
install -Dm755 update-mirrors "${pkgdir}/usr/bin/update-mirrors"
install -Dm755 update-mirrors.hook "${pkgdir}/etc/pacman.d/hooks/update-mirrors.hook"
}