summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-02-07 11:57:07 +0100
committerKlaus Alexander Seistrup2023-02-07 11:57:07 +0100
commite6e24c8553f5235ae57a40da84a967a458caffde (patch)
tree1b5f70b156bf1a885068ca85caaf4b44997e1e72
parent5929eab4d1965a24c182f0e5791fea0c237075ed (diff)
downloadaur-e6e24c8553f5235ae57a40da84a967a458caffde.tar.gz
Add architecture: aarch64
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61fd2231d83c..8c69a31a94fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = slrn-snapshot-canlock
pkgdesc = An easy-to-use, text-mode, threaded Usenet/NNTP client/newsreader (development snapshot with cancel-lock)
pkgver = 1.0.4.6
- pkgrel = 4
+ pkgrel = 5
url = https://jedsoft.org/snapshots/
arch = x86_64
arch = armv7h
+ arch = aarch64
license = GPL
makedepends = uudeview
depends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index db83017e36c3..77428dc8d35f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgname=slrn-snapshot-canlock
_pkgname=slrn
pkgver=1.0.4.6
_prever='pre1.0.4-6'
-pkgrel=4
+pkgrel=5
pkgdesc='An easy-to-use, text-mode, threaded Usenet/NNTP client/newsreader (development snapshot with cancel-lock)'
-arch=('x86_64' 'armv7h')
+arch=('x86_64' 'armv7h' 'aarch64')
url='https://jedsoft.org/snapshots/'
license=('GPL')
makedepends=('uudeview')