summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4963ab5da5bc..934985ac837c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
_pkgname=agate-sql
pkgname=python-$_pkgname
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="Adds SQL read/write support to agate"
arch=('any')
url="http://agate-sql.readthedocs.org/"
license=('MIT')
-depends=('python'
- 'python-nose'
- 'python-tox'
- 'python-sphinx'
- 'python-sphinx_rtd_theme'
- 'python-wheel'
- 'python-sqlalchemy'
- 'python-agate')
+depends=(
+ 'python'
+ 'python-agate>=1.5.0'
+ 'python-sqlalchemy>=1.0.8'
+ )
+makedepends=(
+ 'python-setuptools'
+ )
source=("https://github.com/wireservice/agate-sql/archive/${pkgver}.tar.gz")
sha256sums=('73f7ed13092a0ec18f94820290e5c372cfeea256daef53300ae168965d40a37a')