* update log4cplus to 2.1.0-2

This commit is contained in:
Alexander Baldeck 2024-07-27 20:26:05 +02:00
parent acbcec88df
commit 44571bfba5
2 changed files with 13 additions and 2 deletions

12
log4cplus/.SRCINFO Normal file
View File

@ -0,0 +1,12 @@
pkgbase = log4cplus
pkgdesc = A C++ logger very close to Java's log4j
pkgver = 2.1.0
pkgrel = 2
url = http://log4cplus.sourceforge.net/
arch = x86_64
license = GPL
depends = gcc-libs
source = https://downloads.sourceforge.net/log4cplus/log4cplus-2.1.0.tar.xz
sha512sums = a0dc2cad2f10042ea561075adb7adcde5aedae4e4a3bf707fba4b619961e4e4c126410e1ecc003213a07e03d2576f1825444f76a26b7964b5656efb5dfc50637
pkgname = log4cplus

View File

@ -1,11 +1,10 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
# Contributor: Alexey Galakhov <agalakhov at gmail dot com>
# Contributor: Andreas Baumann <abaumann at yahoo dot com>
pkgname=log4cplus
pkgver=2.1.0
pkgrel=1
pkgrel=2
pkgdesc="A C++ logger very close to Java's log4j"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="http://log4cplus.sourceforge.net/"