Date: Sunday, March 26, 2017 @ 13:18:31 Author: kkeen Revision: 219080
Fix missing source Modified: pstotext/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-26 13:13:58 UTC (rev 219079) +++ PKGBUILD 2017-03-26 13:18:31 UTC (rev 219080) @@ -12,7 +12,7 @@ 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() {
