Date: Thursday, November 15, 2018 @ 01:08:35 Author: anthraxx Revision: 339701
upgpkg: nasm 2.14-1 Modified: nasm/trunk/PKGBUILD ----------+ PKGBUILD | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-15 01:04:15 UTC (rev 339700) +++ PKGBUILD 2018-11-15 01:08:35 UTC (rev 339701) @@ -1,16 +1,18 @@ -# Maintainer: Eric Bélanger <[email protected]> +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Contributor: Eric Bélanger <[email protected]> pkgname=nasm -pkgver=2.13.03 +pkgver=2.14 pkgrel=1 -pkgdesc="An 80x86 assembler designed for portability and modularity" +pkgdesc='80x86 assembler designed for portability and modularity' +url='https://www.nasm.us' arch=('x86_64') -url="http://www.nasm.us" license=('BSD') depends=('glibc') -makedepends=('perl-font-ttf' 'perl-sort-versions' 'fontconfig' 'adobe-source-sans-pro-fonts' 'ttf-liberation' 'ghostscript') -source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz) -sha1sums=('1338ae8832bdbabd00a2b7ee3e39b8fd2f923ea0') +makedepends=('perl-font-ttf' 'perl-sort-versions' 'fontconfig' 'adobe-source-sans-pro-fonts' + 'ttf-liberation' 'ghostscript' 'xmlto' 'asciidoc') +source=(https://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz) +sha512sums=('0f7f1b8b0cd4ac62df1dc203789b74670ebe10f3be10af9984331b1c348745ed31a43aca77c5c771016a718fa2c7c8805c1c9edfdd6b0fe83ee0937cb0dd3d23') build() { cd ${pkgname}-${pkgver} @@ -21,6 +23,8 @@ package() { cd ${pkgname}-${pkgver} - make INSTALLROOT="${pkgdir}" install install_rdf - install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/nasm/LICENSE + make DESTDIR="${pkgdir}" install install_rdf + install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/nasm } + +# vim: ts=2 sw=2 et:
