[arch-commits] Commit in acme/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Sep 20 10:17:14 UTC 2020


    Date: Sunday, September 20, 2020 @ 10:17:14
  Author: arodseth
Revision: 710983

FS#67924 use the sources from sourceforge

Modified:
  acme/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-20 10:16:40 UTC (rev 710982)
+++ PKGBUILD	2020-09-20 10:17:14 UTC (rev 710983)
@@ -1,16 +1,17 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=acme
-pkgver=2019.08.19
-pkgrel=2
+# acme -V says version 0.97, but the source repo has no branches or tags
+pkgver=2020.08.26
+pkgrel=1
 pkgdesc='Assembler for the 6502, 6510, 65c02 and 65816 processors'
 arch=(x86_64)
-url='https://github.com/meonwax/acme'
+url='https://sourceforge.net/projects/acme-crossass/'
 license=(GPL)
-source=("git+$url#commit=99fae48b1f")
-makedepends=(git setconf)
+makedepends=(setconf subversion)
 conflicts=(plan9port)
-sha256sums=(SKIP)
+source=("$pkgname::svn+https://svn.code.sf.net/p/acme-crossass/code-0/trunk#revision=r295")
+md5sums=('SKIP')
 
 prepare() {
   cd $pkgname/src
@@ -33,8 +34,10 @@
   install -Dm755 src/acme "$pkgdir/usr/bin/acme"
 
   # Joe syntax highlighting
-  install -Dm644 contrib/joe_syntax/acme.jsf "$pkgdir/usr/share/joe/syntax/acme.jsf"
-  install -Dm644 contrib/joe_syntax/INSTALL "$pkgdir/usr/share/doc/acme/joe.txt"
+  install -Dm644 contrib/joe_syntax/acme.jsf \
+    "$pkgdir/usr/share/joe/syntax/acme.jsf"
+  install -Dm644 contrib/joe_syntax/INSTALL \
+    "$pkgdir/usr/share/doc/acme/joe.txt"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list