* update libcerf to 1:2.4-1

This commit is contained in:
Alexander Baldeck 2023-09-06 10:52:56 +02:00
parent 14a10c3189
commit e37dbe9ad3

View File

@ -3,8 +3,8 @@
pkgname=libcerf pkgname=libcerf
epoch=1 epoch=1
pkgver=2.3 pkgver=2.4
pkgrel=2 pkgrel=1
pkgdesc='Self-contained numeric library that provides an efficient and accurate implementation of complex error functions' pkgdesc='Self-contained numeric library that provides an efficient and accurate implementation of complex error functions'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://jugit.fz-juelich.de/mlz/libcerf/' url='https://jugit.fz-juelich.de/mlz/libcerf/'
@ -12,7 +12,7 @@ license=(custom)
depends=(glibc) depends=(glibc)
makedepends=(cmake) makedepends=(cmake)
source=(https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v$pkgver/libcerf-v$pkgver.tar.gz) source=(https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v$pkgver/libcerf-v$pkgver.tar.gz)
sha256sums=('cceefee46e84ce88d075103390b4f9d04c34e4bc3b96d733292c36836d4f7065') sha256sums=('080b30ae564c3dabe3b89264522adaf5647ec754021572bee54929697b276cdc')
build() { build() {
cmake -B build -S $pkgname-v$pkgver \ cmake -B build -S $pkgname-v$pkgver \