summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2019-12-04 11:19:11 -0500
committerSlashbunny2019-12-04 11:19:11 -0500
commit475133398cebec86b502c4a37978ad02be8c1abe (patch)
tree0fb21efd5ebb29985bcaaaca5ec739756258034c /PKGBUILD
parentefb89ed076abebbdf290ab88e8f022e739d2d438 (diff)
downloadaur-python2-peewee.tar.gz
Revert previous change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2202ec49605..c4c900364c4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
pkgname=python2-peewee
pkgver=3.9.5
-pkgrel=3
+pkgrel=4
pkgdesc="a little orm"
url="https://pypi.python.org/pypi/peewee/"
arch=('x86_64')
license=('MIT')
depends=('python2')
makedepends=('python2-setuptools' 'cython2' 'sqlite')
-checkdepends=('python2-apsw' 'python2-flask' 'python2-psycopg2-binary')
+checkdepends=('python2-apsw' 'python2-flask' 'python2-psycopg2')
optdepends=('python2-psycopg2: for PostgreSQL database support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz")
sha512sums=('6b249f1fade196403a2dbb41125ca08590d834b588978387ed0d40ea51c32ac93fa23167e1fffe8e665c64b5254937c82f4cccc318b36dc0e4fdfd1d4c50ee35')