[arch-commits] Commit in gvm-tools/trunk (PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Sun Aug 11 00:31:14 UTC 2019
Date: Sunday, August 11, 2019 @ 00:31:13
Author: shibumi
Revision: 498749
upgpkg: gvm-tools 1.4.1-2
removed VERSION file in /usr/VERSION
Modified:
gvm-tools/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-10 22:12:47 UTC (rev 498748)
+++ PKGBUILD 2019-08-11 00:31:13 UTC (rev 498749)
@@ -3,7 +3,7 @@
# Contributor : Daniel Micay <danielmicay at gmail.com>
pkgname=gvm-tools
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='greenbone-vulnerability-manager tools'
arch=('x86_64')
url='http://www.openvas.org/'
@@ -29,4 +29,6 @@
package() {
cd "${pkgname}-${pkgver}"
python setup.py install -O1 --root="${pkgdir}" --skip-build
+ # make sure to remove the VERSION file
+ rm "${pkgdir}/usr/VERSION"
}
More information about the arch-commits
mailing list