[arch-commits] Commit in nasm/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Jul 16 21:48:39 UTC 2020


    Date: Thursday, July 16, 2020 @ 21:48:39
  Author: anthraxx
Revision: 392006

archrelease: copy trunk to extra-x86_64

Added:
  nasm/repos/extra-x86_64/PKGBUILD
    (from rev 392005, nasm/trunk/PKGBUILD)
Deleted:
  nasm/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-16 21:48:35 UTC (rev 392005)
+++ PKGBUILD	2020-07-16 21:48:39 UTC (rev 392006)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=nasm
-pkgver=2.14.02
-pkgrel=2
-pkgdesc='80x86 assembler designed for portability and modularity'
-url='https://www.nasm.us'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc')
-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=('c7a228095f37321d57f2813d04f58ee66949e8f81fc49ef6c4ecd391301e308217583ce1a265d4fe8c13d54b5b9c72aeb132caa3caee36e31b6555fbfff34c81')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make -C doc
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install install_rdf
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/nasm
-}
-
-# vim: ts=2 sw=2 et:

Copied: nasm/repos/extra-x86_64/PKGBUILD (from rev 392005, nasm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-16 21:48:39 UTC (rev 392006)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=nasm
+pkgver=2.15.02
+pkgrel=1
+pkgdesc='80x86 assembler designed for portability and modularity'
+url='https://www.nasm.us'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc')
+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=('7375f970ca0c6c31fe2cb5c8c2b5a0f854eaff374b1e7bc9e09546246a84fe73a2ba6073e63d9287444cf17c9e2d342c3ff73ca961c2c0e3e2a9c3aba77114c7')
+b2sums=('e325ef3b59582b1e3bd6503ec8c5b8a7abf92c98a0234451a3695ecd3102674a34d7cd260a50278b8d98f4663651de058e858e58e6dfda8ae33d1cdb8bb2fe3f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make -C doc
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install install_rdf
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/nasm
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list