Date: Saturday, December 3, 2022 @ 18:04:03 Author: spupykin Revision: 1356378
upgpkg: remmina 1:1.4.28-1 Modified: remmina/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-03 17:59:15 UTC (rev 1356377) +++ PKGBUILD 2022-12-03 18:04:03 UTC (rev 1356378) @@ -2,8 +2,8 @@ pkgname=remmina epoch=1 -pkgver=1.4.27 -pkgrel=4 +pkgver=1.4.28 +pkgrel=1 pkgdesc="remote desktop client written in GTK+" url="https://www.remmina.org/" arch=('x86_64') @@ -26,7 +26,7 @@ options=('debug') source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2" '0001-Multiple-changes-to-build-and-run-with-libsoup-3.0.patch') -sha512sums=('44bc067eaf2c4c10e42182aa7c3ec2aa18ec5c0ce51a2fc765884cbfc11261d3c0db537b1674424aa092caf171e647714dcc8af6d813273f7b96876a251e0575' +sha512sums=('a144f90a9c300f0c5dcd9ab01d1ab323874ef3373dc95d8c62eb36821ef73318d0e0334431fa7cdddb5bef8bfc3838bb609f5c8179d36b19950f203653601482' 'bcdf834a2506e1ad11b313956cc68726711086fb70a4b2f59c1082f4dc2274f0fa77d2fad94b55afe35ef384f498cc600c129f3945c9ae28bc9d9f277c1419c4') prepare() { @@ -33,7 +33,7 @@ cd Remmina-v${pkgver/rc/-rc} # We require libsoup 3.0 because of spice-gtk - patch -Np1 -i ../0001-Multiple-changes-to-build-and-run-with-libsoup-3.0.patch +# patch -Np1 -i ../0001-Multiple-changes-to-build-and-run-with-libsoup-3.0.patch } build() {
