[arch-commits] Commit in yasm/repos (extra-i686 extra-i686/PKGBUILD)
Ååron Griffin
aaron at archlinux.org
Sat Nov 8 22:44:06 UTC 2008
Date: Saturday, November 8, 2008 @ 17:44:05
Author: aaron
Revision: 18746
Merged revisions 18745 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/yasm/trunk
........
r18745 | aaron | 2008-11-08 16:43:20 -0600 (Sat, 08 Nov 2008) | 1 line
upgpkg: yasm 0.7.2-1
........
Modified:
yasm/repos/extra-i686/ (properties)
yasm/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Property changes on: yasm/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /yasm/trunk:1-1913
+ /yasm/trunk:1-18745
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-11-08 22:43:20 UTC (rev 18745)
+++ extra-i686/PKGBUILD 2008-11-08 22:44:05 UTC (rev 18746)
@@ -1,15 +1,18 @@
+# $Id$
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
pkgname=yasm
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
-pkgdesc="Yasm is a complete rewrite of the NASM assembler designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.)"
+pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
arch=('i686' 'x86_64')
license=('custom')
url="http://www.tortall.net/projects/yasm/"
depends=('glibc')
source=(http://www.tortall.net/projects/yasm/releases/$pkgname-$pkgver.tar.gz)
options=('!libtool')
-md5sums=('fce21d066f4d04e3ec7f9318e6446e2b')
+md5sums=('cc9360593de5625dca286f0bfcb27dd5')
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -18,4 +21,3 @@
make DESTDIR=$startdir/pkg install
install -Dm644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
}
-
More information about the arch-commits
mailing list