summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimothy Gu2020-03-23 13:15:55 -0400
committerTimothy Gu2020-03-23 14:25:42 -0400
commit98a3594e59f4f463e55b01bbd29e315c453d156e (patch)
treef2ee42c07a05271584a088f76f7d4212c0e655cd /PKGBUILD
parenta912ed660fdfbfbd8d5cb3cf009f7705026c3cbb (diff)
downloadaur-98a3594e59f4f463e55b01bbd29e315c453d156e.tar.gz
Bump to 1.90.1+64+gd7fec03; remove 53.patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2235e6d121cc..f5a55af1192f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=fprintd-libfprint2
_pkgname=fprintd
-pkgver=1.90.1+62+ge828ea3
+pkgver=1.90.1+64+gd7fec03
pkgrel=1
pkgdesc="D-Bus service to access fingerprint readers"
arch=(x86_64)
@@ -19,10 +19,8 @@ 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"
- '53.patch'
'disable-systemd-protection.patch')
sha256sums=('SKIP'
- 'd64ace799a6c6a3ea4ee56be104b3bdba6fe913329c25672205e2a3ebb897e6a'
'4854d32d6579de31fd59b4df02f6a29db2e266dedfe9edda13bedcda1b083be1')
pkgver() {
@@ -32,7 +30,6 @@ pkgver() {
prepare() {
cd $_pkgname
- git apply "$srcdir/53.patch"
patch -p1 -i "${srcdir}/disable-systemd-protection.patch"
}