summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2023-04-16 19:35:37 +1000
committerMike Sampson2023-04-16 19:35:37 +1000
commit6d1cd70ab47157b8ffe985813cf72489f0baae77 (patch)
treee366dbe2230b914b3734e4b2d7f41812765cf467
parent816c3b7bfe24c57f930f8bf775d841621e4ff90f (diff)
downloadaur-6d1cd70ab47157b8ffe985813cf72489f0baae77.tar.gz
Version bump 2.02.31 and add aarch64.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7034c09b697..b92b4a39a959 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = tintin
pkgdesc = A console-based MUD client
- pkgver = 2.02.30
+ pkgver = 2.02.31
pkgrel = 1
url = http://tintin.sourceforge.net/
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL3
depends = zlib
depends = pcre
depends = gnutls
options = strip
- source = https://github.com/scandum/tintin/releases/download/2.02.30/tintin-2.02.30.tar.gz
- sha512sums = f14d99af9ff14747354ff8245fbb0b2bf8bf7a3b32334f31cff104e72da4e2b22af0bdc36be55470198d0289ebc9dcaa7407c54ba7c9e5bb95ebfe29b1dac37c
+ source = https://github.com/scandum/tintin/releases/download/2.02.31/tintin-2.02.31.tar.gz
+ sha512sums = 1d152c929cf4df3ed3b3b80c8c350fb5916c778e5860eda6f18f09e97ad94cb1e5ba9d0176354cf1a5ee96373533a6fa1b63bf92b40140c7658da39ef41ba74a
pkgname = tintin
diff --git a/PKGBUILD b/PKGBUILD
index aeabb896a241..7bb19cec84f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
# Contributor: rabyte <rabyte__gmail>
pkgname=tintin
-pkgver=2.02.30
+pkgver=2.02.31
pkgrel=1
pkgdesc="A console-based MUD client"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="http://tintin.sourceforge.net/"
license=('GPL3')
depends=('zlib' 'pcre' 'gnutls')
options=('strip')
source=(https://github.com/scandum/tintin/releases/download/$pkgver/tintin-$pkgver.tar.gz)
-sha512sums=('f14d99af9ff14747354ff8245fbb0b2bf8bf7a3b32334f31cff104e72da4e2b22af0bdc36be55470198d0289ebc9dcaa7407c54ba7c9e5bb95ebfe29b1dac37c')
+sha512sums=('1d152c929cf4df3ed3b3b80c8c350fb5916c778e5860eda6f18f09e97ad94cb1e5ba9d0176354cf1a5ee96373533a6fa1b63bf92b40140c7658da39ef41ba74a')
build() {
cd $srcdir/tt/src