summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-04-28 20:55:14 +1200
committerGeorge Rawlinson2023-04-28 20:55:14 +1200
commit0c5c22b47b8e0d0c88ce0c1021f7ef5567e2d19a (patch)
treee6a2e3614c0eb170eb7063d204f1c19cc703a7ba /PKGBUILD
parent4714d8f8dd942f61f6bba935e2db2407ed2ecfc2 (diff)
downloadaur-0c5c22b47b8e0d0c88ce0c1021f7ef5567e2d19a.tar.gz
upgpkg: duckdb 0.7.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5bd1efefa89..57f2819d2b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=(
'duckdb'
'python-duckdb'
)
-pkgver=0.6.1
+pkgver=0.7.1
pkgrel=1
pkgdesc='A high-performance analytical database system'
arch=('x86_64')
@@ -27,7 +27,7 @@ makedepends=(
'python-wheel'
'python-setuptools-scm'
)
-_commit='919cad22e8090087ae33625661f26a5fc78d188b'
+_commit='b00b93f0b14bfff869e1facfd86a6b556a6f1c6e'
source=("$pkgbase::git+https://github.com/duckdb/duckdb.git#commit=$_commit")
b2sums=('SKIP')