summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeadhead4202016-03-14 19:33:35 -0400
committerdeadhead4202016-03-14 19:33:35 -0400
commit8c855e84263997534a24f419c547f4fe8e95c3a9 (patch)
treec574c4bbdf03c296b1502027315d2d66cdbb5abb
parentb4854ecf9b7566f8c78123ee4794d00b0e01440f (diff)
downloadaur-8c855e84263997534a24f419c547f4fe8e95c3a9.tar.gz
Small bug fixes and improvements to script
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1997ffed5e2..7f817361188c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fetchmirrors
- pkgdesc = Fetch new pacman mirrorlist and rank
+ pkgdesc = Fetch new pacman mirrorlist and rank the best
pkgver = 0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/deadhead420/fetchmirrors
arch = any
license = GPL
depends = bash
source = https://raw.githubusercontent.com/deadhead420/fetchmirrors/master/fetchmirrors.sh
- md5sums = 0e1f4e4423efe4eff7e83c07d83eeebc
+ md5sums = d7dbb4db617669111bef5b9fafd21d3d
pkgname = fetchmirrors
diff --git a/PKGBUILD b/PKGBUILD
index 470860f9e246..eef7a61dd606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: deadhead <deadhead3492@gmail.com>
pkgname=fetchmirrors
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Fetch and rank new pacman mirrorlist"
arch=('any')
url="https://github.com/deadhead420/fetchmirrors"
@@ -11,7 +11,7 @@ optdepends=(
'wget: better than curl'
)
source=('https://raw.githubusercontent.com/deadhead420/fetchmirrors/master/fetchmirrors.sh')
-md5sums=('0e1f4e4423efe4eff7e83c07d83eeebc')
+md5sums=('d7dbb4db617669111bef5b9fafd21d3d')
package() {
cd "${srcdir}"