summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28284bc45418..62ba7e4fe844 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-tslib
pkgdesc = Touchscreen Access Library (mingw-w64)
- pkgver = 1.18
+ pkgver = 1.19
pkgrel = 1
url = https://github.com/kergoth/tslib
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-tslib
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/kergoth/tslib/releases/download/1.18/tslib-1.18.tar.xz
- sha256sums = 986cce6d8ed896c0eba68d78acd788c7860ffe8a2165a9f631954e7f2889958b
+ source = https://github.com/kergoth/tslib/releases/download/1.19/tslib-1.19.tar.xz
+ sha256sums = efe1fef16a00dc818f1d8e402877184dadf331f1b0dd1fbfeeb2698ee8647f4d
pkgname = mingw-w64-tslib
diff --git a/PKGBUILD b/PKGBUILD
index 4bb54cc30fff..e968c78cb357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-tslib
_pkgname=tslib
-pkgver=1.18
+pkgver=1.19
pkgrel=1
pkgdesc="Touchscreen Access Library (mingw-w64)"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://github.com/kergoth/tslib/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz")
-sha256sums=('986cce6d8ed896c0eba68d78acd788c7860ffe8a2165a9f631954e7f2889958b')
+sha256sums=('efe1fef16a00dc818f1d8e402877184dadf331f1b0dd1fbfeeb2698ee8647f4d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"