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

Eric Bélanger eric at archlinux.org
Mon Aug 11 17:46:32 UTC 2014


    Date: Monday, August 11, 2014 @ 19:46:32
  Author: eric
Revision: 219574

upgpkg: yasm 1.3.0-1

Upstream update

Modified:
  yasm/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-11 15:06:54 UTC (rev 219573)
+++ PKGBUILD	2014-08-11 17:46:32 UTC (rev 219574)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=yasm
-pkgver=1.2.0
-pkgrel=4
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
 arch=('i686' 'x86_64')
 url="http://www.tortall.net/projects/yasm/"
@@ -11,14 +11,8 @@
 depends=('glibc')
 options=('staticlibs')
 source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('773d28f27f83c44ac35079add0d3167ca6c1def8')
+sha1sums=('b7574e9f0826bedef975d64d3825f75fbaeef55e')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-# FS#38940
-  sed -i 's/#define NHASH 31/#define NHASH 4096/' modules/preprocs/nasm/nasm-pp.c
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr




More information about the arch-commits mailing list