summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Zenin2022-07-27 00:59:51 +0300
committerIvan Zenin2022-07-27 00:59:51 +0300
commita30be0315b633d060275b1ebd071406defa59919 (patch)
tree1d60fa205eb8d3c972cf87e5fa598b9167f9ecb3
parent30c728b11daee46303d68f62af82b843bd7b163e (diff)
downloadaur-a30be0315b633d060275b1ebd071406defa59919.tar.gz
Add bash comp
-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
}