summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentfbf6700ce39775353dad3975706dc019270af049 (diff)
downloadaur-3257807df2b083a0b631bae7e73b8e333cc98758.tar.gz
Fixed upstream URI.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
+}