[arch-commits] Commit in log4cplus/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Feb 20 19:41:15 UTC 2018


    Date: Tuesday, February 20, 2018 @ 19:41:14
  Author: svenstaro
Revision: 296615

archrelease: copy trunk to community-x86_64

Added:
  log4cplus/repos/community-x86_64/PKGBUILD
    (from rev 296614, log4cplus/trunk/PKGBUILD)
Deleted:
  log4cplus/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-20 19:41:09 UTC (rev 296614)
+++ PKGBUILD	2018-02-20 19:41:14 UTC (rev 296615)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Alexey Galakhov <agalakhov at gmail dot com>
-# Contributor: Andreas Baumann <abaumann at yahoo dot com>
-
-pkgname=log4cplus
-_origver=1.2.0
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="A C++ logger very close to Java's log4j"
-arch=('i686' 'x86_64')
-url="http://log4cplus.sourceforge.net/"
-license=('GPL')
-depends=('gcc-libs')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz")
-sha256sums=('93aa5b26425f0b1596c5e5b3d58916988fdd83b359a02ca59878eb5c7c2ec6c2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_origver}
-
-  ./configure \
-    --prefix=/usr \
-    --with-working-locale
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_origver}
-
-  make install DESTDIR=$pkgdir
-}

Copied: log4cplus/repos/community-x86_64/PKGBUILD (from rev 296614, log4cplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-20 19:41:14 UTC (rev 296615)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Alexey Galakhov <agalakhov at gmail dot com>
+# Contributor: Andreas Baumann <abaumann at yahoo dot com>
+
+pkgname=log4cplus
+_origver=1.2.1
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A C++ logger very close to Java's log4j"
+arch=('x86_64')
+url="http://log4cplus.sourceforge.net/"
+license=('GPL')
+depends=('gcc-libs')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz")
+sha512sums=('3c2617275bfca911bdfc32a389055044c2a39242ed7d3fdee5f64564790d65db90ce5b557cd617cbe355227c1b226786f090918f4d18a17bab5c8c665e894270')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_origver}
+
+  ./configure \
+    --prefix=/usr \
+    --with-working-locale
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_origver}
+
+  make install DESTDIR=$pkgdir
+}



More information about the arch-commits mailing list