summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorknedl1k2024-01-19 20:08:12 +0100
committerknedl1k2024-01-19 20:08:12 +0100
commitc8439037ec2ee880f8debc72cd01f4780704e046 (patch)
tree1dc4245ff8cdd98ba267c551f352c23e163ced27 /PKGBUILD
parent477bd8db4c346e138c5461d33149c7e59ca96b94 (diff)
downloadaur-youtube-tui-full-bin.tar.gz
change mpv from optdeps to deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b4d09c4750e..22264171ac8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
_pkgname="youtube-tui"
pkgname="${_pkgname}-full-bin"
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="An aesthetically pleasing TUI frontend to browsing YouTube written in Rust. (Binary)"
arch=('x86_64')
url="https://github.com/Siriusmart/youtube-tui"
license=('GPL3')
-depends=('libsixel' 'libxcb' 'openssl')
+depends=('libsixel' 'libxcb' 'openssl' 'mpv')
optdepends=(
- 'mpv: default video player'
'konsole: default terminal emulator'
'yt-dlp: default youtube downloader'
)