git » kio.git » commit 3562eb8

upgpkg: 5.240.0.20231014-2: Remove files that conflict with KF5

author Antonio Rojas
2023-10-16 07:06:42 UTC
committer Antonio Rojas
2023-10-16 07:06:42 UTC
parent 1601c60162598c28ba22bb129228207ad4e5bce9

upgpkg: 5.240.0.20231014-2: Remove files that conflict with KF5

.SRCINFO +1 -1
PKGBUILD +3 -1

diff --git a/.SRCINFO b/.SRCINFO
index bc4aacf..dd3a7a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = kio
 	pkgdesc = Resource and network access abstraction
 	pkgver = 5.240.0.20231014
-	pkgrel = 1
+	pkgrel = 2
 	url = https://community.kde.org/Frameworks
 	arch = x86_64
 	groups = kf6
diff --git a/PKGBUILD b/PKGBUILD
index efee8a4..ec56059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=kio
 pkgver=5.240.0.20231014
-pkgrel=1
+pkgrel=2
 pkgdesc='Resource and network access abstraction'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -68,4 +68,6 @@ build() {
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
+
+  rm -r "$pkgdir"/{etc/xdg,usr/share/kconf_update} # Conflict with KF5
 }