[arch-commits] Commit in bin86/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Apr 13 17:22:24 UTC 2011


    Date: Wednesday, April 13, 2011 @ 13:22:23
  Author: andyrtr
Revision: 119692

upgpkg: bin86 0.16.18-1
update to 0.16.18

Modified:
  bin86/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-13 16:46:14 UTC (rev 119691)
+++ PKGBUILD	2011-04-13 17:22:23 UTC (rev 119692)
@@ -1,21 +1,24 @@
 # $Id$
-# Maintainer: judd <jvinet at zeroflux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: judd <jvinet at 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
 }




More information about the arch-commits mailing list