summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2017-03-26 13:18:31 +0000
committerKyle Keen2017-03-26 13:18:31 +0000
commitb17032998f885a34fe7227a48219b814962821c7 (patch)
tree8afb786346df5cf8f363af48b9950104d8490021
parent3b5ad4ecc3eb38d6dcff5d51a4cc27024c717163 (diff)
downloadaur-b17032998f885a34fe7227a48219b814962821c7.tar.gz
Fix missing source
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d9d4c17d9a9..7023be0bbf1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url="http://www.cs.wisc.edu/~ghost/doc/pstotext.htm"
license=('GPL')
depends=('ghostscript')
-source=(ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/$pkgname-$pkgver.tar.gz)
+source=(ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/$pkgname-$pkgver.tar.gz)
md5sums=('64576e8a10ff5514e285d98b3898ae78')
build() {