summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-30 00:02:11 +0000
committerroot <root@rshg054.dnsready.net>2012-07-30 00:02:11 +0000
commit4982c269b318734d01ad30c6592fbb73565ceb12 (patch)
treef8696db6a843a65a264dbfed979f087b1d62c011 /community
parentddab05fd84b7fa1d67fcd18b532f0427189d8df1 (diff)
Mon Jul 30 00:02:11 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/leptonica/PKGBUILD4
-rw-r--r--community/lxc/PKGBUILD6
-rw-r--r--community/nsd/PKGBUILD6
-rw-r--r--community/nsd/service6
4 files changed, 11 insertions, 11 deletions
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 <pupykin.s+arch@gmail.com>
# Maintainer: Christoph Drexler <chrdr at gmx dot at>
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 <pupykin.s+arch@gmail.com>
# Contributor: Andrea Zucchelli <zukka77@gmail.com>
# Contributor: Jonathan Liu <net147@gmail.com>
# Maintainer: Jon Nordby <jononor@gmail.com>
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 <bisson@archlinux.org>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Roberto Alsina <ralsina@kde.org>
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