summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2019-01-19 07:53:28 +0100
committeraksr2019-01-19 07:53:28 +0100
commit44b2a5b9f01d845e3655866f3fe2a3beb1318e3f (patch)
tree45aa780582f3fbd1808bd7c0660b8119650d95ad
parentdd940830663fd65b52682ca12a1b515976a82428 (diff)
downloadaur-44b2a5b9f01d845e3655866f3fe2a3beb1318e3f.tar.gz
Update to 2.4.3.
-rw-r--r--.SRCINFO14
l---------.gitignore1
-rw-r--r--PKGBUILD10
3 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9e20e4cca14..dd1808ad3df4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Aug 25 09:39:55 UTC 2018
+# Sat Jan 19 06:53:09 UTC 2019
pkgbase = tin
pkgdesc = A threaded NNTP and spool based UseNet newsreader.
- pkgver = 2.4.2
- pkgrel = 3
+ pkgver = 2.4.3
+ pkgrel = 1
url = http://www.tin.org
arch = i686
arch = x86_64
@@ -16,13 +16,13 @@ pkgbase = tin
depends = icu
depends = libidn
conflicts = tin-unstable
- source = ftp://ftp.tin.org/pub/news/clients/tin/v2.4/tin-2.4.2.tar.gz
+ source = ftp://ftp.tin.org/pub/news/clients/tin/v2.4/tin-2.4.3.tar.gz
source = LICENSE
- md5sums = f7661a5049454e1381a9532ce0705d7e
+ md5sums = 2455c274c952c8f1fb98b133c62e5f21
md5sums = 22de35b1bdc6f0df87c93ae794198b21
- sha1sums = b37cbe0bb8013c74122f645b6d3b1782c0effb0f
+ sha1sums = d452fc295c6b13cb10d7081d96e9f50225baca0d
sha1sums = 07e1217ee68bb20f0ad2670e84116a0d67243063
- sha256sums = 93839d2fd82175281c57f1a408dfb56bf716cf4f0b259b3e03462dca32391d51
+ sha256sums = 1142590ae6aeae6a6fc4d7593a0702398ae4e0d6647490448b7a7504727ed5ad
sha256sums = 5ccb431a94c2d2f093b8f93325075e5ad886772ba2a452478120b86ce71c0683
pkgname = tin
diff --git a/.gitignore b/.gitignore
new file mode 120000
index 000000000000..25c0564928e0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/home/aksr/arch/pkg/.gitignore \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 795f2e7136b2..f09e67024bf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: quizzlo
# Maintainer: aksr <aksr at t-com dot me>
pkgname=tin
-pkgver=2.4.2
-pkgrel=3
+pkgver=2.4.3
+pkgrel=1
pkgdesc="A threaded NNTP and spool based UseNet newsreader."
arch=('i686' 'x86_64')
url="http://www.tin.org"
@@ -13,11 +13,11 @@ depends=('ncurses' 'ispell' 'perl' 'gnupg' 'dante' 'icu' 'libidn')
conflicts=('tin-unstable')
source=("ftp://ftp.tin.org/pub/news/clients/tin/v${pkgver%.*}/$pkgname-$pkgver.tar.gz"
'LICENSE')
-md5sums=('f7661a5049454e1381a9532ce0705d7e'
+md5sums=('2455c274c952c8f1fb98b133c62e5f21'
'22de35b1bdc6f0df87c93ae794198b21')
-sha1sums=('b37cbe0bb8013c74122f645b6d3b1782c0effb0f'
+sha1sums=('d452fc295c6b13cb10d7081d96e9f50225baca0d'
'07e1217ee68bb20f0ad2670e84116a0d67243063')
-sha256sums=('93839d2fd82175281c57f1a408dfb56bf716cf4f0b259b3e03462dca32391d51'
+sha256sums=('1142590ae6aeae6a6fc4d7593a0702398ae4e0d6647490448b7a7504727ed5ad'
'5ccb431a94c2d2f093b8f93325075e5ad886772ba2a452478120b86ce71c0683')
build() {