summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2020-06-16 02:01:35 +0200
committerDavide Depau2020-06-16 02:01:35 +0200
commit5036439bd7c08b17649264de23d8ad82b73971ec (patch)
treeb1974290e06e8ea88f1be2b190cc14c774d4e327
parent31401c3a11168ad5631323cd3edf1991d9d293d3 (diff)
downloadaur-5036439bd7c08b17649264de23d8ad82b73971ec.tar.gz
Update to provide libfprint-2.so, libfprint=1.90
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8e91b79cd9..6bfa6c1a0a49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libfprint-vfs0090-git
- pkgdesc = Library for fingerprint readers (includes WIP libre vfs0090 driver)
- pkgver = 0.99.0.r91.g2e2e382
+ pkgdesc = Library for fingerprint readers (includes libre vfs0090 driver)
+ pkgver = 1.90.r0.gb8e684e
pkgrel = 1
epoch = 1
url = https://github.com/3v1n0/libfprint
@@ -18,9 +18,10 @@ pkgbase = libfprint-vfs0090-git
depends = openssl
optdepends = fprintd: D-Bus daemon that manages fingerprint readers
provides = libfprint
+ provides = libfprint-2.so=2-64
conflicts = libfprint
replaces = libfprint-vfs0090
- source = git+https://github.com/3v1n0/libfprint.git
+ source = git+https://github.com/3v1n0/libfprint.git#branch=vfs0090
md5sums = SKIP
pkgname = libfprint-vfs0090-git
diff --git a/PKGBUILD b/PKGBUILD
index 4ca3e20f6a74..18dcd42114d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_pkgname=libfprint
pkgname=libfprint-vfs0090-git
epoch=1
-pkgver=0.99.0.r91.g2e2e382
+pkgver=1.90.r0.gb8e684e
pkgrel=1
-pkgdesc="Library for fingerprint readers (includes WIP libre vfs0090 driver)"
+pkgdesc="Library for fingerprint readers (includes libre vfs0090 driver)"
arch=(i686 x86_64)
url="https://github.com/3v1n0/libfprint"
license=(LGPL)
@@ -13,15 +13,16 @@ depends=(libusb nss pixman gnutls openssl)
makedepends=(git meson gtk-doc)
optdepends=("fprintd: D-Bus daemon that manages fingerprint readers")
groups=(fprint-git)
-provides=(libfprint)
+provides=(libfprint libfprint-2.so=2-64)
conflicts=(libfprint)
replaces=(libfprint-vfs0090)
-source=("git+https://github.com/3v1n0/libfprint.git")
+source=("git+https://github.com/3v1n0/libfprint.git#branch=vfs0090")
md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
- git describe --long --tags 2>/dev/null | sed 's/^V_//;s/\([0-9]*-g\)/r\1/;s/[-_]/./g'
+ git describe --long --tags 2>/dev/null | sed 's/^V_//;s/\([0-9]*-g\)/r\1/;s/[-_]/./g' \
+ | sed 's/0.90/1.90/g' # Quick fix until upstream updates the version number
}
build() {