Bump version
This commit is contained in:
parent
3d11eda662
commit
bf6ee3888b
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=update-mirrors
|
pkgname=update-mirrors
|
||||||
pkgver=0.1.0
|
pkgver=0.1.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Automatically update the pacman mirrorlist"
|
pkgdesc="Automatically update the pacman mirrorlist"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -8,8 +8,8 @@ license=('GPL3')
|
||||||
depends=('curl')
|
depends=('curl')
|
||||||
source=('config.sh' 'update-mirrors' 'update-mirrors.hook')
|
source=('config.sh' 'update-mirrors' 'update-mirrors.hook')
|
||||||
md5sums=('f346650dfe6e27c04857fe818e164981'
|
md5sums=('f346650dfe6e27c04857fe818e164981'
|
||||||
'0b2bffda7ee23f2c1df05efaaf96276e'
|
'bf665ee254c3e6805bc9bb12f5d9cbe1'
|
||||||
'da17120353c50b53f7478f72bbac04e8')
|
'da17120353c50b53f7478f72bbac04e8')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 config.sh "${pkgdir}/etc/xdg/update-mirrors/config.sh"
|
install -Dm755 config.sh "${pkgdir}/etc/xdg/update-mirrors/config.sh"
|
||||||
|
|
Loading…
Reference in a new issue