From c3f26f2bb9bf85bbbd6a1dd0dc3ea12ed8fc372e Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Wed, 2 Oct 2024 14:09:59 +0200 Subject: [PATCH] main/alsa-utils: 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 --- main/alsa-utils/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/alsa-utils/APKBUILD b/main/alsa-utils/APKBUILD index db402816445..779bb5d98e4 100644 --- a/main/alsa-utils/APKBUILD +++ b/main/alsa-utils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=alsa-utils pkgver=1.2.12 -pkgrel=0 +pkgrel=1 pkgdesc="Advanced Linux Sound Architecture (ALSA) utilities" url="https://alsa-project.org/" arch="all"