summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Di Luigi2016-02-19 16:19:09 +0100
committerWilliam Di Luigi2016-02-19 16:19:51 +0100
commit91f111c26f42252d12b9d2bd3fd678e100b28441 (patch)
tree58b13e6ebd652c7707965abf450b34b2ed4d215c
parent3da23099c738a8984996aa077b501729ce1e84df (diff)
downloadaur-91f111c26f42252d12b9d2bd3fd678e100b28441.tar.gz
Update to 0.5.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fde9ba32f09d..4f8a7dc0c3a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by mksrcinfo v8
-# Fri Jan 22 16:41:30 UTC 2016
+# Generated by makepkg 5.0.0
+# Fri Feb 19 15:19:38 UTC 2016
pkgbase = libt3widget
pkgdesc = A C++ terminal dialog toolkit.
- pkgver = 0.4.7
- pkgrel = 2
+ pkgver = 0.5.1
+ pkgrel = 1
url = http://os.ghalkes.nl/t3/libt3widget.html
arch = x86_64
arch = i686
@@ -15,8 +15,8 @@ pkgbase = libt3widget
depends = gpm
optdepends = libxcb: for integration with the X11 clipboard
options = !libtool
- source = http://os.ghalkes.nl/dist/libt3widget-0.4.7.tar.bz2
- md5sums = 530a1f8bd912800f5cebcfb8801998eb
+ source = http://os.ghalkes.nl/dist/libt3widget-0.5.1.tar.bz2
+ md5sums = cec6ab1f641c20973270edb7176c0c5d
pkgname = libt3widget
diff --git a/PKGBUILD b/PKGBUILD
index 9c9dfca65b5c..129d255afada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
# Maintainer: Gertjan Halkes <arch at ghalkes dot nl>
+# Contributor: William Di Luigi <williamdiluigi@gmail.com>
+
pkgname=libt3widget
-pkgver=0.4.7
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
pkgdesc="A C++ terminal dialog toolkit."
arch=('x86_64' 'i686')
url="http://os.ghalkes.nl/t3/$pkgname.html"
@@ -18,7 +20,7 @@ install=''
changelog=
source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2")
noextract=()
-md5sums=('530a1f8bd912800f5cebcfb8801998eb')
+md5sums=('cec6ab1f641c20973270edb7176c0c5d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"