Date: Monday, February 13, 2023 @ 10:03:10
  Author: arodseth
Revision: 1400336

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-13 10:03:03 UTC (rev 1400335)
+++ PKGBUILD    2023-02-13 10:03:10 UTC (rev 1400336)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Gaetan Bisson <[email protected]>
-# Contributor: Chris Mosher <[email protected]>
-
-pkgname=xa
-pkgver=2.3.13
-pkgrel=1
-pkgdesc='Cross-assembler for the 6502 microprocessor'
-arch=(x86_64)
-url='https://www.floodgap.com/retrotech/xa/'
-license=(GPL2)
-makedepends=(setconf)
-source=("http://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz";)
-b2sums=('8196f8f88bee29dbab9ad026c0d4e3519159c4ed7579dc7db391c0bdd7b1bfe31e2884644258d863e299ac3b5fcc43718b3d95b9b7d7802541a9d58366728ffe')
-
-prepare() {
-  cd $pkgname-$pkgver
-  setconf Makefile CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now"
-  setconf Makefile LDFLAGS="$LDFLAGS -z,relro,-z,now"
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir/usr" install
-}

Copied: xa/repos/community-x86_64/PKGBUILD (from rev 1400335, xa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-13 10:03:10 UTC (rev 1400336)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Gaetan Bisson <[email protected]>
+# Contributor: Chris Mosher <[email protected]>
+
+pkgname=xa
+pkgver=2.3.14
+pkgrel=1
+pkgdesc='Cross-assembler for the 6502 microprocessor'
+arch=(x86_64)
+url='https://www.floodgap.com/retrotech/xa/'
+license=(GPL2)
+makedepends=(setconf)
+source=("http://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz";)
+b2sums=('3dd4f369d69cd85c7c545e4aba7698deb9402946c755ac2709c43cb4a795d1cde730286a4a0df2615c39367443788cd4314bf526def863fa57bc85d36ca2dc60')
+
+prepare() {
+  cd $pkgname-$pkgver
+  setconf Makefile CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now"
+  setconf Makefile LDFLAGS="$LDFLAGS -z,relro,-z,now"
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir/usr" install
+}

Reply via email to