diff options
author | caltlgin | 2020-09-13 08:25:57 +1200 |
---|---|---|
committer | caltlgin | 2020-09-13 08:25:57 +1200 |
commit | c33698175bad5b2dac305ac414da26b933693854 (patch) | |
tree | b64becd2c1f2135809d706277aec0927049eb00b /PKGBUILD | |
parent | f1be8cfc38e138fbe4fff2504ef2705c6c4f2c02 (diff) | |
download | aur-c33698175bad5b2dac305ac414da26b933693854.tar.gz |
Update to v0.34.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz> -pkgname=sqlitebiter -pkgver=0.34.0 +pkgname='sqlitebiter' +pkgver=0.34.1 pkgrel=2 pkgdesc='Convert CSV, Excel, HTML, JSON, Jupyter Notebook, LDJSON, LTSV, Markdown, SSV, TSV, Google-Sheets to SQLite database file' arch=('any') @@ -24,7 +24,7 @@ depends=('jupyter-nbformat' 'python-typepy') makedepends=('python-setuptools') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('e368036cfdda09970c15bdc0bc220b9e5206182ebd41539a1da85fad69513ab7') +sha256sums=('56e340e6a945815eaa6fcf83c630d17d37e4d41b17394c19fd2db8e5f7da5977') build() { cd "${pkgname}-${pkgver}" |