summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2023-09-28 19:55:09 +0200
committerRaphael Nestler2023-09-28 19:55:09 +0200
commita7d4d36f782d6b94535fa307c61967c3a827e8a6 (patch)
treea6a852eb90b8633601a1b723a2dc961e4d8b7938
parent4c297f6805f1832d99c66a5822d73525dfea4a43 (diff)
downloadaur-a7d4d36f782d6b94535fa307c61967c3a827e8a6.tar.gz
Fix autocompletedir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94c2fc306fcc..ec893a8d7441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = heroku-cli
pkgdesc = CLI to manage Heroku apps and services with forced auto-update removed
pkgver = 8.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index b7d829abe4d9..fd004712c514 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=heroku-cli
pkgver=8.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="CLI to manage Heroku apps and services with forced auto-update removed"
arch=('any')
url="https://devcenter.heroku.com/articles/heroku-cli"
@@ -62,7 +62,7 @@ package() {
cp -a "$srcdir/heroku" "$pkgdir/usr/lib"
# completions
- local autocompletedir="$srcdir/heroku/node_modules/@heroku-cli/plugin-autocomplete/autocomplete"
+ local autocompletedir="$srcdir/heroku/autocomplete-scripts"
install -Dm644 "$autocompletedir/bash/heroku.bash" "$pkgdir/usr/share/bash-completion/completions/heroku"
install -Dm644 "$autocompletedir/zsh/_heroku" "$pkgdir/usr/share/zsh/site-functions/_heroku"