diff options
Diffstat (limited to 'community/log4cpp/PKGBUILD')
-rw-r--r-- | community/log4cpp/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/log4cpp/PKGBUILD b/community/log4cpp/PKGBUILD index b0ded1abc..ada721110 100644 --- a/community/log4cpp/PKGBUILD +++ b/community/log4cpp/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 89526 2013-04-29 18:41:08Z stativ $ +# $Id: PKGBUILD 99897 2013-10-31 02:20:59Z allan $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> # Contributor : Geraud Le Falher <daureg@gmail.com> pkgname=log4cpp pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations." arch=('i686' 'x86_64' 'mips64el') url="http://log4cpp.sourceforge.net/" license=('LGPL') depends=('gcc-libs') -options=('!libtool') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('b9ef6244baa5e5e435f35e0b9474b35d') |