[arch-commits] Commit in openvas-manager/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Mon Apr 9 09:39:47 UTC 2018


    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 <chris.rebischke at archlinux.org>
 # Maintainer  : Levente Polyak <anthraxx[at]archlinux[dot]org>
 # Contributor : Daniel Micay <danielmicay at gmail.com>
+
 _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')



More information about the arch-commits mailing list