summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBleuzen2019-09-02 19:48:55 +0200
committerBleuzen2019-09-02 19:48:55 +0200
commit78894a73ddb8c7af9712876f4242749e4e7fd90e (patch)
treea5f4f2b4c93f5a96aafce68b2518f9bea45366b9
parentdaed150f57e657e82eae78c8281811aa7fb6d121 (diff)
downloadaur-78894a73ddb8c7af9712876f4242749e4e7fd90e.tar.gz
depend on ffmpeg
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfef30fb1c62..ec959716739a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = olivia
pkgdesc = Elegant Cloud Music Player for Linux Desktop
- pkgver = r216.6591f1b
+ pkgver = r410.fe16f7c
pkgrel = 1
url = https://github.com/keshavbhatt/olivia
arch = i686
@@ -12,6 +12,7 @@ pkgbase = olivia
depends = python
depends = wget
depends = socat
+ depends = ffmpeg
source = git+https://github.com/keshavbhatt/olivia.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dc91c181432b..2e0f51e8fcf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Bleuzen <supgesu at gmail dot com>
pkgname=olivia
-pkgver=r216.6591f1b
+pkgver=r410.fe16f7c
pkgrel=1
pkgdesc="Elegant Cloud Music Player for Linux Desktop"
arch=('i686' 'x86_64')
url="https://github.com/keshavbhatt/olivia"
license=('MIT')
-depends=('qt5-base' 'qt5-tools' 'mpv' 'python' 'wget' 'socat')
+depends=('qt5-base' 'qt5-tools' 'mpv' 'python' 'wget' 'socat' 'ffmpeg')
source=("git+https://github.com/keshavbhatt/olivia.git")
sha256sums=('SKIP')