summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordeadhead4202016-03-14 20:24:54 -0400
committerdeadhead4202016-03-14 20:24:54 -0400
commit66707cabed9387202dd0e1c00f0a03d6e0eb508f (patch)
treec9283f56ef59d962bba8b8ffa272f188feaa81ff /PKGBUILD
parentce11d726d4f60fb8ac23cad24933cf056793e9f6 (diff)
downloadaur-66707cabed9387202dd0e1c00f0a03d6e0eb508f.tar.gz
Small bug fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc9aab7167bd..f7f866b3c47e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: deadhead <deadhead3492@gmail.com>
pkgname=fetchmirrors
pkgver=0.3
-pkgrel=1
+pkgrel=2
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=('17935f1f5d703c42ab3dc7f4c18d9c5e')
+md5sums=('e7f9acd79834eaaa6702818e04ab5764')
package() {
cd "${srcdir}"