summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92f3b03a28df..fd83aa177022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=python-dataset
-pkgver=1.5.2
+pkgver=1.6.2
pkgrel=1
pkgdesc="Toolkit for Python-based database access."
url="https://github.com/pudo/dataset"
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pudo/dataset/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('27271f3fd5cfe93ae04cf9c91f87b9a3d4d50c48ed6fda3407f9ef50b913b8bd')
+sha256sums=('74c129f38da4f2e72c2708c6abce2217ca8d7e8d5358245ff0ca441bdbec68ea')
build() {
cd dataset-${pkgver}