summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2019-10-23 11:36:32 +0200
committerDario Ostuni2019-10-23 11:36:32 +0200
commitca4811e17c08830c0891fe2f77bf87506fb8c204 (patch)
tree04f7c30957fdf851b55960c3fb1d8dc07598456a
parent69b5ed0b8a7984cfeb60e6f770e3d3cea58456bc (diff)
downloadaur-lib32-tslib.tar.gz
Update to version 1.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edc267d0ff78..ac2e22d51f60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = lib32-tslib
pkgdesc = Touchscreen Access Library (32-bit)
- pkgver = 1.20
+ pkgver = 1.21
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.20/tslib-1.20.tar.xz
- sha384sums = a2c202a1232327fd9c6cbf3b1f8c6b3748e4919fa4e5f64820f9e063dad27462587900f929c6ac76197ded03830c9ad0
+ source = https://github.com/kergoth/tslib/releases/download/1.21/tslib-1.21.tar.xz
+ sha384sums = fc007a0d6a1e811cc70c5882710413d87fb5ef30439c36e7b90652d776feca44245c6d5ccddb94efa0277c61378f4126
pkgname = lib32-tslib
diff --git a/PKGBUILD b/PKGBUILD
index c5d7f15f480f..c2a1de7821c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lib32-tslib
_pkgname=tslib
-pkgver=1.20
+pkgver=1.21
pkgrel=1
pkgdesc="Touchscreen Access Library (32-bit)"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('lib32-glibc')
makedepends=()
source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$_pkgname-$pkgver.tar.xz")
-sha384sums=('a2c202a1232327fd9c6cbf3b1f8c6b3748e4919fa4e5f64820f9e063dad27462587900f929c6ac76197ded03830c9ad0')
+sha384sums=('fc007a0d6a1e811cc70c5882710413d87fb5ef30439c36e7b90652d776feca44245c6d5ccddb94efa0277c61378f4126')
build() {
cd $_pkgname-$pkgver