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

Alexander Rødseth arodseth at archlinux.org
Sat Jan 16 15:54:19 UTC 2021


    Date: Saturday, January 16, 2021 @ 15:54:19
  Author: arodseth
Revision: 821147

FS#69332 - chmod -x the txt files in /usr/share/doc/acme

Modified:
  acme/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-16 15:36:37 UTC (rev 821146)
+++ PKGBUILD	2021-01-16 15:54:19 UTC (rev 821147)
@@ -3,7 +3,7 @@
 pkgname=acme
 # acme -V says version 0.97, but the source repo has no branches or tags
 pkgver=2020.08.26
-pkgrel=1
+pkgrel=2
 pkgdesc='Assembler for the 6502, 6510, 65c02 and 65816 processors'
 arch=(x86_64)
 url='https://sourceforge.net/projects/acme-crossass/'
@@ -11,7 +11,7 @@
 makedepends=(setconf subversion)
 conflicts=(plan9port)
 source=("$pkgname::svn+https://svn.code.sf.net/p/acme-crossass/code-0/trunk#revision=r295")
-md5sums=('SKIP')
+sha256sums=('SKIP')
 
 prepare() {
   cd $pkgname/src
@@ -25,19 +25,16 @@
 
 package() {
   cd $pkgname
-
-  # Documentation
+  install -Dm755 src/acme "$pkgdir/usr/bin/acme"
   install -d "$pkgdir/usr/share/doc/acme"
   install -t "$pkgdir/usr/share/doc/acme" docs/*.txt
 
-  # Executable
-  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"
+
+  # FS#69332
+  chmod 644 "$pkgdir/usr/share/doc/acme/"*
 }
-
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list