diff options
author | fl0w1 | 2017-12-18 13:07:05 +0100 |
---|---|---|
committer | fl0w1 | 2017-12-18 13:07:05 +0100 |
commit | e95722c614af69a912ae79e84e076cb4804f5e5e (patch) | |
tree | 9864805042df00ed612b2580373521f56b642edd | |
parent | fc548b740e6a5c68d51cf64d5ce2ed011201a15b (diff) | |
download | aur-e95722c614af69a912ae79e84e076cb4804f5e5e.tar.gz |
fixed: missing dependency
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -14,6 +14,7 @@ pkgbase = python-simplesqlite depends = python-mbstrdecoder depends = python-six depends = python-typepy>=0.0.20 + depends = python-tabledata>=0.0.5 source = https://github.com/thombashi/SimpleSQLite/archive/v0.19.0.tar.gz md5sums = 8b76de3f90ab8419c355dcbd92711bcf @@ -4,7 +4,7 @@ pkgver='0.19.0' pkgrel=1 pkgdesc="SimpleSQLite is a Python library to simplify SQLite database operations: table creation, data insertion and get data as other data formats." url="https://github.com/thombashi/SimpleSQLite" -depends=('python' 'python-pathvalidate>=0.16.2' 'python-pytablereader>=0.15.0' 'python-dataproperty' 'python-logbook>=1.1.0' 'python-mbstrdecoder' 'python-six' 'python-typepy>=0.0.20') +depends=('python' 'python-pathvalidate>=0.16.2' 'python-pytablereader>=0.15.0' 'python-dataproperty' 'python-logbook>=1.1.0' 'python-mbstrdecoder' 'python-six' 'python-typepy>=0.0.20' 'python-tabledata>=0.0.5') makedepends=('python-setuptools') license=('MIT') arch=('any') |