summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2019-05-22 10:15:55 +0200
committerDario Ostuni2019-05-22 10:15:55 +0200
commit0f3330282068e75ac6a0a855a44b7539f8049d7d (patch)
tree2b438fd57292aee3dc989f6a546fec3cc938c1fc
parentcb168af8082f26f49df2d453931df6247c43a69d (diff)
downloadaur-0f3330282068e75ac6a0a855a44b7539f8049d7d.tar.gz
Update to version 1.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5efe6e11811f..edc267d0ff78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Sat Jan 26 13:19:17 UTC 2019
pkgbase = lib32-tslib
pkgdesc = Touchscreen Access Library (32-bit)
- pkgver = 1.19
+ pkgver = 1.20
pkgrel = 1
url = https://github.com/kergoth/tslib
arch = x86_64
license = GPL2
depends = lib32-glibc
- source = https://github.com/kergoth/tslib/releases/download/1.19/tslib-1.19.tar.xz
- sha384sums = 7b518dc1db689a14127abe43bf9c08c3ef3f2fb6142970416d45641f25622f09fe6f071877aaa8ca209858eb467da7d3
+ source = https://github.com/kergoth/tslib/releases/download/1.20/tslib-1.20.tar.xz
+ sha384sums = a2c202a1232327fd9c6cbf3b1f8c6b3748e4919fa4e5f64820f9e063dad27462587900f929c6ac76197ded03830c9ad0
pkgname = lib32-tslib
diff --git a/PKGBUILD b/PKGBUILD
index 5e67f4c9beec..fb95fe624363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lib32-tslib
_pkgname=tslib
-pkgver=1.19
+pkgver=1.20
pkgrel=1
pkgdesc="Touchscreen Access Library (32-bit)"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('lib32-glibc')
makedepends=()
source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$_pkgname-$pkgver.tar.xz")
-sha384sums=('7b518dc1db689a14127abe43bf9c08c3ef3f2fb6142970416d45641f25622f09fe6f071877aaa8ca209858eb467da7d3')
+sha384sums=('a2c202a1232327fd9c6cbf3b1f8c6b3748e4919fa4e5f64820f9e063dad27462587900f929c6ac76197ded03830c9ad0')
build() {
cd $_pkgname-$pkgver