summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeadhead4202016-03-14 20:16:25 -0400
committerdeadhead4202016-03-14 20:16:25 -0400
commitce11d726d4f60fb8ac23cad24933cf056793e9f6 (patch)
treebaa3eaf7b3f7b20dcdbb9b9318e21e544fdbb235
parent8c855e84263997534a24f419c547f4fe8e95c3a9 (diff)
downloadaur-ce11d726d4f60fb8ac23cad24933cf056793e9f6.tar.gz
Improvements and slimming down of script
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f817361188c..91f2d9bb9e71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fetchmirrors
pkgdesc = Fetch new pacman mirrorlist and rank the best
- pkgver = 0.2
- pkgrel = 3
+ pkgver = 0.3
+ pkgrel = 1
url = https://github.com/deadhead420/fetchmirrors
arch = any
license = GPL
- depends = bash
+ depends = bash,curl
source = https://raw.githubusercontent.com/deadhead420/fetchmirrors/master/fetchmirrors.sh
- md5sums = d7dbb4db617669111bef5b9fafd21d3d
+ md5sums = 17935f1f5d703c42ab3dc7f4c18d9c5e
pkgname = fetchmirrors
diff --git a/PKGBUILD b/PKGBUILD
index eef7a61dd606..bc9aab7167bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,20 @@
# Maintainer: deadhead <deadhead3492@gmail.com>
pkgname=fetchmirrors
-pkgver=0.2
-pkgrel=3
+pkgver=0.3
+pkgrel=1
pkgdesc="Fetch and rank new pacman mirrorlist"
arch=('any')
url="https://github.com/deadhead420/fetchmirrors"
license=('GPL')
-depends=('bash')
+depends=(
+ 'bash'
+ 'curl'
+)
optdepends=(
- 'wget: better than curl'
+ 'wget: fetches new mirrorlist - curl alternate requires one or the other'
)
source=('https://raw.githubusercontent.com/deadhead420/fetchmirrors/master/fetchmirrors.sh')
-md5sums=('d7dbb4db617669111bef5b9fafd21d3d')
+md5sums=('17935f1f5d703c42ab3dc7f4c18d9c5e')
package() {
cd "${srcdir}"