summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')