gns3-server: update to 2.1.12.
This commit is contained in:
parent
f5955f5844
commit
5ae1d512d5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gns3-server'
|
||||
pkgname=gns3-server
|
||||
version=2.1.11
|
||||
version=2.1.12
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
pycompile_module="gns3server"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://gns3.com"
|
||||
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
|
||||
checksum=98f7005211c55670a5729e5b31bc061cbd96b0ab1619171dafd7adf8f2e4d144
|
||||
checksum=2505fe6189faccfd1b47018916a3a793d72e19ac65e018ba13eb683644da1df4
|
||||
|
||||
pre_build() {
|
||||
# relax requirements
|
||||
|
@ -22,7 +22,7 @@ pre_build() {
|
|||
}
|
||||
post_install() {
|
||||
# remove tests directory polluting site-packages
|
||||
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/tests
|
||||
rm -rf -- ${DESTDIR}/usr/lib/python*/site-packages/tests
|
||||
}
|
||||
|
||||
# The source archive contains statically linked artifacts for x86_64
|
||||
|
|
Loading…
Reference in a new issue