git » freerdp.git » commit 151da15

upgpkg: 2:3.4.0-3

author David Runge
2024-03-21 09:35:24 UTC
committer David Runge
2024-03-21 09:35:24 UTC
parent b95ebe02f7021d053502d633804c588751344c6d

upgpkg: 2:3.4.0-3

Adjust proxy plugin directory to a package specific location.

.SRCINFO +1 -1
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 899c438..bef54de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = freerdp
 	pkgdesc = Free implementation of the Remote Desktop Protocol (RDP)
 	pkgver = 3.4.0
-	pkgrel = 2
+	pkgrel = 3
 	epoch = 2
 	url = https://www.freerdp.com/
 	arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a879903..c80d9c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _name=FreeRDP
 pkgname=freerdp
 pkgver=3.4.0
 _libver=${pkgver/.*/}
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
 arch=(x86_64)
@@ -79,7 +79,7 @@ build() {
     -D CMAKE_INSTALL_LIBDIR=lib
     -D CMAKE_BUILD_TYPE=None
     -D CMAKE_SKIP_INSTALL_RPATH=ON
-    -D PROXY_PLUGINDIR=/usr/lib/freerdp2/server/proxy/plugins
+    -D PROXY_PLUGINDIR=/usr/lib/$pkgname/server/proxy/plugins
     -D RDTK_FORCE_STATIC_BUILD=ON  # prevent file conflicts with freerdp2
     -D UWAC_FORCE_STATIC_BUILD=ON  # prevent file conflicts with freerdp2
     -D WITH_ALSA=ON