summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGertjan Halkes2019-12-03 20:16:49 +0100
committerGertjan Halkes2019-12-03 20:16:49 +0100
commit41c5cebeddee09387c41dbc6a5a659b4faab3bef (patch)
treedd4979ce2cdfb549b9622ed88c0dcaae596a4092
parentd5810ddb904de8c16221077ad0063f5ca7eb4edd (diff)
downloadaur-41c5cebeddee09387c41dbc6a5a659b4faab3bef.tar.gz
Upload version 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a68b21a53a63..066bcca14406 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libt3widget
pkgdesc = A C++ terminal dialog toolkit.
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
url = http://os.ghalkes.nl/t3/libt3widget.html
arch = x86_64
@@ -9,14 +9,14 @@ pkgbase = libt3widget
makedepends = libxcb
depends = libtranscript>=0.2.2
depends = libt3key>=0.2.0
- depends = libt3window>=0.3.1
+ depends = libt3window>=0.4.0
depends = libsigc++
depends = gpm
depends = pcre2
optdepends = libxcb: for integration with the X11 clipboard
options = !libtool
source = http://os.ghalkes.nl/dist/libt3widget-1.0.3.tar.bz2
- md5sums = a2928af8d1c71f2e4a3a1bf4b265fa99
+ md5sums = 9f99670096687c3a73c30ec1b0058aa2
pkgname = libt3widget
diff --git a/PKGBUILD b/PKGBUILD
index 1bf2e0be72e4..5d73cc482d47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: William Di Luigi <williamdiluigi@gmail.com>
pkgname=libt3widget
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc="A C++ terminal dialog toolkit."
arch=('x86_64' 'i686')
url="http://os.ghalkes.nl/t3/$pkgname.html"
license=('GPL3')
groups=()
-depends=('libtranscript>=0.2.2' 'libt3key>=0.2.0' 'libt3window>=0.3.1' 'libsigc++' 'gpm' 'pcre2')
+depends=('libtranscript>=0.2.2' 'libt3key>=0.2.0' 'libt3window>=0.4.0' 'libsigc++' 'gpm' 'pcre2')
makedepends=('libxcb')
optdepends=('libxcb: for integration with the X11 clipboard')
conflicts=()
@@ -20,7 +20,7 @@ install=''
changelog=
source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2")
noextract=()
-md5sums=('a2928af8d1c71f2e4a3a1bf4b265fa99')
+md5sums=('9f99670096687c3a73c30ec1b0058aa2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"