diff --git a/srcpkgs/python3-eduvpn-client/template b/srcpkgs/python3-eduvpn-client/template index 64658320de9..6e7fd300a92 100644 --- a/srcpkgs/python3-eduvpn-client/template +++ b/srcpkgs/python3-eduvpn-client/template @@ -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 " 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() {