summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-05-18 16:10:37 +1200
committerGeorge Rawlinson2023-05-18 16:10:37 +1200
commit1b6b712fc76324ddb619f0c6c79f6fad02cff9ed (patch)
treef9262b88387024d0eaa7a190e459b9debe9d13ec /PKGBUILD
parent0c5c22b47b8e0d0c88ce0c1021f7ef5567e2d19a (diff)
downloadaur-1b6b712fc76324ddb619f0c6c79f6fad02cff9ed.tar.gz
upgpkg: duckdb 0.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57f2819d2b42..a19302c9a1f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=(
'duckdb'
'python-duckdb'
)
-pkgver=0.7.1
+pkgver=0.8.0
pkgrel=1
pkgdesc='A high-performance analytical database system'
arch=('x86_64')
@@ -27,7 +27,7 @@ makedepends=(
'python-wheel'
'python-setuptools-scm'
)
-_commit='b00b93f0b14bfff869e1facfd86a6b556a6f1c6e'
+_commit='e8e4cea5ec9d1a84c1f516d0f0674f8785a3e786'
source=("$pkgbase::git+https://github.com/duckdb/duckdb.git#commit=$_commit")
b2sums=('SKIP')