summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNBonaparte2022-02-15 22:57:02 -0800
committerNBonaparte2022-02-15 22:57:02 -0800
commit7601920989eb9f62ba4d06b520a74b39feaa6324 (patch)
tree3c69ec411d31aec2319354489121bb8394071fee /PKGBUILD
parent67ae5e7d028152b59137aeb4b71b00d0c85493ef (diff)
downloadaur-7601920989eb9f62ba4d06b520a74b39feaa6324.tar.gz
update to 3.24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6ac8d9b0cf0..ba1b25da5f60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=sqlite-utils
-pkgver=3.23
+pkgver=3.24
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=("04d94e3ff8160c4461e11ced879ce37a0847afba33c8019e449c68784e9b6966")
+sha256sums=("d1b92f8752fe1eac87e7f18a6b0e09f8e3c9ff247cf36260588e2f047eafd253")
build() {
cd "${pkgname}-${pkgver}"