[arch-commits] Commit in python-peewee/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Mar 18 20:04:33 UTC 2022
Date: Friday, March 18, 2022 @ 20:04:32
Author: felixonmars
Revision: 1159028
upgpkg: python-peewee 3.14.10-1
Modified:
python-peewee/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-18 20:02:59 UTC (rev 1159027)
+++ PKGBUILD 2022-03-18 20:04:32 UTC (rev 1159028)
@@ -4,8 +4,8 @@
# Contributor: juantascon
pkgname=python-peewee
-pkgver=3.14.8
-pkgrel=4
+pkgver=3.14.10
+pkgrel=1
pkgdesc="a little orm"
url="https://pypi.python.org/pypi/peewee/"
arch=('x86_64')
@@ -16,7 +16,7 @@
makedepends=('python-setuptools' 'cython')
checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz")
-sha512sums=('d736e5dfc139656cba7caf488d68907683893d5a2537f96269af9ed693ec79c089d2822d355be4a9c6136b5cd813b0cccf774afd585f9bd420d57a8700cabfbe')
+sha512sums=('1f423097c67c6a3976ed77586e3ea9db6db42e3c18e6f4c6046176a0e8942a9ce228cefd2a09e39fde359479e70a04e4c06030682442d96657d24984666b13d1')
build() {
cd peewee-$pkgver
More information about the arch-commits
mailing list