git » plasma-desktop.git » commit a3414a0

Fix conflicts

author Antonio Rojas
2020-06-09 11:47:33 UTC
committer Antonio Rojas
2020-06-09 11:47:33 UTC
parent afd560ca2f81f59f4954221e32c5e2a4b3e7e1d2

Fix conflicts

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 0ad8726..c602488 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 pkgbase=plasma-desktop
 pkgname=(plasma-desktop knetattach)
 pkgver=5.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -47,5 +47,5 @@ package_knetattach() {
   pkgdesc='Wizard which makes it easier to integrate network resources with the Plasma Desktop'
   depends=(kdelibs4support)
 
-  DESTDIR="$pkgdir" cmake --install build
+  DESTDIR="$pkgdir" cmake --install build/knetattach
 }