summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Ford2020-11-13 23:04:07 +0000
committerOliver Ford2021-05-04 11:14:39 +0100
commit5bf024e93f14c966fbbc3b1439b8088ae0b51043 (patch)
tree98f6ef9e044715ba640ec3a73bca4458c759d257
parentc027be6a497bbffbb3006a86942bdfa64e6e970c (diff)
downloadaur-5bf024e93f14c966fbbc3b1439b8088ae0b51043.tar.gz
Fix summon provider deprecation warning
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f256d76fb114..24beb6c70fd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cyberark-summon
pkgdesc = CLI that provides on-demand secrets access for common DevOps tools
pkgver = 0.8.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/cyberark/summon
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bbfdf7042a6a..001c55dcb91b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cyberark-summon
pkgver=0.8.3
-pkgrel=3
+pkgrel=4
pkgdesc='CLI that provides on-demand secrets access for common DevOps tools'
arch=('x86_64' 'i686')
url='https://github.com/cyberark/summon'
@@ -24,6 +24,6 @@ package() {
mkdir -p "${pkgdir}/usr/local/lib/summon/"
if [ -f /usr/bin/gopass ]; then
- ln -s /usr/bin/gopass "$pkgdir/usr/local/lib/summon/gopass"
+ ln -s /usr/bin/gopass-summon-provider "$pkgdir/usr/local/lib/summon/gopass"
fi
}