git » kuserfeedback.git » commit 611e9ec

upgpkg: 5.245.0-2: Drop translations that conflict with KF5

author Antonio Rojas
2023-11-10 14:01:24 UTC
committer Antonio Rojas
2023-11-10 14:01:24 UTC
parent 241af643c98976a6d05168986e36f6a2d2a0e4c3

upgpkg: 5.245.0-2: Drop translations that conflict with KF5

.SRCINFO +1 -1
PKGBUILD +2 -1

diff --git a/.SRCINFO b/.SRCINFO
index 2bd39f3..947b8bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = kuserfeedback
 	pkgdesc = Framework for collecting user feedback for applications via telemetry and surveys
 	pkgver = 5.245.0
-	pkgrel = 1
+	pkgrel = 2
 	url = https://community.kde.org/Frameworks
 	arch = x86_64
 	license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 6d02f34..cf2961f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=kuserfeedback
 pkgver=5.245.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework for collecting user feedback for applications via telemetry and surveys'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -35,4 +35,5 @@ build() {
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/share/locale # Conflicts with Qt5
 }