python-vispy: update to 0.5.2.

LICENSE.txt is now in the tarball, no need to fetch it from github anymore

Closes: #9958 [via git-merge-pr]
This commit is contained in:
johannes 2017-12-13 01:26:33 +01:00 committed by Jürgen Buchmüller
parent d68752409c
commit 91e6a0fdd8
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-vispy'
pkgname=python-vispy
version=0.5.1
version=0.5.2
revision=1
noarch=yes
pycompile_module="vispy"
@ -13,10 +13,9 @@ maintainer="johannes <johannes.brechtmann@gmail.com>"
license="BSD"
homepage="http://vispy.org"
distfiles="${PYPI_SITE}/v/vispy/vispy-${version}.tar.gz"
checksum=20b5bcb14e00cf7da2d175dd95d8d1033d32ce594a49f1930e04455323537f24
checksum=297b71eff249fd3550ce56512a6c8d10ed21ea42b50591cae0b49348eafb6e85
post_install() {
$XBPS_FETCH_CMD https://raw.githubusercontent.com/vispy/vispy/master/LICENSE.txt
vlicense LICENSE.txt
}