summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2017-01-02 15:33:31 +0100
committerDario Ostuni2017-01-02 15:33:31 +0100
commit2fb46961cf2576f1417d53244ce832ee0b740ffb (patch)
tree87fb3eeb67d10ec72857bed9c1eefa0fd2c0f0d4
parent08afcb0b6abc9c7f2d8dd1db432ce36073d6e2fc (diff)
downloadaur-2fb46961cf2576f1417d53244ce832ee0b740ffb.tar.gz
Updated version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92a803982f71..606ca9be27db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 14:08:19 UTC 2016
+# Mon Jan 2 14:33:26 UTC 2017
pkgbase = lib32-tslib
pkgdesc = Touchscreen Access Library (32-bit)
- pkgver = 1.1
+ pkgver = 1.2
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.1/tslib-1.1.tar.xz
- sha1sums = f4a2e069517766bc9394c889b240a785ab0fd6a4
+ source = https://github.com/kergoth/tslib/releases/download/1.2/tslib-1.2.tar.xz
+ sha256sums = ae9d3f0ad615f2a1938466742db673bda8a0e8ab294c51d9b2264361401ddb26
pkgname = lib32-tslib
diff --git a/PKGBUILD b/PKGBUILD
index b1c1da7f83a8..941cd2db60ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=lib32-tslib
_pkgname=tslib
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Touchscreen Access Library (32-bit)"
-arch=(x86_64)
+arch=('x86_64')
url="https://github.com/kergoth/tslib"
-license=(GPL2)
-depends=(lib32-glibc)
+license=('GPL2')
+depends=('lib32-glibc')
makedepends=()
source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$_pkgname-$pkgver.tar.xz")
-sha1sums=('f4a2e069517766bc9394c889b240a785ab0fd6a4')
+sha256sums=('ae9d3f0ad615f2a1938466742db673bda8a0e8ab294c51d9b2264361401ddb26')
build() {
cd $_pkgname-$pkgver