summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-09-24 21:03:12 +1200
committerGeorge Rawlinson2022-09-24 21:03:12 +1200
commit3479cf55a749387610017d9f3fe2b775217fd5be (patch)
tree4589ad75c37f657f71755df87e209626818ceb44 /PKGBUILD
parent37d0b1c091348ad9ebb928e24fc53d57728050b6 (diff)
downloadaur-3479cf55a749387610017d9f3fe2b775217fd5be.tar.gz
upgpkg: duckdb 0.5.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30aab895c223..5b112eb353c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgname=(
'duckdb'
'python-duckdb'
)
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
-pkgdesc="A high-performance analytical database system"
+pkgdesc='A high-performance analytical database system'
arch=('x86_64')
-url="https://duckdb.org"
+url='https://duckdb.org'
license=('MIT')
depends=(
'gcc-libs'
@@ -27,7 +27,7 @@ makedepends=(
'python-wheel'
'python-setuptools-scm'
)
-_commit='109f932c41fba9d61189e01ab0e5496cb9749506'
+_commit='7c111322de1095436350f95e33c5553b09302165'
source=("$pkgbase::git+https://github.com/duckdb/duckdb.git#commit=$_commit")
b2sums=('SKIP')