summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimothy Gu2020-04-05 20:51:42 -0400
committerTimothy Gu2020-04-05 20:53:32 -0400
commitd6770b2b8137cb799ca216ced9ca566a831993eb (patch)
tree7d7ee29a5ec4ba77180e94e0e69e671edbc55f3b /PKGBUILD
parent98a3594e59f4f463e55b01bbd29e315c453d156e (diff)
downloadaur-d6770b2b8137cb799ca216ced9ca566a831993eb.tar.gz
Bump to 1.90.1+81+g6dd010f; Remove disable-systemd-protection.patch
The bug [1] has been fixed upstream in [2]. [1]: https://gitlab.freedesktop.org/libfprint/fprintd/-/issues/50. [2]: https://gitlab.freedesktop.org/libfprint/fprintd/-/commit/fd733e55be8f407bf849b557d03dc2fa41e66907
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5a55af1192f..a31efec8a9f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=fprintd-libfprint2
_pkgname=fprintd
-pkgver=1.90.1+64+gd7fec03
+pkgver=1.90.1+81+g6dd010f
pkgrel=1
pkgdesc="D-Bus service to access fingerprint readers"
arch=(x86_64)
@@ -18,21 +18,14 @@ conflicts=(fprintd)
makedepends=(intltool git gtk-doc meson pam)
checkdepends=(pam_wrapper python-cairo python-dbus python-dbusmock python-gobject)
groups=(fprint)
-source=("git+https://gitlab.freedesktop.org/libfprint/$_pkgname.git"
- 'disable-systemd-protection.patch')
-sha256sums=('SKIP'
- '4854d32d6579de31fd59b4df02f6a29db2e266dedfe9edda13bedcda1b083be1')
+source=("git+https://gitlab.freedesktop.org/libfprint/$_pkgname.git")
+sha256sums=('SKIP')
pkgver() {
cd $_pkgname
git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
}
-prepare() {
- cd $_pkgname
- patch -p1 -i "${srcdir}/disable-systemd-protection.patch"
-}
-
build() {
arch-meson $_pkgname build -D pam_modules_dir=/usr/lib/security -D gtk_doc=true
ninja -C build