* update muparser to 2.3.4-2

This commit is contained in:
Alexander Baldeck 2024-08-18 07:37:18 +02:00
parent f93552c452
commit e02248a2ba
3 changed files with 19 additions and 1 deletions

14
muparser/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = muparser
pkgdesc = A fast math parser library
pkgver = 2.3.4
pkgrel = 2
url = http://muparser.sourceforge.net/
arch = x86_64
license = custom
makedepends = cmake
depends = gcc-libs
options = !makeflags
source = https://github.com/beltoforion/muparser/archive/v2.3.4/muparser-2.3.4.tar.gz
sha512sums = 5226fd666eaf3ff7e661bbf72e60114d0ceed10491ffa4ed2dd34cd669c6c21c037eff0388402d6b9d60b0a5a27b03ca35153e0c048328abc75dfd1eaf38ceca
pkgname = muparser

4
muparser/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[muparser]
source = "git"
git = "https://github.com/beltoforion/muparser.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgname=muparser
pkgver=2.3.4
pkgrel=1
pkgrel=2
pkgdesc="A fast math parser library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="http://muparser.sourceforge.net/"