summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoranthraxx2015-09-12 19:51:49 +0200
committeranthraxx2015-09-12 19:51:49 +0200
commitc1444efef1796b546304dd6d5e40350e85f8d39e (patch)
treec6c3aa1d1b06ca0026d9e3a840539e143c565697 /PKGBUILD
parenta51c0145ce5926d63efaf70ed90e3d086d5dfa9e (diff)
downloadaur-c1444efef1796b546304dd6d5e40350e85f8d39e.tar.gz
upgpkg: zmap-git 2.1.1.809.3d3ced4-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0eac6c6af27d..56a116d04562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jens Adam <jra@byte.cx>
pkgname=zmap-git
-pkgver=2.1.0.753.6144eb9
+pkgver=2.1.1.809.3d3ced4
pkgrel=1
pkgdesc='Fast network scanner designed for Internet-wide network surveys'
url='https://zmap.io/'
@@ -35,7 +35,7 @@ package() {
install -Dm 755 src/zmap "${pkgdir}/usr/bin/zmap"
install -Dm 644 src/zmap.1 "${pkgdir}/usr/share/man/man1/zmap.1"
install -Dm 644 conf/* -t "${pkgdir}/etc/zmap"
- for F in AUTHORS CHANGELOG INSTALL README.md; do
+ for F in AUTHORS CHANGELOG.md INSTALL.md README.md; do
install -Dm 644 "${F}" "${pkgdir}/usr/share/doc/zmap/${F}"
done
cp -a examples "${pkgdir}/usr/share/doc/zmap"