summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeadhead4202016-03-13 19:09:07 -0400
committerdeadhead4202016-03-13 19:09:07 -0400
commit4bdcd381acdddd879e0fe6ca51cf2197bdbb293a (patch)
tree9f73564db8240e132b79df237df727df1c918746
parentaa8e6949ac3b2cdc371e4e32198e961f21f4490c (diff)
downloadaur-4bdcd381acdddd879e0fe6ca51cf2197bdbb293a.tar.gz
fetchmirrors 0.2 update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 353805afdb65..ad69fb8d57b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = fetchmirrors
pkgdesc = Fetch new pacman mirrorlist and rank
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://github.com/deadhead420/fetchmirrors
arch = any
license = GPL
depends = bash
- optdepends = wget: better than curl
source = https://raw.githubusercontent.com/deadhead420/fetchmirrors/master/fetchmirrors.sh
- md5sums = 12971aba783b946b07261aa2c9b34dc6
+ md5sums = 644b6aeed120fb6a35283fc4c8cf5d40
pkgname = fetchmirrors
diff --git a/PKGBUILD b/PKGBUILD
index 9d34762a1d85..4083c449fd94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ optdepends=(
'wget: better than curl'
)
source=('https://raw.githubusercontent.com/deadhead420/fetchmirrors/master/fetchmirrors.sh')
-md5sums=('f098e10059f238e3cbf20bf9af9b8838')
+md5sums=('644b6aeed120fb6a35283fc4c8cf5d40')
package() {
cd "${srcdir}"