summaryrefslogtreecommitdiff
path: root/core/bin86/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/bin86/PKGBUILD')
-rw-r--r--core/bin86/PKGBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/core/bin86/PKGBUILD b/core/bin86/PKGBUILD
index b068ab833..c3865a24e 100644
--- a/core/bin86/PKGBUILD
+++ b/core/bin86/PKGBUILD
@@ -1,21 +1,24 @@
-# $Id: PKGBUILD 87909 2010-08-18 18:45:21Z andyrtr $
-# Maintainer: judd <jvinet@zeroflux.org>
+# $Id: PKGBUILD 119692 2011-04-13 17:22:23Z andyrtr $
+# Maintainer: Andreas Radke <andyrtr@archlinux.org>
+# Contributor: judd <jvinet@zeroflux.org>
+
pkgname=bin86
-pkgver=0.16.17
-pkgrel=5
+pkgver=0.16.18
+pkgrel=1
pkgdesc="A complete 8086 assembler and loader"
arch=(i686 x86_64)
license=('GPL')
url="http://www.debath.co.uk/"
depends=('glibc')
-source=(http://homepage.ntlworld.com/robert.debath/dev86/$pkgname-$pkgver.tar.gz
+source=(http://www.debath.co.uk/dev86//$pkgname-$pkgver.tar.gz
bin86-0.16.17-x86_64-1.patch)
-md5sums=('c9e8d72dd2e7457b52d0e3164fc199a1' '92bdce7b0655cd2e9f83c83fc56d128e')
+md5sums=('914068fb649b93642d1cf21857b75699'
+ '92bdce7b0655cd2e9f83c83fc56d128e')
build() {
cd $srcdir/$pkgname-$pkgver
if [ "$CARCH" = "x86_64" ]; then
- patch -Np1 -i ../bin86-0.16.17-x86_64-1.patch || return 1
+ patch -Np1 -i ../bin86-0.16.17-x86_64-1.patch
fi
make PREFIX=/usr
}