summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Lisin2020-06-24 22:19:52 +0200
committerMatthias Lisin2020-06-24 22:19:52 +0200
commit8cb65fc8651413ab82a2752bacb38e3493b1b85e (patch)
tree6f51370fe6bc7ec9cbc53e25d5f75c90c19a11a1
parentd590a1aa57a167fc6626d538982f814714b8ced1 (diff)
downloadaur-8cb65fc8651413ab82a2752bacb38e3493b1b85e.tar.gz
upgpkg: helmsman 3.4.4-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b5ce2b7fa4b..27b2db123d18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = helmsman
pkgdesc = Helm Charts as Code
pkgver = 3.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Praqma/helmsman
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 87d946a09262..e75dafa8ec02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ml <ml@visu.li>
pkgname=helmsman
pkgver=3.4.4
-pkgrel=1
+pkgrel=2
pkgdesc='Helm Charts as Code'
arch=('x86_64' 'i686')
url='https://github.com/Praqma/helmsman'
@@ -41,4 +41,8 @@ package() {
cd "${pkgname}-${pkgver}"
install -Dm755 "$pkgname" -t "${pkgdir}/usr/bin"
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+ # README, docs and examples
+ install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ cp -a docs examples -t "${pkgdir}/usr/share/doc/${pkgname}"
}