diff options
author | root <root@rshg054.dnsready.net> | 2011-11-20 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-20 23:14:50 +0000 |
commit | 70b4878648fd376433739bd5c835503f6301a5b2 (patch) | |
tree | c74d46f8e06305505e381202251b6f71ca33c3e7 /extra/yasm | |
parent | a3024f8996981b28ced27466cbd1d4ab40e57324 (diff) |
Sun Nov 20 23:14:50 UTC 2011
Diffstat (limited to 'extra/yasm')
-rw-r--r-- | extra/yasm/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/yasm/PKGBUILD b/extra/yasm/PKGBUILD index 950d609ca..0affd661c 100644 --- a/extra/yasm/PKGBUILD +++ b/extra/yasm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 98381 2010-11-08 19:21:18Z andrea $ -# Maintainer: +# $Id: PKGBUILD 142979 2011-11-19 15:19:43Z roman $ +# Maintainer: Роман Кирилич (Roman Kyrylych) <roman@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> # Contributor: Vinay S Shastry <vinayshastry@gmail.com> 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 @@ url="http://www.tortall.net/projects/yasm/" 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} |