summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNBonaparte2022-03-12 16:12:26 -0800
committerNBonaparte2022-03-12 16:12:26 -0800
commit11a4fa5ae9c2c408f8159223a8cfc70b79bed299 (patch)
treef56eddb6d26726067406484357216d75171e7fa0 /PKGBUILD
parentd6cc818813239dd0f4b17fb1a5603f173c3a4a51 (diff)
downloadaur-11a4fa5ae9c2c408f8159223a8cfc70b79bed299.tar.gz
update to 3.25.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index becc8a364ccf..ae2324fd3b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=sqlite-utils
-pkgver=3.25
+pkgver=3.25.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=("38a970b97c17194d9605ab84df749802e1f3bcf06135dc180779d0a39576b142")
+sha256sums=("df695f509a136e47e5ced2d4fc10e16c76ee3a45bae8e1a91cbba2c80285cbc9")
build() {
cd "${pkgname}-${pkgver}"