summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu2020-02-10 18:10:13 -0800
committerTimothy Gu2020-02-10 18:10:13 -0800
commit0edef5a3a88976d4dd572f4b770150483445216a (patch)
tree85ab2644dbca8ad11e80a92c59a4df26a31882a2
parent0b8e285c77558569eb2fd4d4880cde9c26155457 (diff)
downloadaur-0edef5a3a88976d4dd572f4b770150483445216a.tar.gz
Bump to 1.90.1; remove pam_dir.patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48b6ba11285a..879cff184221 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fprintd-libfprint2
pkgdesc = D-Bus service to access fingerprint readers
- pkgver = 0.9.0+127+g6d583cb
+ pkgver = 1.90.1
pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/fprint/fprintd
arch = x86_64
@@ -24,10 +24,8 @@ pkgbase = fprintd-libfprint2
conflicts = fprintd
source = git+https://gitlab.freedesktop.org/libfprint/fprintd.git
source = disable-systemd-protection.patch
- source = pam_dir.patch
sha256sums = SKIP
sha256sums = 4854d32d6579de31fd59b4df02f6a29db2e266dedfe9edda13bedcda1b083be1
- sha256sums = deae323c3ae28558aabca84b26c2e3e0004714941ab39384e45deaf7ca578b39
pkgname = fprintd-libfprint2
diff --git a/PKGBUILD b/PKGBUILD
index 5ac888d6e13d..ee1563e6d333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=fprintd-libfprint2
_pkgname=fprintd
-pkgver=0.9.0+127+g6d583cb
+pkgver=1.90.1
pkgrel=1
pkgdesc="D-Bus service to access fingerprint readers"
arch=(x86_64)
@@ -21,12 +21,10 @@ groups=(fprint)
source=(
"git+https://gitlab.freedesktop.org/libfprint/fprintd.git"
'disable-systemd-protection.patch'
- 'pam_dir.patch'
)
sha256sums=(
'SKIP'
'4854d32d6579de31fd59b4df02f6a29db2e266dedfe9edda13bedcda1b083be1'
- 'deae323c3ae28558aabca84b26c2e3e0004714941ab39384e45deaf7ca578b39'
)
pkgver() {
@@ -37,11 +35,10 @@ pkgver() {
prepare() {
cd $_pkgname
patch -p1 -i "${srcdir}/disable-systemd-protection.patch"
- patch -p1 -i "${srcdir}/pam_dir.patch"
}
build() {
- arch-meson $_pkgname build -D gtk_doc=true
+ arch-meson $_pkgname build -D pam_modules_dir=/usr/lib/security -D gtk_doc=true
ninja -C build
}