summaryrefslogtreecommitdiff
path: root/extra/nasm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-13 00:04:38 +0000
committerroot <root@rshg054.dnsready.net>2012-09-13 00:04:38 +0000
commit843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (patch)
tree9151f782b8f347cf28e0f398341441d659f41f4a /extra/nasm
parent21c375ba65c4730e25cd0b135aff7811bf28c77a (diff)
Thu Sep 13 00:04:37 UTC 2012
Diffstat (limited to 'extra/nasm')
-rw-r--r--extra/nasm/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/nasm/PKGBUILD b/extra/nasm/PKGBUILD
index 7fcc59b7a..2e08ce716 100644
--- a/extra/nasm/PKGBUILD
+++ b/extra/nasm/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 166317 2012-09-06 01:14:06Z stephane $
+# $Id: PKGBUILD 166564 2012-09-11 14:37:47Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=nasm
-pkgver=2.10.04
+pkgver=2.10.05
pkgrel=1
pkgdesc="An 80x86 assembler designed for portability and modularity"
url="http://www.nasm.us"
license=('BSD')
arch=('i686' 'x86_64')
depends=('glibc')
-makedepends=('ghostscript')
source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('d80b5ea8f59a4929efddcb8e90d00b8a0fc00cb5')
+sha1sums=('fb9cd57680ed8026c9b612f0db8ecf8df05a1e3c')
install=nasm.install
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"
./configure --prefix=/usr
- make everything
+ make
+ make -C doc info
}
package() {