diff --git a/common/shlibs b/common/shlibs index 6c971e40146..8b7a6f37810 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2471,7 +2471,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.5.so.0 tslib-1.5_1 +libts.so.0 tslib-1.6_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 83636872fb1..b5f062caf9f 100644 --- a/srcpkgs/tslib/template +++ b/srcpkgs/tslib/template @@ -1,6 +1,6 @@ # Template file for 'tslib' pkgname=tslib -version=1.5 +version=1.6 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=94874fe72c5af5c9be642a2ce524f014eb1d59d15cf852f2d3b2cf380f04252d +checksum=b9fbb93984d02506c5a944d475d0bf7f19473a111e547f523328138ed5c6e02b pre_configure() { sed -i configure.ac -e "5iAC_CONFIG_MACRO_DIRS([m4/internal])"