summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNBonaparte2021-11-14 21:42:23 -0800
committerNBonaparte2021-11-14 21:42:23 -0800
commit589cd764be893f899f3d83324869fbc80d2cdc68 (patch)
treef1c868c9d4ff506439d5a9a331c6b72920c662e0 /PKGBUILD
parentd2b1155fb09df0ed3df1f60e3838381670d93644 (diff)
downloadaur-589cd764be893f899f3d83324869fbc80d2cdc68.tar.gz
update to 3.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b262bb4d7128..12b9142086d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=sqlite-utils
-pkgver=3.17.1
+pkgver=3.18
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=("0cfde0c46a2d4c09d6df8609fe53642bc3ab443bcef3106d8f1eabeb3fccbe3d")
+sha256sums=("3e86d8dd5f633c4bcf78c4e1a3aa5b0f02852a602cea8134b700229598109ff6")
build() {
cd "${pkgname}-${pkgver}"