summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author张弘引2015-09-23 15:50:14 +0800
committer张弘引2015-09-23 15:50:14 +0800
commit3ecd536568fa58308868653276947e755b3d17e6 (patch)
tree1590ad622e6765f60cc8d663311e9649d7dfedf3 /PKGBUILD
parentd74a6186de9de37d034e8773815a2d9d159690ec (diff)
downloadaur-shadowvpn-git.tar.gz
add make deps. and change *arch* to any.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ada6d3558f73..e410c8aa1b70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=shadowvpn-git
_pkgname=ShadowVPN
pkgver=0.2.0.7.g84135b1
-pkgrel=1
+pkgrel=2
pkgdesc="A fast, safe VPN based on libsodium"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/clowwindy/${_pkgname}"
license=('MIT')
depends=('libsodium')
provides=("shadowvpn")
conflicts=("shadowvpn")
-makedepends=('git')
+makedepends=('git' 'm4' 'automake' 'autoconf')
options=('!emptydirs')
backup=('etc/shadowvpn/client.conf'
'etc/shadowvpn/client_down.sh'