diff options
author | root <root@rshg054.dnsready.net> | 2013-05-31 01:57:14 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-31 01:57:14 -0700 |
commit | 94a3b302f520438e919ef8706ce9cf42ad7c2e11 (patch) | |
tree | 7fa5b120c4fb8ccd67c09d5096bd7e1dc7d35b1c /community/pound/PKGBUILD | |
parent | 76ee9007095484a113d1856786b81e2d2fae8202 (diff) |
Fri May 31 01:56:04 PDT 2013
Diffstat (limited to 'community/pound/PKGBUILD')
-rw-r--r-- | community/pound/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/pound/PKGBUILD b/community/pound/PKGBUILD index efeee6ce8..2f66f0892 100644 --- a/community/pound/PKGBUILD +++ b/community/pound/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 91868 2013-05-28 17:43:52Z spupykin $ +# $Id: PKGBUILD 91955 2013-05-30 09:43:54Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org> # Contributor: Roberto Alsina <ralsina@kde.org> pkgname=pound pkgver=2.6 -pkgrel=5 +pkgrel=6 pkgdesc="A reverse proxy, load balancer, and SSL wrapper" arch=('i686' 'x86_64') url="http://www.apsis.ch/pound/index_html" @@ -37,4 +37,5 @@ package() { install -m0755 $srcdir/pound.runit $pkgdir/etc/sv/pound/run install -D -m0644 $srcdir/pound.cfg $pkgdir/etc/pound/pound.cfg install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service + rmdir $pkgdir/usr/sbin } |