Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / hoel
Commits: 61c15c41 by Maxime Gauduin at 2023-10-10T00:24:35+02:00 upgpkg: 1.4.28-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,28 @@ +pkgbase = hoel + pkgdesc = C Database abstraction library with json based language + pkgver = 1.4.28 + pkgrel = 1 + url = https://github.com/babelouest/hoel + arch = x86_64 + license = LGPL2.1 + makedepends = cmake + makedepends = doxygen + makedepends = git + makedepends = graphviz + makedepends = mariadb-libs + makedepends = ninja + makedepends = postgresql-libs + makedepends = sqlite + depends = glibc + depends = jansson + depends = liborcania.so + depends = libyder.so + optdepends = postgresql-libs: PostgreSQL support + optdepends = mariadb-libs: MariaDB support + optdepends = sqlite: SQLite support + provides = libhoel.so + source = git+https://github.com/babelouest/hoel.git#tag=f1c7be6fee2d40af492c58118c44bf4e9aaf2405 + validpgpkeys = 8405B02FCC28EF9744C8F253FE82139440BD22B9 + b2sums = SKIP + +pkgname = hoel ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=hoel -pkgver=1.4.27 +pkgver=1.4.28 pkgrel=1 pkgdesc='C Database abstraction library with json based language' arch=(x86_64) @@ -29,7 +29,7 @@ optdepends=( 'sqlite: SQLite support' ) provides=(libhoel.so) -_tag=be59ba35b1a6778d8b1a9c6d1788df17e6e92669 +_tag=f1c7be6fee2d40af492c58118c44bf4e9aaf2405 source=(git+https://github.com/babelouest/hoel.git#tag=${_tag}) validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora <[email protected]> b2sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hoel/-/commit/61c15c41189999ec491e924d39e12d5c08f2ff64 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hoel/-/commit/61c15c41189999ec491e924d39e12d5c08f2ff64 You're receiving this email because of your account on gitlab.archlinux.org.
