Date: Thursday, October 18, 2018 @ 14:56:11 Author: eschwartz Revision: 396078
fix _pkgname in repos/ too Modified: openvas-manager/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-18 14:50:52 UTC (rev 396077) +++ PKGBUILD 2018-10-18 14:56:11 UTC (rev 396078) @@ -1,7 +1,7 @@ -# $Id$ # 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 +15,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=("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')
