summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-06-21 14:33:55 +1200
committerGeorge Rawlinson2022-06-21 14:33:55 +1200
commit19a576c937383280bf45bb07aff4c4a6c2968396 (patch)
treeccec2b4d7fb3d5724fcaf1f1d3d83ed947d2f2b0 /PKGBUILD
parentcbbb196548ba17c0d0ba773d2dd11df4fa5dedf1 (diff)
downloadaur-19a576c937383280bf45bb07aff4c4a6c2968396.tar.gz
upgpkg: duckdb 0.4.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85a9b1be4723..a560eac273aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=(
'duckdb'
'python-duckdb'
)
-pkgver=0.3.4
+pkgver=0.4.0
pkgrel=1
pkgdesc="A high-performance analytical database system"
arch=('x86_64')
@@ -27,7 +27,7 @@ makedepends=(
'python-wheel'
'python-setuptools-scm'
)
-_commit='662041e2b43283bfcfeed984af7c3eaa85fb4996'
+_commit='da9ee490df829a96bfbcfcd737f95f8dbc707d0a'
source=("$pkgbase::git+https://github.com/duckdb/duckdb.git#commit=$_commit")
b2sums=('SKIP')