summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2015-10-26 20:12:16 -0600
committerAinola2015-10-26 20:12:16 -0600
commit57b42aec7ea3cd849814c608427fc8ebedb57946 (patch)
tree242cd109167f6be58fe1d36b42df3b1bd450b8c5 /PKGBUILD
parent17cdbca6b1773feb7c6e4df7b522bd776fdbfdf8 (diff)
downloadaur-57b42aec7ea3cd849814c608427fc8ebedb57946.tar.gz
add autoconf-archive as dep, youtube-dl as optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f434c08865f0..6a50477b99c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=gnome-mpv
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME frontend for MPV"
arch=('i686' 'x86_64')
url="https://github.com/gnome-mpv/gnome-mpv"
license=('GPL3')
depends=('gtk3' 'mpv')
-makedepends=('intltool')
+makedepends=('intltool' 'autoconf-archive')
+optdepends=('youtube-dl: YouTube video integration')
conflicts=('gnome-mpv-git')
source=("https://github.com/gnome-mpv/gnome-mpv/archive/v${pkgver}.tar.gz")
sha256sums=('e1544c5b2055cc0a92af625b87f53422e05dbe39043c5d5b3d6db1a75e3435c0')