git » kservice.git » commit 3e49574

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

author Antonio Rojas
2023-10-16 07:12:48 UTC
committer Antonio Rojas
2023-10-16 07:12:48 UTC
parent 8697df6c8746129674ee2bed2660290e2c313636

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 13ca88e..e62f86e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = kservice
 	pkgdesc = Advanced plugin and service introspection
 	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 0d64264..18e9fc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=kservice
 pkgver=5.240.0.20231014
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced plugin and service introspection'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -37,4 +37,6 @@ build() {
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
+
+  rm -r "$pkgdir"/etc # Remove files that conflict with KF5
 }