Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/eduvpn-common/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'eduvpn-common'
pkgname=eduvpn-common
version=4.0.0
version=5.0.1
revision=1
build_style=go
go_import_path=codeberg.org/eduVPN/eduvpn-common
Expand All @@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
license="MIT"
homepage="https://www.eduvpn.org/"
distfiles="https://codeberg.org/eduVPN/eduvpn-common/releases/download/${version}/eduvpn-common-${version}.tar.xz"
checksum=a4cc5c1e25fa0ade90a54d77267a04caab7b6dde7c7663b1a27708a7a3c3be0a
checksum=5b97feaaf14456ee3eb30853c1c78c2b166de541d8f8ee1db7ea0d0ccfc812c3

subpackages="eduvpn-cli"

Expand Down Expand Up @@ -60,6 +60,7 @@ eduvpn-cli_package() {

python3-eduvpn_common_package() {
short_desc+=" - Python3 bindings"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove ${py3_sitelib}
}
Expand Down
6 changes: 4 additions & 2 deletions srcpkgs/python3-eduvpn-client/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand All @@ -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() {
Expand Down