summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorava1ar2016-03-20 18:11:10 -0400
committerava1ar2016-03-20 18:11:10 -0400
commit945370d0a1b83ddc84235aa551e5e271419960bb (patch)
treeaba7c913c3a52aa834abc93b8f87e0e9dfcc5252
parent223a4db7242e948210dec52d2c03540049641b8d (diff)
downloadaur-945370d0a1b83ddc84235aa551e5e271419960bb.tar.gz
Cloning only last commit of the master, which is sufficient for build (size < 25MB)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 433a195d76bf..e98f28fc3b76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Mar 20 19:10:03 UTC 2016
+# Sun Mar 20 22:10:28 UTC 2016
pkgbase = softethervpn-git
pkgdesc = Multi-protocol VPN software from University of Tsukuba
pkgver = v4.19.9605.beta
diff --git a/PKGBUILD b/PKGBUILD
index dc443877a2f9..1cfeccf2dbfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgdesc="Multi-protocol VPN software from University of Tsukuba"
url="http://www.softether.org/"
arch=('i686' 'x86_64')
source=('softethervpn-bridge.service'
- 'softethervpn-client.service'
- 'softethervpn-server.service'
- 'disable_sslv3.patch')
+ 'softethervpn-client.service'
+ 'softethervpn-server.service'
+ 'disable_sslv3.patch')
sha1sums=('12a3919aabcdd7531320056a4b43072892232925'
'ba594c7defb52548369726c56e2cad633019abef'
'06cd320553daf0dffdf6a81a22d630fbe211fc33'
@@ -22,8 +22,8 @@ prepare() {
# clean existing sources if any
rm -rf "${srcdir}"/SoftEtherVPN
- # cloning only master branch, since complete repository is pretty heavy
- git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git --single-branch
+ # cloning only last commit of master branch, since complete repository is pretty heavy
+ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git --single-branch --depth 1
}
pkgver() {