summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2017-01-10 19:21:06 +0100
committerDario Ostuni2017-01-10 19:21:06 +0100
commitdf092f74ae2edfe3451d337a62c5039684b6a2a1 (patch)
treef8d8d7297b0445c9dbd8cb33f104b74adbe602ed
parent2fb46961cf2576f1417d53244ce832ee0b740ffb (diff)
downloadaur-df092f74ae2edfe3451d337a62c5039684b6a2a1.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 606ca9be27db..ea8868a6e6a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Jan 2 14:33:26 UTC 2017
+# Tue Jan 10 18:21:02 UTC 2017
pkgbase = lib32-tslib
pkgdesc = Touchscreen Access Library (32-bit)
- pkgver = 1.2
+ pkgver = 1.3
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.2/tslib-1.2.tar.xz
- sha256sums = ae9d3f0ad615f2a1938466742db673bda8a0e8ab294c51d9b2264361401ddb26
+ source = https://github.com/kergoth/tslib/releases/download/1.3/tslib-1.3.tar.xz
+ sha256sums = e935101adca980a14d1a13362796222575f99e6a41db585e8358fffddb98d92c
pkgname = lib32-tslib
diff --git a/PKGBUILD b/PKGBUILD
index 941cd2db60ee..8644d5a89be3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lib32-tslib
_pkgname=tslib
-pkgver=1.2
+pkgver=1.3
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=('ae9d3f0ad615f2a1938466742db673bda8a0e8ab294c51d9b2264361401ddb26')
+sha256sums=('e935101adca980a14d1a13362796222575f99e6a41db585e8358fffddb98d92c')
build() {
cd $_pkgname-$pkgver