summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjD91mZM22018-05-06 08:03:11 +0200
committerjD91mZM22018-05-06 08:03:11 +0200
commitdd3536f041ccc7ce63912e7cba58d5a98d8a5c33 (patch)
tree65d29ffbe2654b2e1aa974e9e60faa8473b60b7f
parentb59af45c6a81b00aeefd6fed1e38bebb132fc021 (diff)
downloadaur-dd3536f041ccc7ce63912e7cba58d5a98d8a5c33.tar.gz
Bump version to 2.0.4 and add more plugin dependencies
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b6baec31bf9..8887c7df0422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: jD91mZM2 <me@krake.one>
pkgname=termplay
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc="Play an image/video in your terminal!"
arch=("x86_64")
url="https://github.com/jD91mZM2/termplay"
-license=("MIT" "custom")
+license=("MIT")
makedepends=("rust" "openal" "libsndfile" "gstreamer" "gst-plugins-base" "gst-plugins-bad")
optdepends=(
"ffmpeg: Video support"
"maim: Screen-mirroring support"
"youtube-dl: YouTube support"
)
-depends=("gstreamer" "gst-plugins-base" "gst-plugins-bad" "libsixel")
+depends=("gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-ugly" "gst-plugins-bad" "libsixel")
source=("https://github.com/jD91mZM2/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('9c9ab3b89b8357e0d6366677795a4cf363650efa869e16215af8fca1485e8d00')
+sha256sums=('54673b3f09920a724fbc8c2b7fe0dff1ed9bdf5695fdc48631f42bb994028681')
build() {
cd "$srcdir/$pkgname-$pkgver"