summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjD91mZM22017-11-27 09:58:45 +0100
committerjD91mZM22017-11-27 09:58:45 +0100
commitc7679ce9cd281a7256db88ef144819e35f1688a7 (patch)
tree8c9bb26d7ed9bb387f799c92d1c1770be97b83be /PKGBUILD
parenta0658bfdf7ca78fffeccb2ec8ee3c6556fe61f51 (diff)
downloadaur-c7679ce9cd281a7256db88ef144819e35f1688a7.tar.gz
More optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99756a5e382a..ea44dd354c2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,17 @@
# Maintainer: jD91mZM2 <me@krake.one>
pkgname=termplay
pkgver=1.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Play an image/video in your terminal!"
arch=("x86_64")
url="https://github.com/jD91mZM2/termplay"
license=("MIT" "custom")
makedepends=("cargo" "openal" "libsndfile")
-optdepends=("maim: Screen-mirroring support")
+optdepends=(
+ "ffmpeg: Video support"
+ "maim: Screen-mirroring support"
+ "youtube-dl: YouTube support"
+)
depends=("libsixel")
source=("https://github.com/jD91mZM2/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=("d30e4c3b3e20ac467fdd5ba9f725f1a71e388ff8b8fe81d74447fddb95e49609")