Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
utf8cpp
Commits:
b6f49b44 by Antonio Rojas at 2024-01-25T23:56:49+01:00
upgpkg: 4.0.5-1: Update to 4.0.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = utf8cpp
pkgdesc = UTF-8 with C++ in a Portable Way
- pkgver = 4.0.4
+ pkgver = 4.0.5
pkgrel = 1
url = https://github.com/nemtrif/utfcpp
arch = any
license = custom:BSL
makedepends = cmake
- source =
https://github.com/nemtrif/utfcpp/archive/v4.0.4/utf8cpp-4.0.4.tar.gz
- sha256sums =
7c8a403d0c575d52473c8644cd9eb46c6ba028d2549bc3e0cdc2d45f5cfd78a0
+ source =
https://github.com/nemtrif/utfcpp/archive/v4.0.5/utf8cpp-4.0.5.tar.gz
+ sha256sums =
ffc668a310e77607d393f3c18b32715f223da1eac4c4d6e0579a11df8e6b59cf
pkgname = utf8cpp
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Bruno Pagani <[email protected]>
pkgname=utf8cpp
-pkgver=4.0.4
+pkgver=4.0.5
pkgrel=1
pkgdesc="UTF-8 with C++ in a Portable Way"
arch=(any)
@@ -9,7 +9,7 @@ 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} \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/utf8cpp/-/commit/b6f49b44550805f6898b508b5db54d8420ca59cc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/utf8cpp/-/commit/b6f49b44550805f6898b508b5db54d8420ca59cc
You're receiving this email because of your account on gitlab.archlinux.org.