Date: Saturday, November 19, 2011 @ 10:18:52
  Author: roman
Revision: 142978

upgpkg: yasm 1.2.0-1

Modified:
  yasm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-11-19 12:13:49 UTC (rev 142977)
+++ PKGBUILD    2011-11-19 15:18:52 UTC (rev 142978)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer:
+# Maintainer: Роман Кирилич (Roman Kyrylych) <[email protected]>
 # Contributor: Aaron Griffin <[email protected]>
 # Contributor: Vinay S Shastry <[email protected]>
 
 pkgname=yasm
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc')
 
source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool')
-md5sums=('8392e5f2235c2c2a981e1a633f2698cb')
+md5sums=('4cfc0686cf5350dd1305c4d905eb55a6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Reply via email to