[arch-commits] Commit in xa/repos/community-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Wed Oct 3 23:17:44 UTC 2018


    Date: Wednesday, October 3, 2018 @ 23:17:44
  Author: bisson
Revision: 389318

archrelease: copy trunk to community-x86_64

Added:
  xa/repos/community-x86_64/PKGBUILD
    (from rev 389317, xa/trunk/PKGBUILD)
Deleted:
  xa/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 23:17:27 UTC (rev 389317)
+++ PKGBUILD	2018-10-03 23:17:44 UTC (rev 389318)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Chris Mosher <cmosher01 at gmail.com>
-
-pkgname=xa
-pkgver=2.3.8
-pkgrel=1
-pkgdesc='Cross-assembler for 6502 microprocessor'
-url='http://www.floodgap.com/retrotech/xa/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-source=("http://www.floodgap.com/retrotech/xa/dists/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('3b97d2fe8891336676ca28ff127b69e997f0b5accf2c7009b4517496929b462a')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}/usr" install
-}

Copied: xa/repos/community-x86_64/PKGBUILD (from rev 389317, xa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-03 23:17:44 UTC (rev 389318)
@@ -0,0 +1,22 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Chris Mosher <cmosher01 at gmail.com>
+
+pkgname=xa
+pkgver=2.3.8
+pkgrel=2
+pkgdesc='Cross-assembler for 6502 microprocessor'
+url='http://www.floodgap.com/retrotech/xa/'
+arch=('x86_64')
+license=('GPL2')
+source=("http://www.floodgap.com/retrotech/xa/dists/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('3b97d2fe8891336676ca28ff127b69e997f0b5accf2c7009b4517496929b462a')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}/usr" install
+}



More information about the arch-commits mailing list