summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fc6822aeec7..754fd89e9c93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libt3widget
pkgdesc = A C++ terminal dialog toolkit.
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = http://os.ghalkes.nl/t3/libt3widget.html
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = libt3widget
depends = libt3window>=0.3.1
depends = libsigc++
depends = gpm
- depends = pcre
+ depends = pcre2
optdepends = libxcb: for integration with the X11 clipboard
options = !libtool
- source = http://os.ghalkes.nl/dist/libt3widget-1.0.2.tar.bz2
- md5sums = 156a041e324ddf54f0b70d6dbcafacb6
+ source = http://os.ghalkes.nl/dist/libt3widget-1.0.3.tar.bz2
+ md5sums = 2fa44caead18bb27fd530225a03ec7c1
pkgname = libt3widget
diff --git a/PKGBUILD b/PKGBUILD
index f7d3cd1509e1..fd717019440f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: William Di Luigi <williamdiluigi@gmail.com>
pkgname=libt3widget
-pkgver=1.0.2
+pkgver=1.0.3
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' 'pcre')
+depends=('libtranscript>=0.2.2' 'libt3key>=0.2.0' 'libt3window>=0.3.1' '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=('156a041e324ddf54f0b70d6dbcafacb6')
+md5sums=('2fa44caead18bb27fd530225a03ec7c1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"