summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: e7640dc245ee450eb3e5d8374982ed0d50b95351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgbase = sqlitecpp
	pkgdesc = A smart and easy to use C++ SQLite3 wrapper.
	pkgver = 3.3.3
	pkgrel = 1
	url = https://github.com/SRombauts/SQLiteCpp
	arch = i686
	arch = x86_64
	license = MIT
	makedepends = cmake>=3.1
	depends = sqlite>=3.19
	optdepends = sqlcipher: for database encryption API
	source = sqlitecpp-3.3.3::https://github.com/SRombauts/SQLiteCpp/archive/3.3.3.tar.gz
	sha512sums = 23193108faaca4c1c7b0a05178bfdbb772a4e14dc145af1b3a7b35efe05a94b07200bdd5551afde44ab5eb3c6aeabbd70cfb0d710dc2750a8280e06fba94c494

pkgname = sqlitecpp