pockyt: update to 1.4.2

This commit is contained in:
Andrew J. Hesford 2020-10-07 09:49:56 -04:00
parent ef78d6179f
commit e7d28611f1

View file

@ -1,8 +1,7 @@
# Template file for 'pockyt' # Template file for 'pockyt'
pkgname=pockyt pkgname=pockyt
version=1.2 version=1.4.2
revision=2 revision=1
archs=noarch
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-parse" depends="python3-setuptools python3-parse"
@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/arvindch/pockyt" homepage="https://github.com/arvindch/pockyt"
distfiles="${homepage}/archive/${version}.tar.gz" distfiles="${homepage}/archive/${version}.tar.gz"
checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b
post_extract() {
sed -i 's/(3, 7)/&, (3, 8)/' setup.py
}