summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53889f2efa4f..802bb7577fe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = tslib-git
pkgdesc = C library for filtering touchscreen events
- pkgver = 1.13.r0.g50196cb
+ pkgver = 1.22.r8.gbec90df
pkgrel = 1
- url = http://www.tslib.org/
+ url = https://www.tslib.org/
arch = i686
arch = x86_64
license = LGPL
makedepends = git
depends = glibc
- provides = tslib
+ provides = tslib=1.22.r8.gbec90df
conflicts = tslib
source = git+https://github.com/kergoth/tslib.git
sha256sums = SKIP
pkgname = tslib-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3e28cfcd1332..683c013013f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=tslib-git
-pkgver=1.13.r0.g50196cb
+pkgver=1.22.r8.gbec90df
pkgrel=1
pkgdesc="C library for filtering touchscreen events"
arch=('i686' 'x86_64')
-url="http://www.tslib.org/"
+url="https://www.tslib.org/"
license=('LGPL')
depends=('glibc')
makedepends=('git')
-provides=('tslib')
+provides=("tslib=$pkgver")
conflicts=('tslib')
source=("git+https://github.com/kergoth/tslib.git")
sha256sums=('SKIP')
@@ -25,7 +25,9 @@ build() {
cd "tslib"
./autogen.sh
- ./configure --prefix="/usr" --sysconfdir="/etc"
+ ./configure \
+ --prefix="/usr" \
+ --sysconfdir="/etc"
make
}