summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-10-23 15:24:18 +0200
committerhaawda2020-10-23 15:24:18 +0200
commit3b4c429b531fcbb33505cd5e80ca686015c37466 (patch)
treebfbd8e67173d17c8020e367671647e98e9787572 /PKGBUILD
parent3a7550f9fc27ac8762f3c1be14c9f7a154c7824f (diff)
downloadaur-3b4c429b531fcbb33505cd5e80ca686015c37466.tar.gz
fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9bce473a8b9e..b22bee4ec2c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=('python-sqlalchemy-git' 'python2-sqlalchemy-git')
-pkgver=1.4.0b1.rc11996.ae14861a3
+pkgver=1.4.0b1.rc13273.91e14cc42
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')
url="http://www.sqlalchemy.org"
license=('custom:MIT')
-makedepends=('git' 'python' 'python2' 'python-setuptools')
+makedepends=('git' 'python' 'python2' 'python-setuptools' 'python2-setuptools')
source=("git+https://github.com/sqlalchemy/sqlalchemy.git")
md5sums=('SKIP')