Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / libigl
Commits: ae7c03a5 by Maxime Gauduin at 2023-10-09T23:03:31+02:00 upgpkg: 2.5.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = libigl + pkgdesc = Simple C++ geometry processing library + pkgver = 2.5.0 + pkgrel = 1 + url = https://github.com/libigl/libigl + arch = any + license = GPL3 + makedepends = cmake + makedepends = git + makedepends = ninja + depends = eigen + source = git+https://github.com/libigl/libigl.git#tag=fdaac01bcc52888994f7afd029dcc045dd408484 + b2sums = SKIP + +pkgname = libigl ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Christian Pfeiffer <[email protected]> pkgname=libigl -pkgver=2.4.0 -pkgrel=3 +pkgver=2.5.0 +pkgrel=1 pkgdesc='Simple C++ geometry processing library' arch=(any) url=https://github.com/libigl/libigl @@ -14,10 +14,15 @@ makedepends=( ninja ) license=(GPL3) -_tag=66b3ef2253e765d0ce0db74cec91bd706e5ba176 +_tag=fdaac01bcc52888994f7afd029dcc045dd408484 source=(git+https://github.com/libigl/libigl.git#tag=${_tag}) b2sums=(SKIP) +pkgver() { + cd libigl + git describe --tags | sed 's/^v//' +} + build() { cmake -S libigl -B build -G Ninja \ -DCMAKE_BUILD_TYPE=None \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libigl/-/commit/ae7c03a513c5676cacf1b93048d637537fc5f4e8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libigl/-/commit/ae7c03a513c5676cacf1b93048d637537fc5f4e8 You're receiving this email because of your account on gitlab.archlinux.org.
