summaryrefslogtreecommitdiff
path: root/community/dante/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dante/PKGBUILD')
-rw-r--r--community/dante/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/dante/PKGBUILD b/community/dante/PKGBUILD
index aff1ce2ca..648c4df12 100644
--- a/community/dante/PKGBUILD
+++ b/community/dante/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 90649 2013-05-13 14:18:47Z spupykin $
+# $Id: PKGBUILD 91850 2013-05-28 17:25:33Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Guillem Rieu <guillemr@gmx.net>
pkgname=dante
pkgver=1.3.2
-pkgrel=4
+pkgrel=5
pkgdesc="SOCKS v4 and v5 compatible proxy server and client"
url="http://www.inet.no/dante"
arch=(i686 x86_64 'mips64el')
@@ -16,11 +16,12 @@ options=('!libtool')
source=(ftp://ftp.inet.no/pub/socks/${pkgname}-${pkgver}.tar.gz
sockd.service)
md5sums=('250c6456cd3fefa17f07fa80c9ccf6bd'
- 'ceb86b5bd97f7e3ceff28c6e6172a25b')
+ '9bb18a0165764092bd01da0ff6303fbf')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
[ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc \
+ --sbindir=/usr/bin \
--disable-libwrap
make
}