Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / lager
Commits:
e241555d by Antonio Rojas at 2026-01-13T23:56:56+01:00
upgpkg: 0.1.2-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = lager
pkgdesc = C++ library for value-oriented design using the
unidirectional data-flow architecture
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://sinusoid.es/lager
arch = any
license = Boost
makedepends = cmake
- source =
https://github.com/arximboldi/lager/archive/v0.1.1/lager-0.1.1.tar.gz
- sha256sums =
9e4743c3fe2c95c1653c3fd088a2200108f09d758725697831852dc91d15d174
+ source =
https://github.com/arximboldi/lager/archive/v0.1.2/lager-0.1.2.tar.gz
+ sha256sums =
026e12a86214e7a2c24477a307c82240f07dcc65b53b68763b7b408c43d5d2cb
pkgname = lager
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=lager
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc='C++ library for value-oriented design using the unidirectional
data-flow architecture'
arch=(any)
@@ -9,7 +9,7 @@ url='https://sinusoid.es/lager'
license=(Boost)
makedepends=(cmake)
source=(https://github.com/arximboldi/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9e4743c3fe2c95c1653c3fd088a2200108f09d758725697831852dc91d15d174')
+sha256sums=('026e12a86214e7a2c24477a307c82240f07dcc65b53b68763b7b408c43d5d2cb')
build() {
cmake -B build -S $pkgname-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lager/-/commit/e241555df9324f2effaf781d85a8a3aca0ea9f68
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lager/-/commit/e241555df9324f2effaf781d85a8a3aca0ea9f68
You're receiving this email because of your account on gitlab.archlinux.org.