Date: Sunday, May 14, 2023 @ 11:44:28
  Author: arojas
Revision: 1461607

archrelease: copy trunk to community-x86_64

Added:
  log4cpp/repos/community-x86_64/PKGBUILD
    (from rev 1461606, log4cpp/trunk/PKGBUILD)
Deleted:
  log4cpp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-14 11:44:20 UTC (rev 1461606)
+++ PKGBUILD    2023-05-14 11:44:28 UTC (rev 1461607)
@@ -1,25 +0,0 @@
-# Maintainer: Lukas Jirkovsky <[email protected]>
-# Contributor : Geraud Le Falher <[email protected]>
-
-pkgname=log4cpp
-pkgver=1.1.3
-pkgrel=4
-pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA 
and other destinations."
-arch=('x86_64')
-url="http://log4cpp.sourceforge.net/";
-license=('LGPL')
-depends=('gcc-libs' 'libnsl')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d')
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" install
-}
-

Copied: log4cpp/repos/community-x86_64/PKGBUILD (from rev 1461606, 
log4cpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-14 11:44:28 UTC (rev 1461607)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Jirkovsky <[email protected]>
+# Contributor : Geraud Le Falher <[email protected]>
+
+pkgname=log4cpp
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA 
and other destinations."
+arch=('x86_64')
+url="http://log4cpp.sourceforge.net/";
+license=('LGPL')
+depends=('gcc-libs' 'libnsl')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('696113659e426540625274a8b251052cc04306d8ee5c42a0c7639f39ca90c9d6')
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+

Reply via email to