summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2020-12-09 19:18:01 -0500
committerMario Finelli2020-12-09 19:18:01 -0500
commit52b515f2f98dad19d40f89f4a576d1945dc4d0a1 (patch)
treedd35b9a972f78bd0ed32553862dabc7e38fe9ccf
parentfa9e8030b6a069e0a3b89bbcce7eaf6217256259 (diff)
downloadaur-52b515f2f98dad19d40f89f4a576d1945dc4d0a1.tar.gz
Package pull script
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a178ed256296..12b34c13c3b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = helm-gcs
pkgdesc = Helm plugin to manage chart repositories on GCS
pkgver = 0.3.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hayorov/helm-gcs
install = helm-gcs.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aaea69d5557a..0509a7313123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=helm-gcs
pkgver=0.3.7
-pkgrel=1
+pkgrel=2
pkgdesc='Helm plugin to manage chart repositories on GCS'
arch=('x86_64')
url='https://github.com/hayorov/helm-gcs'
@@ -35,6 +35,7 @@ package() {
# /usr/lib/helm/plugins follows other helm plugins on the AUR (e.g., helm-diff)
install -Dm0755 bin/helm-gcs -t "${pkgdir}/usr/lib/helm/plugins/${pkgname##helm-}/bin"
install -m0644 plugin.yaml -t "${pkgdir}/usr/lib/helm/plugins/${pkgname##helm-}"
+ install -Dm0755 scripts/pull.sh -t "${pkgdir}/usr/lib/helm/plugins/${pkgname#helm-}/scripts"
install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}