summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2022-11-10 15:35:39 +0100
committerNick Østergaard2022-11-10 15:35:39 +0100
commitc26e4fb7bc871e8b22c95095825f1bd9e4b155b8 (patch)
tree14993311d630cf3a075799febc2acb2b3f1c32b4
parent9270d2eeb7fd7da1ca0c860bcf004bce3201c659 (diff)
downloadaur-c26e4fb7bc871e8b22c95095825f1bd9e4b155b8.tar.gz
Add bash-completion as a depends
Originally graysky claimed that cmake was required to build this package... yeah, well that is what it could seem like, but really it was becasue meson wanted bash-completion to be optionally present -- so it searched for bash-completion via first pkg-config and then cmake to then fail and accept it. Installing bash-completion on the system fixes the issues.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8f32bc684e6..26baa7719df2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=tio
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
arch=('x86_64' 'i686' 'arm' 'armv7h' 'armv6h' 'aarch64')
license=('GPLv2')
-depends=('glibc' 'libinih')
+depends=('glibc' 'libinih' 'bash-completion')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
sha256sums=('77b485aafa3aa8e01fc2976ac547e7769c1c338bac41eeb7c1ec6fc0cc7ee5cd')