xdot: update to 1.0.

This commit is contained in:
Johannes 2018-09-13 08:51:51 +02:00 committed by Johannes
parent 7e2ff1e3d1
commit 741b97d145
1 changed files with 3 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'xdot' # Template file for 'xdot'
pkgname=xdot pkgname=xdot
version=0.9 version=1.0
revision=2 revision=1
noarch=yes noarch=yes
wrksrc="xdot.py-${version}" wrksrc="xdot.py-${version}"
build_style=python3-module build_style=python3-module
@ -13,9 +13,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3.0-or-later" license="LGPL-3.0-or-later"
homepage="https://github.com/jrfonseca/xdot.py" homepage="https://github.com/jrfonseca/xdot.py"
distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz" distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz"
checksum=df7790db573d7a5512e6fa618d9051508c43cf64ca432d97c2207c87b6f20dbd checksum=a8594f94f43f938e01e42ff6015c7e00e3ee1a00c7f06d6287d8c939ffa94f76
pre_build() {
# https://github.com/jrfonseca/xdot.py/issues/51
sed -i '/install_requires=/d' setup.py
}