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 3af610190993..a9bf30ab9931 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.16
+ pkgver = 3.17
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.16.tar.gz
- sha256sums = 11d7b975a66b3fcf3b08b3298b2f9726896cf5915c72f2c37086dfc671f834d8
+ source = https://pypi.io/packages/source/s/sqlite-utils/sqlite-utils-3.17.tar.gz
+ sha256sums = 77acd202aa568a1f6888c5d8879f306bb3f8acedc82df0df98eb615caa491abb
pkgname = sqlite-utils
diff --git a/PKGBUILD b/PKGBUILD
index 89e38872adef..ce034ea83abd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=sqlite-utils
-pkgver=3.16
+pkgver=3.17
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=("11d7b975a66b3fcf3b08b3298b2f9726896cf5915c72f2c37086dfc671f834d8")
+sha256sums=("77acd202aa568a1f6888c5d8879f306bb3f8acedc82df0df98eb615caa491abb")
build() {
cd "${pkgname}-${pkgver}"