From aa81f89166e0ccbbe7b8b030ed939fcd113c4147 Mon Sep 17 00:00:00 2001 From: Brian Bidulock Date: Mon, 14 Feb 2022 12:57:13 -0700 Subject: [PATCH] version 0.9.18.1-1 --- .SRCINFO | 8 ++++---- PKGBUILD | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 06655ea8d958..6a7f82098dd2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = xrdp pkgdesc = An open source remote desktop protocol (RDP) server - pkgver = 0.9.18 - pkgrel = 3 + pkgver = 0.9.18.1 + pkgrel = 1 url = https://github.com/neutrinolabs/xrdp install = xrdp.install arch = i686 @@ -22,9 +22,9 @@ pkgbase = xrdp backup = etc/xrdp/cert.pem backup = etc/xrdp/key.pem backup = etc/xrdp/startwm.sh - source = https://github.com/neutrinolabs/xrdp/releases/download/v0.9.18/xrdp-0.9.18.tar.gz + source = https://github.com/neutrinolabs/xrdp/releases/download/v0.9.18.1/xrdp-0.9.18.1.tar.gz source = arch-config.diff - sha256sums = c5eea0af055fac90c632e44fb667f1a25c55de2e34b37127e4cb0aabaef90a0f + sha256sums = f76aa16034689bb8997e56fd554db29ba57caa1bab228a6eda28be4389dedeb9 sha256sums = 28a58f9cdf8cffc29b0d7738ee6b4d1bdab7fc7361be54282a49e0fa00c57d3c pkgname = xrdp diff --git a/PKGBUILD b/PKGBUILD index e6c6d284ecb1..8946c470db45 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,8 +6,8 @@ # Contributor: Mathias R. pkgname=xrdp -pkgver=0.9.18 -pkgrel=3 +pkgver=0.9.18.1 +pkgrel=1 pkgdesc="An open source remote desktop protocol (RDP) server" url="https://github.com/neutrinolabs/xrdp" arch=(i686 x86_64 armv6h armv7l aarch64) @@ -22,7 +22,7 @@ backup=('etc/xrdp/sesman.ini' install="${pkgname}.install" source=("https://github.com/neutrinolabs/xrdp/releases/download/v${pkgver}/xrdp-${pkgver}.tar.gz" "arch-config.diff") -sha256sums=('c5eea0af055fac90c632e44fb667f1a25c55de2e34b37127e4cb0aabaef90a0f' +sha256sums=('f76aa16034689bb8997e56fd554db29ba57caa1bab228a6eda28be4389dedeb9' '28a58f9cdf8cffc29b0d7738ee6b4d1bdab7fc7361be54282a49e0fa00c57d3c') prepare() { @@ -53,8 +53,8 @@ build() { --enable-rdpsndaudin \ --with-imlib2 # Fight unused direct deps - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool - make V=0 + sed -i -e "s| -shared | $LDFLAGS\0 |g" -e "s| if test \"\$export_dynamic\" = yes && test -n \"\$export_dynamic_flag_spec\"; then| func_append compile_command \" $LDFLAGS\"\n func_append finalize_command \" $LDFLAGS\"\n\0|" libtool + make } package() {