summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-08-05 15:10:42 +1200
committercaltlgin2020-08-05 15:10:42 +1200
commit5c3cb7d2ef712573172fa15accce8111f44605b4 (patch)
tree15c0f6a183637ae98e0b6b3aa75bb0bfc066e7d3 /PKGBUILD
parent22133ede23917ad549fa7ca19532e3c9148c1c99 (diff)
downloadaur-5c3cb7d2ef712573172fa15accce8111f44605b4.tar.gz
Update to v1.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89f2039a8707..05e525d8a874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=sqliteschema
pkgname=python-${_pkgname}
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='Dump table schema of a SQLite database file'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-mbstrdecoder' 'python-tabledata' 'python-typepy')
makedepends=('python-setuptools')
provides=("${_pkgname}")
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('a29429fb28841aea4cbea6192befecb02ac91e2bab856ca5895f495123d64d6a')
+sha256sums=('def3b61c8d1d6cd08238072e1251e94aea243da661c731a46dbc8b64857a4878')
build() {
cd "${_pkgname}-${pkgver}"