summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2018-01-10 20:29:07 +0100
committerNicolas Iooss2018-01-10 20:29:07 +0100
commit72cd8f03959f2c09b939ce30c0023e03b74fab1c (patch)
tree9c76ec89e0c626b011f4d5547430df62d17801d1 /PKGBUILD
parent3914ddce21b529dcfe43667dd847f757d95cfdfb (diff)
downloadaur-72cd8f03959f2c09b939ce30c0023e03b74fab1c.tar.gz
openssh-selinux 7.6p1-2 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c79d99baa40..9aed15d685d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@
pkgname=openssh-selinux
pkgver=7.6p1
-pkgrel=1
+pkgrel=2
pkgdesc='Free version of the SSH connectivity tools with SELinux support'
url='https://www.openssh.com/portable.html'
license=('custom:BSD')
-arch=('i686' 'x86_64')
+arch=('x86_64')
makedepends=('linux-headers')
depends=('krb5' 'openssl' 'libedit' 'ldns' 'libselinux')
optdepends=('xorg-xauth: X11 forwarding'
@@ -65,6 +65,7 @@ build() {
--with-xauth=/usr/bin/xauth \
--with-md5-passwords \
--with-pid-dir=/run \
+ --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
--with-selinux
make