* update utf8cpp to 4.0.6-1
This commit is contained in:
parent
568859c11a
commit
f6207c28fc
@ -1,7 +1,7 @@
|
||||
pkgbase = utf8cpp
|
||||
pkgdesc = UTF-8 with C++ in a Portable Way
|
||||
pkgver = 4.0.5
|
||||
pkgrel = 1.1
|
||||
pkgver = 4.0.6
|
||||
pkgrel = 1
|
||||
url = https://github.com/nemtrif/utfcpp
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
@ -10,7 +10,7 @@ pkgbase = utf8cpp
|
||||
arch = riscv64
|
||||
license = custom:BSL
|
||||
makedepends = cmake
|
||||
source = https://github.com/nemtrif/utfcpp/archive/v4.0.5/utf8cpp-4.0.5.tar.gz
|
||||
sha256sums = ffc668a310e77607d393f3c18b32715f223da1eac4c4d6e0579a11df8e6b59cf
|
||||
source = https://github.com/nemtrif/utfcpp/archive/v4.0.6/utf8cpp-4.0.6.tar.gz
|
||||
sha256sums = 6920a6a5d6a04b9a89b2a89af7132f8acefd46e0c2a7b190350539e9213816c0
|
||||
|
||||
pkgname = utf8cpp
|
||||
|
4
utf8cpp/.nvchecker.toml
Normal file
4
utf8cpp/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[utf8cpp]
|
||||
source = "git"
|
||||
git = "https://github.com/nemtrif/utfcpp.git"
|
||||
prefix = "v"
|
@ -2,15 +2,15 @@
|
||||
# Maintainer: Bruno Pagani <archange@archlinux.org>
|
||||
|
||||
pkgname=utf8cpp
|
||||
pkgver=4.0.5
|
||||
pkgrel=1.1
|
||||
pkgver=4.0.6
|
||||
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=('ffc668a310e77607d393f3c18b32715f223da1eac4c4d6e0579a11df8e6b59cf')
|
||||
sha256sums=('6920a6a5d6a04b9a89b2a89af7132f8acefd46e0c2a7b190350539e9213816c0')
|
||||
|
||||
build() {
|
||||
cmake -B build -S ${pkgname/8}-${pkgver} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user