summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeadhead4202016-12-22 23:35:01 -0500
committerdeadhead4202016-12-22 23:35:01 -0500
commitfbcb34a21755812dc8b0bbf47306e4ba81e35c44 (patch)
treee34324af5ba181de167d6f966f8b671cbceac6f0
parent49528722e4343afc0e43e7897ee10620fa1acec9 (diff)
downloadaur-fbcb34a21755812dc8b0bbf47306e4ba81e35c44.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27bb81b7ef82..6c1a296ad494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = fetchmirrors
pkgdesc = Fetch new pacman mirrorlist and rank the best
- pkgver = 0.3
- pkgrel = 2
+ pkgver = 0.4
+ pkgrel = 1
url = https://github.com/deadhead420/fetchmirrors
arch = any
license = GPL
depends = bash
depends = curl
source = https://raw.githubusercontent.com/deadhead420/fetchmirrors/master/fetchmirrors.sh
- md5sums = e7f9acd79834eaaa6702818e04ab5764
+ md5sums = b96f8d14f0f841e969236c89c4c6e0fa
pkgname = fetchmirrors
diff --git a/PKGBUILD b/PKGBUILD
index f7f866b3c47e..7233f79602bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: deadhead <deadhead3492@gmail.com>
pkgname=fetchmirrors
-pkgver=0.3
-pkgrel=2
+pkgver=0.4
+pkgrel=1
pkgdesc="Fetch and rank new pacman mirrorlist"
arch=('any')
url="https://github.com/deadhead420/fetchmirrors"
@@ -14,7 +14,7 @@ optdepends=(
'wget: fetches new mirrorlist - curl alternate requires one or the other'
)
source=('https://raw.githubusercontent.com/deadhead420/fetchmirrors/master/fetchmirrors.sh')
-md5sums=('e7f9acd79834eaaa6702818e04ab5764')
+md5sums=('b96f8d14f0f841e969236c89c4c6e0fa')
package() {
cd "${srcdir}"