From 27d60477787cbfb22f3fda6e2bc214e4ee269e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 10 Jan 2017 12:17:49 +0100 Subject: [PATCH] tslib: update to 1.3 --- common/shlibs | 2 +- srcpkgs/tslib/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 4346923c102..c8159f660f2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2470,7 +2470,7 @@ libkdevplatformdocumentation.so.8 kdevplatform-1.7.3_1 libkdevplatformoutputview.so.8 kdevplatform-1.7.3_1 libkdevplatformvcs.so.8 kdevplatform-1.7.3_1 libkdevplatforminterfaces.so.8 kdevplatform-1.7.3_1 -libts-1.2.so.0 tslib-1.2_1 +libts-1.3.so.0 tslib-1.3_1 libobs.so.0 obs-0.14.1_2 libobsglad.so.0 obs-0.14.1_2 libobs-opengl.so.0 obs-0.14.1_2 diff --git a/srcpkgs/tslib/template b/srcpkgs/tslib/template index 057345d2064..4d00250de45 100644 --- a/srcpkgs/tslib/template +++ b/srcpkgs/tslib/template @@ -1,6 +1,6 @@ # Template file for 'tslib' pkgname=tslib -version=1.2 +version=1.3 revision=1 build_style=gnu-configure hostmakedepends="automake libtool" @@ -9,7 +9,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2" homepage="https://github.com/kergoth/tslib" distfiles="https://github.com/kergoth/tslib/releases/download/${version}/${pkgname}-${version}.tar.xz" -checksum=ae9d3f0ad615f2a1938466742db673bda8a0e8ab294c51d9b2264361401ddb26 +checksum=e935101adca980a14d1a13362796222575f99e6a41db585e8358fffddb98d92c pre_configure() { sed -i configure.ac -e "5iAC_CONFIG_MACRO_DIRS([m4/internal])"