summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Haubner2020-03-22 16:08:34 +0100
committerAnton Haubner2020-03-22 16:08:34 +0100
commit59bae4d6360922fabf12adf7b63cdf1422eb3cc7 (patch)
tree389e35b0689a385829bd160f7a700bb7e45f1fcd
parentc7142486b5e572bec7acf3a8a6572a7e9f7453d8 (diff)
downloadaur-59bae4d6360922fabf12adf7b63cdf1422eb3cc7.tar.gz
Version bump: MPRIS2 support
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6de1add5409b..0768d2cf7e7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = yt-bin
pkgdesc = Youtube Terminal UI for music streaming. WIP.
- pkgver = r55.a0ddb13
+ pkgver = r59.f672dda
pkgrel = 1
arch = x86_64
license = GPL3
depends = ncurses5-compat-libs>=6.1
depends = mpv>=1:0.32.0
depends = youtube-dl>=2020.01.24
+ depends = dbus>=1.12.16
provides = yt
- source = https://ahbnr.de/jenkins/job/yt/24/artifact/yt
+ source = https://ahbnr.de/jenkins/job/yt/25/artifact/yt
md5sums = SKIP
pkgname = yt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3b686e893b34..4b840871fa2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: ahbnr <anton dot haubner at outlook dot de>
pkgname=yt-bin
-pkgver=r55.a0ddb13
+pkgver=r59.f672dda
pkgrel=1
pkgdesc="Youtube Terminal UI for music streaming. WIP."
arch=('x86_64')
license=('GPL3')
-depends=('ncurses5-compat-libs>=6.1' 'mpv>=1:0.32.0' 'youtube-dl>=2020.01.24')
+depends=('ncurses5-compat-libs>=6.1' 'mpv>=1:0.32.0' 'youtube-dl>=2020.01.24' 'dbus>=1.12.16')
makedepends=()
replaces=()
conflicts=()
@@ -14,7 +14,7 @@ provides=('yt')
backup=()
options=()
install=
-source=('https://ahbnr.de/jenkins/job/yt/24/artifact/yt')
+source=('https://ahbnr.de/jenkins/job/yt/25/artifact/yt')
noextract=()
md5sums=('SKIP')