summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6db9c5f8b8fb..f2e62b07b851 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.22
+ pkgver = 3.22.1
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.22.tar.gz
- sha256sums = 24803ea4d63e2123d2040db2da43fea95fabada80e1af1fe1da69643ae376689
+ source = https://pypi.io/packages/source/s/sqlite-utils/sqlite-utils-3.22.1.tar.gz
+ sha256sums = 35ebb4f7e2b09f1818b36e7da6dc62f1ca57e2c0d99a9cbc8151e634d75a7906
pkgname = sqlite-utils
diff --git a/PKGBUILD b/PKGBUILD
index b4d8cc68b191..ad1bec4cec8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=sqlite-utils
-pkgver=3.22
+pkgver=3.22.1
pkgrel=1
pkgdesc="CLI tool and Python utility functions for manipulating SQLite databases"
arch=("any")
@@ -9,7 +9,7 @@ depends=("python-sqlite-fts4" "python-click" "python-click-default-group" "pytho
makedepends=("python-setuptools")
conflicts=("sqlite-utils")
source=("https://pypi.io/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=("24803ea4d63e2123d2040db2da43fea95fabada80e1af1fe1da69643ae376689")
+sha256sums=("35ebb4f7e2b09f1818b36e7da6dc62f1ca57e2c0d99a9cbc8151e634d75a7906")
build() {
cd "${pkgname}-${pkgver}"