Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
reflection-cpp
Commits:
dde6cf1b by Peter Jung at 2025-05-04T10:33:26+02:00
upgpkg: 0.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = reflection-cpp
pkgdesc = C++ static reflection support library
- pkgver = 0.1.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/contour-terminal/reflection-cpp
arch = any
license = Apache-2.0
makedepends = git
makedepends = cmake
- source =
git+https://github.com/contour-terminal/reflection-cpp.git#tag=v0.1.0
- sha256sums =
e4dc76180b5487fb54ef70522bb9cc738894e12c9b4a6576e5dc7e3ca19a389e
+ source =
git+https://github.com/contour-terminal/reflection-cpp.git#tag=v0.3.0
+ sha256sums =
d249f9922c958ef8f6fc9755c152d3e536affcfb5bcb0c02c99928e6a10cbb3b
pkgname = reflection-cpp
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Peter Jung <[email protected]>
pkgname=reflection-cpp
-pkgver=0.1.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="C++ static reflection support library"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=(
cmake
)
source=("git+https://github.com/contour-terminal/reflection-cpp.git#tag=v${pkgver}")
-sha256sums=('e4dc76180b5487fb54ef70522bb9cc738894e12c9b4a6576e5dc7e3ca19a389e')
+sha256sums=('d249f9922c958ef8f6fc9755c152d3e536affcfb5bcb0c02c99928e6a10cbb3b')
build() {
cmake -B build -S reflection-cpp \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/reflection-cpp/-/commit/dde6cf1b1bf51a6e429402dcf65a86cc05e23179
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/reflection-cpp/-/commit/dde6cf1b1bf51a6e429402dcf65a86cc05e23179
You're receiving this email because of your account on gitlab.archlinux.org.