summaryrefslogtreecommitdiff
path: root/extra/nasm/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-09-13 10:28:49 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-09-13 10:28:49 +0200
commit81dced2a29e3d4cb05f004e5efe3bd2abe207b15 (patch)
tree9772090003f7b9871a0a4d19f65f8fa32c9409c8 /extra/nasm/PKGBUILD
parent1f5072dbfe77090d9ea49bdd7501f21892729d88 (diff)
parent843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/happy/PKGBUILD community-staging/haskell-dataenc/PKGBUILD community-staging/haskell-quickcheck/PKGBUILD community/gnonlin/PKGBUILD extra/bochs/PKGBUILD
Diffstat (limited to 'extra/nasm/PKGBUILD')
-rw-r--r--extra/nasm/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/nasm/PKGBUILD b/extra/nasm/PKGBUILD
index 7f0fb0ddc..58e266a47 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' 'mips64el')
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() {