Date: Monday, April 25, 2022 @ 21:31:27
  Author: arojas
Revision: 1190129

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-25 21:31:17 UTC (rev 1190128)
+++ PKGBUILD    2022-04-25 21:31:27 UTC (rev 1190129)
@@ -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.12
-pkgrel=1
-pkgdesc='Cross-assembler for the 6502 microprocessor'
-arch=(x86_64)
-url='https://www.floodgap.com/retrotech/xa/'
-license=(GPL2)
-makedepends=(setconf)
-source=("https://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz";)
-b2sums=('8165d2173d9270948fa4177420d5cd373e975101ab4f2f6bd00f38ae212b2f4574f0af17a2d6338d4d87fba6d3653522cebc8c55c2a8cd1ede26da6e69741d1b')
-
-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 1190128, xa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-04-25 21:31:27 UTC (rev 1190129)
@@ -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.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
+}

Reply via email to