diff options
author | root <root@rshg054.dnsready.net> | 2012-02-19 23:15:25 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-19 23:15:25 +0000 |
commit | 81ee1980feda43043eaebae2c596ae116a21f6e5 (patch) | |
tree | 5a48e15abb2f2d299a6c08bf44e1b136ae6a7fb8 /community/start-stop-daemon/PKGBUILD | |
parent | 1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff) |
Sun Feb 19 23:15:25 UTC 2012
Diffstat (limited to 'community/start-stop-daemon/PKGBUILD')
-rw-r--r-- | community/start-stop-daemon/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/start-stop-daemon/PKGBUILD b/community/start-stop-daemon/PKGBUILD index b469afe43..a9ba3f285 100644 --- a/community/start-stop-daemon/PKGBUILD +++ b/community/start-stop-daemon/PKGBUILD @@ -1,17 +1,18 @@ -# $Id$ -# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net> +# $Id: PKGBUILD 64840 2012-02-18 17:37:14Z seblu $ +# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: Soup <soup a.t soultrap d.o.t n.e.t> # Contributor: Vladimir Koshelenko <koshelenko@rndavia.ru> pkgname=start-stop-daemon -pkgver=1.15.8.11 +pkgver=1.15.8.12 pkgrel=1 pkgdesc='Start and stop system daemon programs' arch=('i686' 'x86_64') license=('GPL2') url='http://packages.qa.debian.org/d/dpkg.html' +depends=('glibc') source=("http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_$pkgver.tar.bz2") -md5sums=('58a1a3ab86ab3220e469cb75f6fb6d7c') +md5sums=('0cd6f20a574d0df31298e70fc3b26173') build() { cd dpkg-$pkgver |