nasm: 2.11.08 for multimedia group

This commit is contained in:
Neofytos Kolokotronis 2016-01-20 00:54:23 +01:00
parent 97efcf2017
commit ef8e7c879a

View File

@ -1,17 +1,16 @@
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/nasm
pkgname=nasm
pkgver=2.10.07
pkgrel=2
pkgver=2.11.08
pkgrel=1
pkgdesc="80x86 assembler designed for portability and modularity"
url="http://www.nasm.us"
license=('BSD')
arch=('i686' 'x86_64')
arch=('x86_64')
depends=('glibc')
makedepends=('ghostscript')
install=nasm.install
source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('af1cd6669f5e98148cd5ec42dee90f19')
source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz)
sha1sums=('6908296ac437b3ade79fadfaad0efcfd99582f70')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"