summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4e22479fed3..b239689bfd30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# 二 11月 21 01:08:33 UTC 2017
+# 二 11月 21 01:14:36 UTC 2017
pkgbase = shadowvpn
pkgdesc = A fast, safe VPN based on libsodium
pkgver = 0.2.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/rains31/ShadowVPN
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 7af63d9a845a..c4d3f1056f38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=shadowvpn
_pkgname=ShadowVPN
pkgver=0.2.1
-pkgrel=3
+pkgrel=4
pkgdesc="A fast, safe VPN based on libsodium"
arch=(any)
url="https://github.com/rains31/${_pkgname}"
@@ -25,15 +25,15 @@ md5sums=('dd4c985828cd1775c17ddf4c49d1c43a')
prepare() {
cd ${_pkgname}-${pkgver}
- #rmdir libsodium
+ rm -rf libsodium
- #sed -e 's|SUBDIRS = ../libsodium||' \
- # -e 's|AM_CFLAGS = .*libsodium.*$|AM_CFLAGS = -lsodium|' \
- # -e 's|libshadowvpn_la_LIBADD = ../libsodium/src/libsodium/libsodium.la||' \
- # -i src/Makefile.am
+ sed -e 's|SUBDIRS = ../libsodium||' \
+ -e 's|AM_CFLAGS = .*libsodium.*$|AM_CFLAGS = -lsodium|' \
+ -e 's|libshadowvpn_la_LIBADD = ../libsodium/src/libsodium/libsodium.la||' \
+ -i src/Makefile.am
- #sed -e 's|AC_CONFIG_SUBDIRS([libsodium])||' \
- # -i configure.ac
+ sed -e 's|AC_CONFIG_SUBDIRS([libsodium])||' \
+ -i configure.ac
}
build() {