From 4982c269b318734d01ad30c6592fbb73565ceb12 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 Jul 2012 00:02:11 +0000 Subject: Mon Jul 30 00:02:11 UTC 2012 --- community/leptonica/PKGBUILD | 4 ++-- community/lxc/PKGBUILD | 6 +++--- community/nsd/PKGBUILD | 6 +++--- community/nsd/service | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'community') diff --git a/community/leptonica/PKGBUILD b/community/leptonica/PKGBUILD index 255bb7c56..d26373ec9 100644 --- a/community/leptonica/PKGBUILD +++ b/community/leptonica/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73623 2012-07-12 09:07:57Z spupykin $ +# $Id: PKGBUILD 74425 2012-07-28 07:40:25Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Christoph Drexler pkgname=leptonica pkgver=1.69 -pkgrel=2 +pkgrel=3 pkgdesc="Software that is broadly useful for image processing and image analysis applications" arch=('i686' 'x86_64') url="http://www.leptonica.com/" diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD index 50a5118f0..994da5cf7 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 73154 2012-07-02 12:50:42Z spupykin $ +# $Id: PKGBUILD 74427 2012-07-28 09:35:36Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Andrea Zucchelli # Contributor: Jonathan Liu # Maintainer: Jon Nordby pkgname=lxc -pkgver=0.8.0_rc1 +pkgver=0.8.0_rc2 pkgrel=1 pkgdesc="Linux Containers" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://lxc.sourceforge.net/" depends=('bash' 'perl') license=('LGPL') source=("http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz") -md5sums=('06ceecf4dbe1be988fc903ad8dd34d29') +md5sums=('9bd6988542fd7dd198d056ef3a2db9f6') build() { cd "$srcdir/$pkgname-${pkgver/_/-}" diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD index 6923d2233..cd1ed6b0d 100644 --- a/community/nsd/PKGBUILD +++ b/community/nsd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 74417 2012-07-27 10:50:01Z bisson $ +# $Id: PKGBUILD 74423 2012-07-28 07:26:34Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Kaiting Chen # Contributor: Roberto Alsina pkgname=nsd pkgver=3.2.13 -pkgrel=1 +pkgrel=2 pkgdesc='Authoritative only, high performance and simple DNS server' url='http://www.nlnetlabs.nl/nsd/' license=('BSD') @@ -15,7 +15,7 @@ arch=('i686' 'x86_64') source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'service') sha1sums=('2cb44f75e9686fd73c7ee9765857a36a8fe5bca9' - '29a74ce922b3991dd65ae5254bafa0a308d915e9') + '1cfa2d7254139be50f11753d4e07281ed2af36eb') install=install diff --git a/community/nsd/service b/community/nsd/service index 2caa9585c..28bb1c5b7 100644 --- a/community/nsd/service +++ b/community/nsd/service @@ -5,9 +5,9 @@ After=network.target [Service] Type=forking PIDFile=/run/nsd.pid -ExecStart=/usr/sbin/nsd start -ExecReload=/usr/sbin/nsd reload -ExecStop=/usr/sbin/nsd stop +ExecStart=/usr/sbin/nsdc start +ExecReload=/usr/sbin/nsdc reload +ExecStop=/usr/sbin/nsdc stop [Install] WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf