summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-12-14 07:32:43 +1300
committercaltlgin2020-12-14 07:32:43 +1300
commita6f2852df189a66207e23c3e88950e7f63a20a34 (patch)
tree3d39f9df9146e2b8340b871d4d5645f682b94c2f /PKGBUILD
parentf0fc4d97b3c94dcd37fbfd8f2a7a7d6194b34a21 (diff)
downloadaur-a6f2852df189a66207e23c3e88950e7f63a20a34.tar.gz
Update to v1.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b01829ad529d..cc433902c942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='sqliteschema'
pkgname="python-${_pkgname}"
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc='Dump table schema of a SQLite database file'
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python' 'python-mbstrdecoder' 'python-tabledata' 'python-typepy')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('8d0552b99f160d2210497eb76ccf17e8d008fe5191ed81a1e3053bb26121b9b8')
+sha256sums=('443addd7d8874d4f576d418884a569944098c83fd49b80b21561a7905aaf38da')
build() {
cd "${_pkgname}-${pkgver}"