summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2020-06-21 23:36:35 +0200
committerDavide Depau2020-06-21 23:36:35 +0200
commit24c86421d37314cc69cf5c1ec4c4e2346a9922ee (patch)
tree75373c1d0295391ebc3347564306adffdbbcf273
parentfba763e0860223907dff7f8f12a8464c58b10de2 (diff)
downloadaur-24c86421d37314cc69cf5c1ec4c4e2346a9922ee.tar.gz
Add package rename notice
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04b0bae4593c..cff680d6df59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libfprint-vfs0090-git
pkgdesc = Library for fingerprint readers (includes libre vfs0090 driver)
pkgver = 1.90.1.r0.g82aed23
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/3v1n0/libfprint
arch = i686
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