summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2019-09-15 22:46:57 +1000
committerMike Sampson2019-09-15 22:46:57 +1000
commitca93c5d9cdc21dc4cd1d8e6ef73b52a0145e52c7 (patch)
tree001964caecb6b4316218bae035b0c9d72a419607
parentf25c102728f3f9cae7133773a8c4746e47df57b1 (diff)
downloadaur-ca93c5d9cdc21dc4cd1d8e6ef73b52a0145e52c7.tar.gz
Version bump and GPL2->GPL3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d290219049d9..b7ed297629a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = tintin
pkgdesc = A console-based MUD client
- pkgver = 2.01.8
+ pkgver = 2.01.90
pkgrel = 1
url = http://tintin.sourceforge.net/
arch = i686
arch = x86_64
- license = GPL2
+ license = GPL3
depends = zlib
depends = pcre
depends = gnutls
options = strip
- source = http://downloads.sourceforge.net/tintin/tintin-2.01.8.tar.gz
- sha512sums = 3c90b6ae3fb2f380fb46694e983bdd18a0b119a26f48f1ad5bbb50ada6dbf3c9b89eb2b5be7eaba4eedf487e7cb46606a0c3a0ca4011b3561a34f3e9fed670e9
+ source = http://downloads.sourceforge.net/tintin/tintin-2.01.90.tar.gz
+ sha512sums = 7b495e13937c7ba2e2f33686bffd73dd272d7f3a9355bb5384785fca32aa34edc84a8b81bfe8d252c2cdaec9ac94663a1ff17654e15143dad191da8e9017e626
pkgname = tintin
diff --git a/PKGBUILD b/PKGBUILD
index bf8f1753d7da..c43784260b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
# Contributor: rabyte <rabyte__gmail>
pkgname=tintin
-pkgver=2.01.8
+pkgver=2.01.90
pkgrel=1
pkgdesc="A console-based MUD client"
arch=('i686' 'x86_64')
url="http://tintin.sourceforge.net/"
-license=('GPL2')
+license=('GPL3')
depends=('zlib' 'pcre' 'gnutls')
options=('strip')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('3c90b6ae3fb2f380fb46694e983bdd18a0b119a26f48f1ad5bbb50ada6dbf3c9b89eb2b5be7eaba4eedf487e7cb46606a0c3a0ca4011b3561a34f3e9fed670e9')
+sha512sums=('7b495e13937c7ba2e2f33686bffd73dd272d7f3a9355bb5384785fca32aa34edc84a8b81bfe8d252c2cdaec9ac94663a1ff17654e15143dad191da8e9017e626')
build() {
cd $srcdir/tt/src