summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 03:08:10 +0300
committerorhun2020-11-25 03:08:10 +0300
commit5214e46d0594eb486afc4c5d20a2431d19b46571 (patch)
treea9d5b05c6d7746878dac7f686e660211e5cc281a
parent7604748bddbaf601eab1ab138b06768c14dd4ae7 (diff)
downloadaur-5214e46d0594eb486afc4c5d20a2431d19b46571.tar.gz
upgpkg: unimap-git 0.2.0.r0.g48cb688-2
Install license/readme to
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30ce63a1bf8e..598bd46cfbd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unimap-git
pkgdesc = Scan only once by IP address and reduce scan times with Nmap for large amounts of data (git)
pkgver = 0.2.0.r0.g48cb688
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Edu4rdSHL/unimap
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 9a1d0e5cd7aa..82b1875cd3a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=unimap-git
pkgver=0.2.0.r0.g48cb688
-pkgrel=1
+pkgrel=2
pkgdesc="Scan only once by IP address and reduce scan times with Nmap for large amounts of data (git)"
arch=('x86_64')
url="https://github.com/Edu4rdSHL/unimap"
@@ -34,5 +34,5 @@ check() {
package() {
cd "${pkgname%-git}"
install -Dm 755 "target/release/${pkgname%-git}" -t "${pkgdir}/usr/bin"
- install -Dm 644 README.md -t "$pkgdir/usr/share/doc/${pkgname%-git}"
+ install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
}