summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9d9ba97fb1d8bdfe5c98e30448164310797ba1ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
pkgbase = duckdb
	pkgdesc = A high-performance analytical database system
	pkgver = 0.8.0
	pkgrel = 1
	url = https://duckdb.org
	arch = x86_64
	license = MIT
	makedepends = git
	makedepends = cmake
	makedepends = python-setuptools
	makedepends = pybind11
	makedepends = python-numpy
	makedepends = python-pandas
	makedepends = libutf8proc
	makedepends = python-pip
	makedepends = python-wheel
	makedepends = python-setuptools-scm
	depends = gcc-libs
	depends = openssl
	source = duckdb::git+https://github.com/duckdb/duckdb.git#commit=e8e4cea5ec9d1a84c1f516d0f0674f8785a3e786
	b2sums = SKIP

pkgname = duckdb
	conflicts = duckdb-git

pkgname = python-duckdb
	pkgdesc = A high-performance analytical database system (Python API)
	depends = python
	depends = gcc-libs
	optdepends = python-numpy
	optdepends = python-pandas
	conflicts = python-duckdb-git