summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeadhead4202021-01-04 07:48:35 -0500
committerdeadhead4202021-01-04 07:48:35 -0500
commit177ad8a9baae1be0a22ca47ae387f5d6102a236e (patch)
treed22bbeb13068a6d36eab77546c0bd082db6570de
parentea20727e2679aead99d3d0f47d94acb24deb8a35 (diff)
downloadaur-177ad8a9baae1be0a22ca47ae387f5d6102a236e.tar.gz
Fixed curl issue
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a543111ffdd..c4726d59ca8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = fetchmirrors
- pkgdesc = Fetch new pacman mirrorlist and rank the best
+ pkgdesc = Fetch and rank new pacman mirrorlist
pkgver = 0.6
pkgrel = 3
url = https://github.com/deadhead420/fetchmirrors
@@ -7,7 +7,8 @@ pkgbase = fetchmirrors
license = GPL
depends = curl
depends = pacman-contrib
- source = https://raw.githubusercontent.com/deadhead420/fetchmirrors/master/fetchmirrors.sh
+ source = https://raw.githubusercontent.com/deadhead420/fetchmirrors/master/fetchmirrors.sh
+ md5sums = 57086287d793a514222d083cd0e60af2
pkgname = fetchmirrors
diff --git a/PKGBUILD b/PKGBUILD
index 1a8f858041f6..f860a56a749a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/deadhead420/fetchmirrors"
license=('GPL')
depends=('curl' 'pacman-contrib')
source=('https://raw.githubusercontent.com/deadhead420/fetchmirrors/master/fetchmirrors.sh')
-md5sums=('d2996d8b1febfeaaf6d6a8eeaa78f2a8')
+md5sums=('57086287d793a514222d083cd0e60af2')
package() {
cd "${srcdir}"