summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9276dfa0c87..84506edb55e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# 四 12月 10 02:54:25 UTC 2015
+# 日 12月 13 05:39:22 UTC 2015
pkgbase = shadowvpn
pkgdesc = A fast, safe VPN based on libsodium
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rains31/ShadowVPN
arch = i686
arch = x86_64
- arch = armv5
- arch = armv7
+ arch = arm
+ arch = armv6h
+ arch = armv7h
license = MIT
makedepends = m4
makedepends = automake
diff --git a/PKGBUILD b/PKGBUILD
index a8faf9e3b83c..82911c07cc6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=shadowvpn
_pkgname=ShadowVPN
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A fast, safe VPN based on libsodium"
-arch=('i686' 'x86_64' 'armv5' 'armv7')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://github.com/rains31/${_pkgname}"
license=('MIT')
depends=('sh' 'libsodium')