[arch-commits] Commit in x2goclient/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Aug 17 17:14:48 UTC 2018
Date: Friday, August 17, 2018 @ 17:14:47
Author: arojas
Revision: 332108
libssh 0.8.1 rebuild
Modified:
x2goclient/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-17 17:14:30 UTC (rev 332107)
+++ PKGBUILD 2018-08-17 17:14:47 UTC (rev 332108)
@@ -5,7 +5,7 @@
pkgname=x2goclient
pkgver=4.1.2.1
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('GPL2')
url="http://www.x2go.org"
@@ -24,6 +24,7 @@
prepare() {
cd ${pkgname}-${pkgver}
sed -i "s:-o root -g root ::" Makefile
+ sed -e 's/-lssh_threads//' -i x2goclient.pro # Fix build with libssh 0.8
}
build() {
More information about the arch-commits
mailing list