diff options
author | fl0w1 | 2017-09-01 14:58:52 +0200 |
---|---|---|
committer | fl0w1 | 2017-09-01 14:58:52 +0200 |
commit | 0074f0fc5f4ae36189771fce8b1b6168f339dcdd (patch) | |
tree | 4d9d25a2a7b60cb98c5132beb5af3c20f5f1886c | |
parent | 3d4ede57ede71b9d35d96acd190ff8e9d88764b9 (diff) | |
download | aur-0074f0fc5f4ae36189771fce8b1b6168f339dcdd.tar.gz |
little fixes
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -15,7 +15,7 @@ pkgbase = python-simplesqlite depends = python-six depends = python-typepy>=0.0.20 source = https://github.com/thombashi/SimpleSQLite/archive/v0.15.0.tar.gz - md5sums = be05735a65f91bf0bb47c2bfcf474dd3 + md5sums = 34ea04a94f78e6753542b0131eba6c5a pkgname = python-simplesqlite @@ -5,8 +5,7 @@ pkgver='0.15.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.1' 'python-pytablereader>=0.13.0' 'python-dataproperty' 'python-logbook>=1.1.0' 'python-mbstrdecoder' \ - 'python-six' 'python-typepy>=0.0.20') +depends=('python' 'python-pathvalidate>=0.16.1' 'python-pytablereader>=0.13.0' 'python-dataproperty' 'python-logbook>=1.1.0' 'python-mbstrdecoder' 'python-six' 'python-typepy>=0.0.20') makedepends=('python-setuptools') license=('MIT') arch=('any') |