diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-16 03:47:45 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-16 03:47:45 +0000 |
commit | c78a18750fc2b9df6ea94089159f4176a1f9198d (patch) | |
tree | 25be357ee503ee66fd716327dd1a9a42d5f8b235 /community/liblogging | |
parent | ad45d1982b97faa9372d99e51daa687c7c09de7d (diff) |
Wed Apr 16 03:42:20 UTC 2014
Diffstat (limited to 'community/liblogging')
-rw-r--r-- | community/liblogging/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/liblogging/PKGBUILD b/community/liblogging/PKGBUILD index 8f61ff403..857d319c1 100644 --- a/community/liblogging/PKGBUILD +++ b/community/liblogging/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 107594 2014-03-18 09:05:22Z spupykin $ +# $Id: PKGBUILD 109488 2014-04-15 08:21:51Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Denis Wernert <deniswernert@gmail.com> pkgname=liblogging -pkgver=1.0.2 +pkgver=1.0.4 pkgrel=1 pkgdesc="easy to use, portable, open source library for system logging" url="http://www.liblogging.org/" @@ -13,7 +13,7 @@ depends=('systemd') makedepends=('python-docutils') options=('strip' 'zipman' '!libtool') source=("http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('ba57db94a8fdddce92e3bf720ced40b9') +md5sums=('034083ef1424a566fdeefc56a719691f') build() { cd ${srcdir}/${pkgname}-${pkgver} |