summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2017-02-15 21:28:59 +0100
committerDario Ostuni2017-02-15 21:28:59 +0100
commit75a18bca5fb287ab89a7a5e06299968c014dd7f4 (patch)
tree85d1f8d8c86d3fc4076aea2d25c417059a52dfd5
parentdf092f74ae2edfe3451d337a62c5039684b6a2a1 (diff)
downloadaur-75a18bca5fb287ab89a7a5e06299968c014dd7f4.tar.gz
Updated version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea8868a6e6a3..47b61ea8f7c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Jan 10 18:21:02 UTC 2017
+# Wed Feb 15 20:28:54 UTC 2017
pkgbase = lib32-tslib
pkgdesc = Touchscreen Access Library (32-bit)
- pkgver = 1.3
+ pkgver = 1.5
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.3/tslib-1.3.tar.xz
- sha256sums = e935101adca980a14d1a13362796222575f99e6a41db585e8358fffddb98d92c
+ source = https://github.com/kergoth/tslib/releases/download/1.5/tslib-1.5.tar.xz
+ sha256sums = 94874fe72c5af5c9be642a2ce524f014eb1d59d15cf852f2d3b2cf380f04252d
pkgname = lib32-tslib
diff --git a/PKGBUILD b/PKGBUILD
index 8644d5a89be3..f3075fbf518c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lib32-tslib
_pkgname=tslib
-pkgver=1.3
+pkgver=1.5
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")
-sha256sums=('e935101adca980a14d1a13362796222575f99e6a41db585e8358fffddb98d92c')
+sha256sums=('94874fe72c5af5c9be642a2ce524f014eb1d59d15cf852f2d3b2cf380f04252d')
build() {
cd $_pkgname-$pkgver