python3-eduvpn-client: update to 4.7.1.

This commit is contained in:
John
2026-03-30 17:40:00 +02:00
committed by John Zimmermann
parent 7fb3643a2c
commit 91857a65f8
+4 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'python3-eduvpn-client'
pkgname=python3-eduvpn-client
version=4.6.0
version=4.7.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://www.eduvpn.org/"
distfiles="https://codeberg.org/eduVPN/linux-app/releases/download/${version}/linux-app-${version}.tar.xz"
checksum=d7d2690ab5fc6690679c0620dbbebea39a8f375dbc2d0e16fbe96f7b9bfba017
checksum=92009f3cc0de61295b88807e5d84874afd634653a4ad4626509592caae42b190
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
broken="python3-eduvpn_common not compatible with musl"
@@ -20,6 +20,8 @@ fi
post_install() {
mv ${DESTDIR}/${py3_sitelib}/eduvpn/data/share \
${DESTDIR}/usr/share
rm -v ${DESTDIR}/usr/share/locale/Makefile
rm -v ${DESTDIR}/usr/share/locale/eduVPN.pot
}
eduvpn-client_package() {