clean up PKGBUILD file

This commit is contained in:
Tun Win Naing 2016-02-15 13:45:35 +06:30
parent 67f27f7446
commit 2f5d49bce6

View file

@ -17,11 +17,6 @@ makedepends=()
depends=('bash' 'openssl') depends=('bash' 'openssl')
url="http://www.softether.org/" url="http://www.softether.org/"
#pkgver() {
# cd "SoftEtherVPN"
# git log | grep -o -m1 'v[0-9].*' | tr '-' '.'
#}
build(){ build(){
cd "${srcdir}/${pkgver//_/-}" cd "${srcdir}/${pkgver//_/-}"
if [ "${CARCH}" == "i686" ]; then if [ "${CARCH}" == "i686" ]; then