summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'swiftgeek' Grzywna2024-04-30 02:29:13 +0200
committerSebastian 'swiftgeek' Grzywna2024-04-30 02:33:06 +0200
commit7156589d43543a20108dfe9cdd738451893fad7a (patch)
tree79292f70a1051b7efa31a66b992507a204fae827
parent8c244e10476d8ae05a8b2cb6268ab2d33447cad2 (diff)
downloadaur-7156589d43543a20108dfe9cdd738451893fad7a.tar.gz
Update website url to https and make bash-completion optional
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e5952de28b4..8ab5a22382ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Apr 30 00:20:43 UTC 2024
+# Tue Apr 30 00:32:59 UTC 2024
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
pkgver = 3.0
pkgrel = 1
- url = http://tio.github.io/
+ url = https://tio.github.io/
arch = x86_64
arch = i686
arch = arm
@@ -15,8 +15,8 @@ pkgbase = tio
makedepends = meson
depends = glibc
depends = libinih
- depends = bash-completion
depends = lua
+ optdepends = bash-completion: bash completion support
source = https://github.com/tio/tio/releases/download/v3.0/tio-3.0.tar.xz
sha256sums = b7ec8eab6c29a3821e3f1239cf6baa84ef634ea2188ffa93d7a276c89338961e
diff --git a/PKGBUILD b/PKGBUILD
index 18a27bca0eab..f23a3fdc18cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,11 @@ pkgname=tio
pkgver=3.0
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
-url="http://tio.github.io/"
+url="https://tio.github.io/"
arch=('x86_64' 'i686' 'arm' 'armv7h' 'armv6h' 'aarch64')
license=('GPL-2.0-or-later')
-depends=('glibc' 'libinih' 'bash-completion' 'lua')
+depends=('glibc' 'libinih' 'lua')
+optdepends=('bash-completion: bash completion support')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
sha256sums=('b7ec8eab6c29a3821e3f1239cf6baa84ef634ea2188ffa93d7a276c89338961e')