Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
utf8cpp
Commits:
719bbe05 by Antonio Rojas at 2023-12-13T23:29:36+01:00
upgpkg: 4.0.4-1: Update to 4.0.4
- - - - -
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.1
+ pkgver = 4.0.4
pkgrel = 1
url = https://github.com/nemtrif/utfcpp
arch = any
license = custom:BSL
makedepends = cmake
- source =
https://github.com/nemtrif/utfcpp/archive/v4.0.1/utf8cpp-4.0.1.tar.gz
- sha256sums =
9014342a716258da00b97bf8c201a2edc4d72d2025cd8d62f0650ac627038f95
+ source =
https://github.com/nemtrif/utfcpp/archive/v4.0.4/utf8cpp-4.0.4.tar.gz
+ sha256sums =
7c8a403d0c575d52473c8644cd9eb46c6ba028d2549bc3e0cdc2d45f5cfd78a0
pkgname = utf8cpp
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Bruno Pagani <[email protected]>
pkgname=utf8cpp
-pkgver=4.0.1
+pkgver=4.0.4
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=('9014342a716258da00b97bf8c201a2edc4d72d2025cd8d62f0650ac627038f95')
+sha256sums=('7c8a403d0c575d52473c8644cd9eb46c6ba028d2549bc3e0cdc2d45f5cfd78a0')
build() {
cmake -B build -S ${pkgname/8}-${pkgver} \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/utf8cpp/-/commit/719bbe0588fe2578d3f4a389922064954bb64b14
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/utf8cpp/-/commit/719bbe0588fe2578d3f4a389922064954bb64b14
You're receiving this email because of your account on gitlab.archlinux.org.