summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2024-03-10 12:42:33 +0000
committerimlonghao2024-03-10 12:42:33 +0000
commit3c7dcd613046e3463ba8a3530139a01df8ef7803 (patch)
treef517d8bf0d6b6f4438d2ba8e4817ae584420454c /PKGBUILD
parentade865b7311ec6bc8fbafb280dfd278896befc93 (diff)
downloadaur-massdns.tar.gz
update license the man page
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50a1c37a80a0..5fbefa6f060d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=massdns
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A high-performance DNS stub resolver for bulk lookups and reconnaissance"
arch=("x86_64" "i686")
url="https://github.com/blechschmidt/massdns"
-license=("GPL3")
+license=('GPL-3.0-or-later')
provides=('massdns')
conflicts=('massdns')
depends=('glibc')
@@ -23,4 +23,6 @@ build() {
package() {
cd ${pkgname}-${pkgver}
install -Dm755 bin/massdns ${pkgdir}/usr/bin/massdns
+ install -Dm644 doc/massdns.1 ${pkgdir}/usr/share/man/man1/massdns.1
+ install -Dm644 README.md ${pkgdir}/usr/share/doc/massdns/README.md
}