diff options
Diffstat (limited to 'extra/a2ps/Pkgfile')
-rwxr-xr-x | extra/a2ps/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/a2ps/Pkgfile b/extra/a2ps/Pkgfile index ecc0e72d5..f7b790016 100755 --- a/extra/a2ps/Pkgfile +++ b/extra/a2ps/Pkgfile @@ -9,8 +9,9 @@ version=4.14 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \ ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz \ -a2ps-4.14-check-mempcpy.patch a2ps-4.14-fix-stpcpy-proto.patch \ -a2ps-4.13c-fnmatch-replacement.patch) +http://nutyx.meticul.eu/files/patchs/$name/a2ps-4.14-check-mempcpy.patch\ +http://nutyx.meticul.eu/files/patchs/$name/a2ps-4.14-fix-stpcpy-proto.patch \ +http://nutyx.meticul.eu/files/patchs/$name/a2ps-4.13c-fnmatch-replacement.patch) build() { cd $name-$version |