summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-11-17 10:20:45 -0500
committerAndrew Sun2018-11-17 10:20:45 -0500
commit4b78580ed221dda1787e6ff6faa610c6145e1ffd (patch)
tree8088b7a7d3f9522097b6740807dbd16b67a5379c
parent3fab909634f5f911476e35e2f6b0e4c42047eb12 (diff)
downloadaur-4b78580ed221dda1787e6ff6faa610c6145e1ffd.tar.gz
mingw-w64-tslib: update to 1.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54edb45d42cc..e81bddecc07f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-tslib
pkgdesc = Touchscreen Access Library (mingw-w64)
- pkgver = 1.16
+ pkgver = 1.17
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.16/tslib-1.16.tar.xz
- sha256sums = c9a54651337a701a66b074c603c313225579995a7910e519bbc7b1dcdab9a755
+ source = https://github.com/kergoth/tslib/releases/download/1.17/tslib-1.17.tar.xz
+ sha256sums = 9fdd33e66976bf9cc799be33824ba66672f892826e9b22de12b14df15cb0fddc
pkgname = mingw-w64-tslib
diff --git a/PKGBUILD b/PKGBUILD
index 50339d8949ec..8a97094266e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-tslib
_pkgname=tslib
-pkgver=1.16
+pkgver=1.17
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=('c9a54651337a701a66b074c603c313225579995a7910e519bbc7b1dcdab9a755')
+sha256sums=('9fdd33e66976bf9cc799be33824ba66672f892826e9b22de12b14df15cb0fddc')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"