summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavide Depau2020-06-21 23:36:35 +0200
committerDavide Depau2020-06-21 23:36:35 +0200
commit24c86421d37314cc69cf5c1ec4c4e2346a9922ee (patch)
tree75373c1d0295391ebc3347564306adffdbbcf273 /PKGBUILD
parentfba763e0860223907dff7f8f12a8464c58b10de2 (diff)
downloadaur-libfprint-vfs0090-git.tar.gz
Add package rename notice
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7facab0d48ab..5fb4f512d111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=libfprint
pkgname=libfprint-vfs0090-git
epoch=1
pkgver=1.90.1.r0.g82aed23
-pkgrel=1
+pkgrel=2
pkgdesc="Library for fingerprint readers (includes libre vfs0090 driver)"
arch=(i686 x86_64)
url="https://github.com/3v1n0/libfprint"
@@ -25,6 +25,12 @@ pkgver() {
}
build() {
+ msg2 "================================= Note ====================================="
+ msg2 "This package is being renamed to libfprint-vfs009x-git since it now supports"
+ msg2 "both vfs0090 and vfs0097 sensors. Please switch to the new package as this"
+ msg2 "one will be deleted soon."
+ msg2 "============================================================================"
+
cd "$srcdir"
arch-meson $_pkgname build -D x11-examples=false -D doc=false
ninja -C build