From 24a8efc0ed5e1cfdce0c71dedf2e00bb8e876710 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Fri, 15 Dec 2023 15:23:02 +0100 Subject: [PATCH] community/oxygen-icons: fix builddir I pushed it to the MR but it didn't seem to have gone through in the merge... --- community/oxygen-icons5/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/oxygen-icons5/APKBUILD b/community/oxygen-icons5/APKBUILD index 5e4c250fef9..a7f560daefa 100644 --- a/community/oxygen-icons5/APKBUILD +++ b/community/oxygen-icons5/APKBUILD @@ -18,7 +18,7 @@ makedepends="$depends_dev " _repo_url="https://invent.kde.org/frameworks/oxygen-icons5.git" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/oxygen-icons-$pkgver.tar.xz" -builddir="$srcdir/oxygen-icons5-$pkgver" +builddir="$srcdir/oxygen-icons-$pkgver" replaces="oxygen-icons<=5.110.0-r0"