summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212023-02-27 10:02:23 +0100
committera8212023-02-27 10:02:23 +0100
commit9769f292a23d17bd947c0b06dcd12d503fae75ce (patch)
tree3af3a7504412e90d15865cf18f7d4d3d941479eb /PKGBUILD
parent8a92ced25d3139a598b498e4495ed6828b55c4c7 (diff)
downloadaur-python-ipython-sql.tar.gz
Version 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae73ee7f889c..703fb201df90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
# Contributor: Jonathan Kotta <jpkotta at gmail dot com>
pkgname=python-ipython-sql
-pkgver=0.4.1
+pkgver=0.5.0
pkgrel=1
pkgdesc="RDBMS access via IPython"
arch=('any')
url="https://pypi.python.org/pypi/ipython-sql"
license=('MIT')
depends=('ipython' 'python-sqlalchemy' 'python-prettytable' 'python-sqlparse' 'python-six')
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/i/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz")
-sha256sums=('3786344ce208a58047a4bcf43afd3c143d935a395c72ea849bf0e3fc24fad9e4')
+sha256sums=('3db3ce7f9a95dfaf43876fa80b16bdbb9a04de0ba12042cab13e9f596fcffdbe')
optdepends=(
'python-pandas: DataFrame support'
'python-pymysql: connect to MySQL database'