From b98f78ebaa9dcfecb64c10fb4e53227465a1a042 Mon Sep 17 00:00:00 2001
From: Bart Ribbers <bribbers@disroot.org>
Date: Wed, 2 Oct 2024 17:43:35 +0200
Subject: [PATCH] community/libfprint: rebuild to put udev rules in usr-merge

Since eudev now reports /usr/lib/udev as the standard udev location with
"pkgconf udev --variable=udevdir", we should rebuild these packages to
let them pick up this new location
---
 community/libfprint/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/libfprint/APKBUILD b/community/libfprint/APKBUILD
index 893516d107f8..8473a927a4ef 100644
--- a/community/libfprint/APKBUILD
+++ b/community/libfprint/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Timo Teräs <timo.teras@iki.fi>
 pkgname=libfprint
 pkgver=1.94.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for fingerprint readers"
 url="https://fprint.freedesktop.org/"
 arch="all"
-- 
GitLab