summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-10-22 09:39:46 +0200
committerKlaus Alexander Seistrup2023-10-22 09:39:46 +0200
commit63398aa64b560fe0169af821262f25a127a55dd8 (patch)
treea749c8e5b4043d6a2db979dd9107991d04608f24
parentef7dfe38c0d590eeb30cb4c67a8c5dd45ab4d09d (diff)
downloadaur-63398aa64b560fe0169af821262f25a127a55dd8.tar.gz
Make use of newest version of uudeview (`libuu.a`)
Also: * Add a few architectures
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD21
2 files changed, 24 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0c4ba8da8b1..0e84441f2029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
pkgbase = slrn-snapshot-canlock
- pkgdesc = An easy-to-use, text-mode, threaded Usenet/NNTP client/newsreader (development snapshot with cancel-lock)
+ pkgdesc = An easy-to-use, text-mode, threaded Usenet/NNTP client/newsreader (development snapshot with modern cancel-lock)
pkgver = 1.0.4.9
- pkgrel = 2
+ pkgrel = 3
url = https://jedsoft.org/snapshots/
+ arch = aarch64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
arch = i686
+ arch = pentium4
arch = x86_64
- arch = armv7h
- arch = aarch64
license = GPL
- makedepends = uudeview
+ makedepends = uudeview>=20230502
depends = glibc
depends = libcanlock
depends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index a6880f4404bc..0ae74b758f31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname=slrn-snapshot-canlock
_pkgname=slrn
pkgver=1.0.4.9
_prever='pre1.0.4-9'
-pkgrel=2
-pkgdesc='An easy-to-use, text-mode, threaded Usenet/NNTP client/newsreader (development snapshot with cancel-lock)'
-arch=('i686' 'x86_64' 'armv7h' 'aarch64')
+pkgrel=3
+pkgdesc='An easy-to-use, text-mode, threaded Usenet/NNTP client/newsreader (development snapshot with modern cancel-lock)'
+arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'pentium4' 'x86_64')
url='https://jedsoft.org/snapshots/'
license=('GPL')
-makedepends=('uudeview')
+makedepends=('uudeview>=20230502')
depends=(
'glibc'
'libcanlock'
@@ -88,7 +88,7 @@ build() {
--with-uuinc=/usr/include/uudeview \
--enable-spoilers
- make UUDEVIEW_LIB='/usr/lib/uudeview/*.o'
+ make UUDEVIEW_LIB='/usr/lib/libuu.a'
;;
esac
@@ -112,4 +112,15 @@ b2sums=(
'0bfd30519f681636d33ade106b35672c9d43c024c9af6580f73b3b3ddc01137124b51a29c8b93810dbe200affa97206475876eff3fd7bccc5d4b0beca05d185f'
)
+# 🪷 Beyond the Known — 365 Days of Exploration
+#
+# 📆 22nd October
+#
+# Many people say this or that is useless or meaningless only
+# because someone told them so.
+#
+# But how useful or meaningful is that?
+#
+# 🔗 https://magnetic-ink.dk/users/btk
+
# eof