diff options
author | Jose V Beneyto <sepen@crux.nu> | 2014-08-08 09:54:46 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2014-08-08 10:12:12 +0200 |
commit | 92ebc71a18d600aba6f795c4ee01d9da3b26896a (patch) | |
tree | 10dad07c28a837165f80f0414c14577c3c9b3a77 /dev86/Pkgfile | |
parent | 29a0ea6d892f901f30ed060ffea15d811458f26f (diff) | |
download | contrib-92ebc71a18d600aba6f795c4ee01d9da3b26896a.tar.gz contrib-92ebc71a18d600aba6f795c4ee01d9da3b26896a.tar.xz |
dev86: updated to 0.16.21
Diffstat (limited to 'dev86/Pkgfile')
-rw-r--r-- | dev86/Pkgfile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev86/Pkgfile b/dev86/Pkgfile index 82f94f527..6014693a5 100644 --- a/dev86/Pkgfile +++ b/dev86/Pkgfile @@ -5,16 +5,13 @@ # Depends on: name=dev86 -version=0.16.19 +version=0.16.21 release=1 -source=(http://www.debath.co.uk/$name/Dev86src-$version.tar.gz \ - $name-copt.patch) +source=(http://v3.sk/~lkundrak/dev86/Dev86src-$version.tar.gz) build() { cd $name-$version - patch -p0 -i $SRC/$name-copt.patch - echo quit | make -j1 PREFIX=/usr GCCFLAG="$CFLAGS" make -j1 install-all DIST=$PKG |