Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/python3-peewee/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-peewee'
pkgname=python3-peewee
version=3.18.3
revision=2
version=3.19.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
makedepends="python3-devel sqlite-devel"
Expand All @@ -12,7 +12,7 @@ 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=09a4a65346856f422e653e610f946174a70d4e26c27bfd9fc0a258555e7c5c50
checksum=e5f587804cced3d1842ce650ced101dd96894381241aa1f1c1cdfd3490b49bd2
make_check=no # tests require postgres instance

post_install() {
Expand Down