Date: Monday, April 9, 2018 @ 09:39:46 Author: shibumi Revision: 315406
fixed _pkgname Modified: openvas-manager/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-09 08:46:41 UTC (rev 315405) +++ PKGBUILD 2018-04-09 09:39:46 UTC (rev 315406) @@ -2,6 +2,7 @@ # Maintainer : Christian Rebischke <[email protected]> # Maintainer : Levente Polyak <anthraxx[at]archlinux[dot]org> # Contributor : Daniel Micay <[email protected]> + _pkgname='gvm' pkgname='openvas-manager' pkgver=7.0.3 @@ -15,7 +16,7 @@ optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script') groups=('openvas') install="${pkgname}.install" -source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz" +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz" "https://github.com/greenbone/gvm/releases/download/v${pkgver}/openvas-manager-${pkgver}.tar.gz.sig") sha512sums=('c382b8791a66cc73c1f0da190a11a4addd22afee93abfe96718aba6c5e4488c3ccf33e17cb0aaf8dc376efe2b0264fef4195d5292d97387d2a24d515e3a4d325' 'SKIP')
