summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-04-10 18:55:28 +0800
committerChocobo12023-04-10 18:55:28 +0800
commit9ba817ac0a7adcbbe721934edebba8c67ad58f33 (patch)
tree0f89288e88e6d3348a44838cc506ec51a3fd8b72 /PKGBUILD
parent17edd1e892b72cbe2c7a70284e1353e8e4c4225d (diff)
downloadaur-tslib-git.tar.gz
upgpkg: tslib-git 1.22.r8.gbec90df-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
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
}