pockyt: update to 0.9

This commit is contained in:
Alessio Sergi 2016-05-05 12:12:03 +02:00
parent 4ca20e1c08
commit d8810798dd

View File

@ -1,9 +1,9 @@
# Template file for 'pockyt'
pkgname=pockyt
version=0.8
revision=2
version=0.9
revision=1
noarch=yes
build_style="python-module"
build_style=python-module
hostmakedepends="python-setuptools"
depends="python-setuptools python-requests python-parse"
pycompile_module="${pkgname}"
@ -12,4 +12,8 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-3"
homepage="https://github.com/arvindch/pockyt"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=2b85d58482b63758d6886ae100fbe94e5fc2331f0cc56fbe20683beba56328ef
checksum=6448feb84e71f53b2bfde50f9d6e0673a58112b3e8e6e2744b9bd86923175c1e
pre_build() {
sed -i 's/unicode_literals,//' setup.py
}