Date: Tuesday, March 24, 2015 @ 21:28:41 Author: eric Revision: 234665
upgpkg: nasm 2.11.08-1 Upstream update Modified: nasm/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-24 20:12:24 UTC (rev 234664) +++ PKGBUILD 2015-03-24 20:28:41 UTC (rev 234665) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger <e...@archlinux.org> pkgname=nasm -pkgver=2.11.06 +pkgver=2.11.08 pkgrel=1 pkgdesc="An 80x86 assembler designed for portability and modularity" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('glibc') install=nasm.install source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz) -sha1sums=('0f3f8b3091e4024d0ef203a823896604640ac681') +sha1sums=('6908296ac437b3ade79fadfaad0efcfd99582f70') build() { cd ${pkgname}-${pkgver}