Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
functional-plus
Commits:
8c8d284c by Torsten Keßler at 2025-01-26T15:01:32+01:00
upgpkg: 0.2.25-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = functional-plus
pkgdesc = Functional Programming Library for C++
- pkgver = 0.2.18
- pkgrel = 2
+ pkgver = 0.2.25
+ pkgrel = 1
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
+ source =
functional-plus-0.2.25.tar.gz::https://github.com/Dobiasd/FunctionalPlus/archive/refs/tags/v0.2.25.tar.gz
+ sha256sums =
9b5e24bbc92f43b977dc83efbc173bcf07dbe07f8718fc2670093655b56fcee3
pkgname = functional-plus
=====================================
PKGBUILD
=====================================
@@ -1,18 +1,17 @@
# Maintainer: Torsten Keßler <[email protected]>
pkgname=functional-plus
-pkgver=0.2.18
-pkgrel=2
+pkgver=0.2.25
+pkgrel=1
pkgdesc='Functional Programming Library for C++'
arch=('any')
url='https://www.editgym.com/fplus-api-search/'
license=('BSL-1.0')
makedepends=('cmake' 'python')
checkdepends=('doctest')
-_pkgver="$pkgver-p0"
_git='https://github.com/Dobiasd/FunctionalPlus'
-source=("$pkgname-$pkgver.tar.gz::$_git/archive/refs/tags/v$_pkgver.tar.gz")
-sha256sums=('ffc63fc86f89a205accafa85c35790eda307adf5f1d6d51bb7ceb5c5e21e013b')
-_dirname="$(basename "$_git")-$_pkgver"
+source=("$pkgname-$pkgver.tar.gz::$_git/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('9b5e24bbc92f43b977dc83efbc173bcf07dbe07f8718fc2670093655b56fcee3')
+_dirname="$(basename "$_git")-$pkgver"
build() {
local cmake_args=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/functional-plus/-/commit/8c8d284c10119901158bae801afb4a4606c86a40
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/functional-plus/-/commit/8c8d284c10119901158bae801afb4a4606c86a40
You're receiving this email because of your account on gitlab.archlinux.org.