[PKGBUILD] Bump version
This commit is contained in:
parent
5c45e8b40a
commit
b8d4ca825e
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.1
|
pkgver=0.1.2
|
||||||
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'
|
||||||
'bf665ee254c3e6805bc9bb12f5d9cbe1'
|
'afe72175656611b9db7a225a79c01284'
|
||||||
'da17120353c50b53f7478f72bbac04e8')
|
'da17120353c50b53f7478f72bbac04e8')
|
||||||
backup=('etc/xdg/update-mirrors/config.sh')
|
backup=('etc/xdg/update-mirrors/config.sh')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue