Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages /
rlog
Commits:
a275bbef by Jaroslav Lichtblau at 2024-09-09T19:11:20+02:00
upgpkg: 1.4-10 - .SRCINFO update and license fix
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = rlog
pkgdesc = A flexible message logging facility for C++ programs and
libraries
pkgver = 1.4
- pkgrel = 9
+ pkgrel = 10
url = https://www.arg0.net/rlog
arch = x86_64
- license = LGPL
+ license = LGPL-2.1-only
depends = gcc-libs
source =
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rlog/rlog-1.4.tar.gz
source =
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rlog/rlog-1.4.tar.gz.asc
=====================================
PKGBUILD
=====================================
@@ -1,14 +1,15 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
# Contributor: Jaroslaw Swierczynski <[email protected]>
# Contributor: Sven Kauber <[email protected]>
-# Maintainer: Daniel J Griffiths <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
pkgname=rlog
pkgver=1.4
-pkgrel=9
+pkgrel=10
pkgdesc="A flexible message logging facility for C++ programs and libraries"
arch=('x86_64')
url="https://www.arg0.net/rlog"
-license=('LGPL')
+license=('LGPL-2.1-only')
depends=('gcc-libs')
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
${pkgname}-section.patch)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rlog/-/commit/a275bbefd0cd932ef2c2184453f281088a37725b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rlog/-/commit/a275bbefd0cd932ef2c2184453f281088a37725b
You're receiving this email because of your account on gitlab.archlinux.org.