diff options
author | Freemor <freemor@freemor.ca> | 2019-07-18 12:28:30 -0300 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2019-07-18 12:28:30 -0300 |
commit | 9614e33a084af8c29686573f7806731226e6d7d4 (patch) | |
tree | 08685d0b93358399e25b3c6cb4b3f009ce282b27 /pcr/tintin | |
parent | ccec631765d530960cc3a7e13da51d39a9c96fb9 (diff) | |
download | abslibre-9614e33a084af8c29686573f7806731226e6d7d4.tar.gz abslibre-9614e33a084af8c29686573f7806731226e6d7d4.tar.bz2 abslibre-9614e33a084af8c29686573f7806731226e6d7d4.zip |
Bring [pcr/tintin] current
Diffstat (limited to 'pcr/tintin')
-rw-r--r-- | pcr/tintin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/tintin/PKGBUILD b/pcr/tintin/PKGBUILD index 4473c7b80..b10de75ee 100644 --- a/pcr/tintin/PKGBUILD +++ b/pcr/tintin/PKGBUILD @@ -5,7 +5,7 @@ # Maintainer: Freemor <freemor@freemor.ca> pkgname=tintin -pkgver=2.01.4 +pkgver=2.01.8 pkgrel=1 pkgdesc="A console-based MUD client" arch=('i686' 'x86_64' 'armv7h') @@ -14,7 +14,7 @@ license=('GPL2') depends=('zlib' 'pcre' 'gnutls') options=('strip') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha512sums=('649f3ee46a82d3622383dfa6319774c39d4ab1c3505deaba9fd85bf6c31cbad2c6064bfaa08beed8898832ecb5fc0851558b2de099617daeb5eb48140cdb8720') +sha512sums=('3c90b6ae3fb2f380fb46694e983bdd18a0b119a26f48f1ad5bbb50ada6dbf3c9b89eb2b5be7eaba4eedf487e7cb46606a0c3a0ca4011b3561a34f3e9fed670e9') build() { cd $srcdir/tt/src |