Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / functional-plus
Commits: 49c12c06 by Torsten Keßler at 2024-07-01T08:22:04+02:00 upgpkg: 0.2.18-2 Generate SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = functional-plus + pkgdesc = Functional Programming Library for C++ + pkgver = 0.2.18 + pkgrel = 2 + url = https://www.editgym.com/fplus-api-search/ + arch = any + license = BSL-1.0 + checkdepends = doctest + makedepends = cmake + makedepends = python + source = functional-plus-0.2.18.tar.gz::https://github.com/Dobiasd/FunctionalPlus/archive/refs/tags/v0.2.18-p0.tar.gz + sha256sums = ffc63fc86f89a205accafa85c35790eda307adf5f1d6d51bb7ceb5c5e21e013b + +pkgname = functional-plus ===================================== PKGBUILD ===================================== @@ -1,11 +1,11 @@ # Maintainer: Torsten Keßler <[email protected]> pkgname=functional-plus pkgver=0.2.18 -pkgrel=1 +pkgrel=2 pkgdesc='Functional Programming Library for C++' arch=('any') url='https://www.editgym.com/fplus-api-search/' -license=('Boost') +license=('BSL-1.0') makedepends=('cmake' 'python') checkdepends=('doctest') _pkgver="$pkgver-p0" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/functional-plus/-/commit/49c12c06ac862e11ed229046bcc6c48d1a58fa79 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/functional-plus/-/commit/49c12c06ac862e11ed229046bcc6c48d1a58fa79 You're receiving this email because of your account on gitlab.archlinux.org.
