summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f8a7dc0c3a7..4b43e8494e9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.0.0
-# Fri Feb 19 15:19:38 UTC 2016
+# Tue Feb 23 14:34:57 UTC 2016
pkgbase = libt3widget
pkgdesc = A C++ terminal dialog toolkit.
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = http://os.ghalkes.nl/t3/libt3widget.html
arch = x86_64
@@ -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.5.1.tar.bz2
- md5sums = cec6ab1f641c20973270edb7176c0c5d
+ source = http://os.ghalkes.nl/dist/libt3widget-0.5.2.tar.bz2
+ md5sums = d7de19979df76a1f450c7218f964355d
pkgname = libt3widget
diff --git a/PKGBUILD b/PKGBUILD
index 129d255afada..540029971ed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: William Di Luigi <williamdiluigi@gmail.com>
pkgname=libt3widget
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="A C++ terminal dialog toolkit."
arch=('x86_64' 'i686')
@@ -20,7 +20,7 @@ install=''
changelog=
source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2")
noextract=()
-md5sums=('cec6ab1f641c20973270edb7176c0c5d')
+md5sums=('d7de19979df76a1f450c7218f964355d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"