From 93ba9cf692615b74d2198c5adba672d5c128ed11 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 18 Dec 2017 15:03:56 +0000 Subject: community/gvm-tools: fixed build dir, package does not contains commitid anymore --- community/gvm-tools/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'community/gvm-tools') 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" -- cgit v1.2.3