python-peewee: update to 3.6.4.

This commit is contained in:
maxice8 2018-08-01 17:42:53 -03:00
parent 27dd260f23
commit 6bcec57713

View file

@ -1,6 +1,6 @@
# Template file for 'python-peewee'
pkgname=python-peewee
version=3.6.3
version=3.6.4
revision=1
wrksrc="peewee-${version}"
build_style=python-module
@ -11,8 +11,9 @@ short_desc="Small and simple ORM for Python2"
maintainer="johannes <johannes.brechtmann@gmail.com>"
license="MIT"
homepage="https://github.com/coleifer/peewee"
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
checksum=cff50886d9116d462d8166887717939eba1e48c6cee8a644fca426eb7e432726
checksum=ffb5fe0cf98b7efb5339e9369eaf762a1f0fc704f4888b16be999328a71e288c
alternatives="peewee:pwiz:/usr/bin/pwiz.py2"
post_install() {