* update utf8cpp to 4.0.5-1

This commit is contained in:
Alexander Baldeck 2024-02-23 12:39:02 +01:00
parent 28a9730b15
commit c1d6c7cb91

View File

@ -2,15 +2,15 @@
# Maintainer: Bruno Pagani <archange@archlinux.org>
pkgname=utf8cpp
pkgver=4.0.4
pkgrel=1.1
pkgver=4.0.5
pkgrel=1
pkgdesc="UTF-8 with C++ in a Portable Way"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/nemtrif/utfcpp"
license=(custom:BSL)
makedepends=(cmake)
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('7c8a403d0c575d52473c8644cd9eb46c6ba028d2549bc3e0cdc2d45f5cfd78a0')
sha256sums=('ffc668a310e77607d393f3c18b32715f223da1eac4c4d6e0579a11df8e6b59cf')
build() {
cmake -B build -S ${pkgname/8}-${pkgver} \