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

Allan McRae allan at archlinux.org
Sun Apr 29 10:54:04 UTC 2012


    Date: Sunday, April 29, 2012 @ 06:54:04
  Author: allan
Revision: 157778

upgpkg: yasm 1.2.0-2

run make check - FS#28375

Modified:
  yasm/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-29 10:12:33 UTC (rev 157777)
+++ PKGBUILD	2012-04-29 10:54:04 UTC (rev 157778)
@@ -5,7 +5,7 @@
 
 pkgname=yasm
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -21,6 +21,11 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install




More information about the arch-commits mailing list