summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-10 18:55:28 +0800
committerChocobo12023-04-10 18:55:28 +0800
commit9ba817ac0a7adcbbe721934edebba8c67ad58f33 (patch)
tree0f89288e88e6d3348a44838cc506ec51a3fd8b72
parent17edd1e892b72cbe2c7a70284e1353e8e4c4225d (diff)
downloadaur-tslib-git.tar.gz
upgpkg: tslib-git 1.22.r8.gbec90df-1
-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
}