clean up PKGBUILD file
This commit is contained in:
parent
67f27f7446
commit
2f5d49bce6
1 changed files with 0 additions and 5 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue