summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f8d64a62d02..420ba9355c2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tmsu-git
pkgdesc = A tool for tagging your files and accessing them through a virtual filesystem. (development version)
pkgver = latest
- pkgrel = 3
+ pkgrel = 4
url = https://tmsu.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 85f1c6424889..e7ced269d6bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=tmsu-git
pkgver=latest
-pkgrel=3
+pkgrel=4
pkgdesc="A tool for tagging your files and accessing them through a virtual filesystem. (development version)"
arch=('i686' 'x86_64')
url="https://tmsu.org/"
@@ -53,6 +53,7 @@ package() {
make INSTALL_DIR="${pkgdir}/usr/bin" \
MOUNT_INSTALL_DIR="${pkgdir}/usr/bin" \
MAN_INSTALL_DIR="${pkgdir}/usr/share/man/man1" \
+ BASH_COMP_INSTALL_DIR="${pkgdir}/usr/share/bash-completion" \
ZSH_COMP_INSTALL_DIR="${pkgdir}/usr/share/zsh/site-functions" \
install
}