summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Smit2020-09-15 07:00:24 +0200
committerPeter Smit2020-09-15 07:00:24 +0200
commitf6a7a8eaeefe7a7e89a04150af28c0f150778785 (patch)
treebf67079929ee9f3dd1c12c2d2dd145346ba7860f
parentebb7ecf0c3a0872dceff1afc8804ed71db73421d (diff)
downloadaur-f6a7a8eaeefe7a7e89a04150af28c0f150778785.tar.gz
Add completion directories for bash, zsh and fish
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c57a0ae7517..c645b388c726 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = onedrive-abraunegg
pkgdesc = Free OneDrive client written in D - abraunegg's fork. Follows the releases on https://github.com/abraunegg/onedrive/releases
pkgver = 2.4.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/abraunegg/onedrive
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5b4039623e8e..0a509c0f5086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=onedrive
pkgname=$_pkgname-abraunegg
pkgver=2.4.5
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Free OneDrive client written in D - abraunegg's fork. Follows the releases on https://github.com/abraunegg/onedrive/releases"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -17,7 +17,7 @@ makedepends=('d-compiler')
build() {
cd "$_pkgname-$pkgver"
- ./configure --sysconfdir=/etc --prefix=/usr --with-systemdsystemunitdir=/usr/lib/systemd/system --with-systemduserunitdir=/usr/lib/systemd/user --enable-notifications --enable-completions
+ ./configure --sysconfdir=/etc --prefix=/usr --with-systemdsystemunitdir=/usr/lib/systemd/system --with-systemduserunitdir=/usr/lib/systemd/user --enable-notifications --enable-completions --with-zsh-completion-dir=/usr/share/zsh/site-functions --with-fish-completion-dir=/usr/share/fish/vendor_completions.d --with-bash-completion-dir=/usr/share/bash-completion/completions
make
}