diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-18 15:03:56 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-18 15:03:56 +0000 |
commit | 93ba9cf692615b74d2198c5adba672d5c128ed11 (patch) | |
tree | 3cee23f02b7539ebd3bc55124d36ecc096720c5c /community/gvm-tools | |
parent | 2ccd9bda663e7e9fb388ef4f33925dee839f3f05 (diff) | |
download | aports-93ba9cf692615b74d2198c5adba672d5c128ed11.tar.bz2 aports-93ba9cf692615b74d2198c5adba672d5c128ed11.tar.xz |
community/gvm-tools: fixed build dir, package does not contains commitid anymore
Diffstat (limited to 'community/gvm-tools')
-rw-r--r-- | community/gvm-tools/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/gvm-tools/APKBUILD b/community/gvm-tools/APKBUILD index 88a11c460c..d07be92b49 100644 --- a/community/gvm-tools/APKBUILD +++ b/community/gvm-tools/APKBUILD @@ -3,7 +3,6 @@ pkgname=gvm-tools pkgver=1.2.0 pkgrel=4 -_commitid=77352f8dfa2e pkgdesc="Collection of tools for remote controlling a OpenVAS / Greenbone" url="https://github.com/greenbone/gvm-tools" arch="noarch" @@ -11,7 +10,7 @@ license="GPL" depends="python3 py3-dialog py3-paramiko py3-lxml" makedepends="python3-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/greenbone/$pkgname/archive/$pkgver.tar.gz" -builddir="$srcdir/greenbone-$pkgname-$_commitid" +builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" |