summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNBonaparte2021-07-24 15:38:27 -0700
committerNBonaparte2021-07-24 15:38:27 -0700
commit231cc2facc126586251bb6e0473c9022066a7ddc (patch)
treef268ab8156eaa501e42794ab29973fb6ba968309
parent21d906ae477b7decc80d6e702704d4d05bf42340 (diff)
downloadaur-231cc2facc126586251bb6e0473c9022066a7ddc.tar.gz
update to 3.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b71b753f60a1..1b2cc308fb49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sqlite-utils
pkgdesc = CLI tool and Python utility functions for manipulating SQLite databases
- pkgver = 3.12
+ pkgver = 3.13
pkgrel = 1
url = https://sqlite-utils.datasette.io/
arch = any
@@ -11,7 +11,7 @@ pkgbase = sqlite-utils
depends = python-click-default-group
depends = python-tabulate
conflicts = sqlite-utils
- source = https://pypi.io/packages/source/s/sqlite-utils/sqlite-utils-3.12.tar.gz
- sha256sums = 78ee06317b9b83ae96538f778a1e89f31c95cced446b5c5648462e2214539efe
+ source = https://pypi.io/packages/source/s/sqlite-utils/sqlite-utils-3.13.tar.gz
+ sha256sums = 8c9ae307ba647497b57e8442351b975a96a93e32c594e868c4d5f8402ea6b65e
pkgname = sqlite-utils
diff --git a/PKGBUILD b/PKGBUILD
index 45ef312f52b3..7ed899bce16b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=sqlite-utils
-pkgver=3.12
+pkgver=3.13
pkgrel=1
pkgdesc="CLI tool and Python utility functions for manipulating SQLite databases"
arch=("any")
@@ -8,8 +8,8 @@ license=("Apache")
depends=("python-sqlite-fts4" "python-click" "python-click-default-group" "python-tabulate")
makedepends=("python-setuptools")
conflicts=("sqlite-utils")
-source=("https://pypi.io/packages/source/s/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=("78ee06317b9b83ae96538f778a1e89f31c95cced446b5c5648462e2214539efe")
+source=("https://pypi.io/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=("8c9ae307ba647497b57e8442351b975a96a93e32c594e868c4d5f8402ea6b65e")
build() {
cd "${pkgname}-${pkgver}"