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

Alexander Rødseth arodseth at archlinux.org
Sat Jun 20 23:15:02 UTC 2020


    Date: Saturday, June 20, 2020 @ 23:15:01
  Author: arodseth
Revision: 648693

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-20 23:14:54 UTC (rev 648692)
+++ PKGBUILD	2020-06-20 23:15:01 UTC (rev 648693)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Chris Mosher <cmosher01 at gmail.com>
-
-pkgname=xa
-pkgver=2.3.10
-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")
-sha256sums=('867b5b26b6524be8bcfbad8820ab3efe422b3e0cc9775dcb743284778868ba78')
-
-prepare() {
-  setconf $pkgname-$pkgver/Makefile CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now"
-  setconf $pkgname-$pkgver/Makefile LDFLAGS="$LDFLAGS -z,relro,-z,now"
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-	make -C $pkgname-$pkgver DESTDIR="$pkgdir/usr" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: xa/repos/community-x86_64/PKGBUILD (from rev 648692, xa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-20 23:15:01 UTC (rev 648693)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Chris Mosher <cmosher01 at gmail.com>
+
+pkgname=xa
+pkgver=2.3.11
+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")
+sha256sums=('32f2164c99e305218e992970856dd8e2309b5cb6ac4758d7b2afe3bfebc9012d')
+
+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
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list