summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin A. Shelton2016-07-31 11:55:18 -0600
committerBenjamin A. Shelton2016-07-31 11:55:18 -0600
commit3257807df2b083a0b631bae7e73b8e333cc98758 (patch)
treed4b88182584e7f14bca410ae958ec52b6a0494e9
parentfbf6700ce39775353dad3975706dc019270af049 (diff)
downloadaur-3257807df2b083a0b631bae7e73b8e333cc98758.tar.gz
Fixed upstream URI.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 443b5b37f0f0..83d86cb3b1b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Jul 31 17:55:12 UTC 2016
pkgbase = miscfiles
pkgdesc = The GNU Miscfiles collection. Includes the Webster's Second International English wordlist and appendix English wordlist.
pkgver = 1.5
@@ -7,7 +9,7 @@ pkgbase = miscfiles
arch = any
license = GPL
depends = util-linux
- source = ftp://gnu.mirrorcatalogs.com/gnu/miscfiles/miscfiles-1.5.tar.gz
+ source = ftp://ftp.gnu.org/gnu/miscfiles/miscfiles-1.5.tar.gz
md5sums = d80bc60eb1eef394da46c794e5236f07
pkgname = miscfiles
diff --git a/PKGBUILD b/PKGBUILD
index 2e9adcacbd4c..b13d31f3f782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=(util-linux)
install=${pkgname}.install
source=(
- ftp://gnu.mirrorcatalogs.com/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
+ ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
)
md5sums=(
@@ -52,4 +52,4 @@ package () {
install -m0644 ${srcdir}/${pkgname}-${pkgver}/web2 ${pkgdir}/usr/share/dict/web2
install -m0644 ${srcdir}/${pkgname}-${pkgver}/web2a ${pkgdir}/usr/share/dict/web2a
-} \ No newline at end of file
+}