diff options
author | fl0w1 | 2017-12-18 12:21:37 +0100 |
---|---|---|
committer | fl0w1 | 2017-12-18 12:21:37 +0100 |
commit | f6df5568964fc528bf8147e652c4c23a717c2f72 (patch) | |
tree | 946601c00ed45f3f1a06d5e8136402f93fabb5dd | |
parent | a6d2e90521d630103625ea410be3c8e70039b351 (diff) | |
download | aur-f6df5568964fc528bf8147e652c4c23a717c2f72.tar.gz |
Update to recent version
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,20 +1,20 @@ pkgbase = python-simplesqlite pkgdesc = SimpleSQLite is a Python library to simplify SQLite database operations: table creation, data insertion and get data as other data formats. - pkgver = 0.15.0 + pkgver = 0.19.0 pkgrel = 1 url = https://github.com/thombashi/SimpleSQLite arch = any license = MIT makedepends = python-setuptools depends = python - depends = python-pathvalidate>=0.16.1 - depends = python-pytablereader>=0.13.0 + depends = python-pathvalidate>=0.16.2 + depends = python-pytablereader>=0.15.0 depends = python-dataproperty depends = python-logbook>=1.1.0 depends = python-mbstrdecoder depends = python-six depends = python-typepy>=0.0.20 - source = https://github.com/thombashi/SimpleSQLite/archive/v0.15.0.tar.gz + source = https://github.com/thombashi/SimpleSQLite/archive/v0.19.0.tar.gz md5sums = 34ea04a94f78e6753542b0131eba6c5a pkgname = python-simplesqlite @@ -1,10 +1,10 @@ pkgname='python-simplesqlite' _module='SimpleSQLite' -pkgver='0.15.0' +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.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.2' 'python-pytablereader>=0.15.0' 'python-dataproperty' 'python-logbook>=1.1.0' 'python-mbstrdecoder' 'python-six' 'python-typepy>=0.0.20') makedepends=('python-setuptools') license=('MIT') arch=('any') |