summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 754fd89e9c93..a68b21a53a63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libt3widget
pkgdesc = A C++ terminal dialog toolkit.
- pkgver = 1.0.3
+ pkgver = 1.1.1
pkgrel = 1
url = http://os.ghalkes.nl/t3/libt3widget.html
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = libt3widget
optdepends = libxcb: for integration with the X11 clipboard
options = !libtool
source = http://os.ghalkes.nl/dist/libt3widget-1.0.3.tar.bz2
- md5sums = 2fa44caead18bb27fd530225a03ec7c1
+ md5sums = a2928af8d1c71f2e4a3a1bf4b265fa99
pkgname = libt3widget
diff --git a/PKGBUILD b/PKGBUILD
index fd717019440f..1bf2e0be72e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: William Di Luigi <williamdiluigi@gmail.com>
pkgname=libt3widget
-pkgver=1.0.3
+pkgver=1.1.1
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=('2fa44caead18bb27fd530225a03ec7c1')
+md5sums=('a2928af8d1c71f2e4a3a1bf4b265fa99')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"