summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Haubner2020-02-28 11:09:34 +0100
committerAnton Haubner2020-02-28 11:09:34 +0100
commit63d93d60fc919f2988efa7e657271bf2ceb27957 (patch)
tree3b0733a97a2cd3270814532b126e744a8672d1d7
parentd43bbb8113a10752b05cc0d02d705effd4306b20 (diff)
downloadaur-63d93d60fc919f2988efa7e657271bf2ceb27957.tar.gz
Rollback version due to issues caused by removal of ncurses
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e14a7354c372..5390c679d95e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = yt-bin
pkgdesc = Youtube Terminal UI for music streaming. WIP.
- pkgver = r39.41b3d32
+ pkgver = r38.adc34e8
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
provides = yt
- source = https://ahbnr.de/jenkins/job/yt/20/artifact/yt
+ source = https://ahbnr.de/jenkins/job/yt/19/artifact/yt
md5sums = SKIP
pkgname = yt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 374665fc77d4..243df3d25a5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: ahbnr <anton dot haubner at outlook dot de>
pkgname=yt-bin
-pkgver=r39.41b3d32
+pkgver=r38.adc34e8
pkgrel=1
pkgdesc="Youtube Terminal UI for music streaming. WIP."
arch=('x86_64')
license=('GPL3')
-depends=('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')
makedepends=()
replaces=()
conflicts=()
@@ -14,7 +14,7 @@ provides=('yt')
backup=()
options=()
install=
-source=('https://ahbnr.de/jenkins/job/yt/20/artifact/yt')
+source=('https://ahbnr.de/jenkins/job/yt/19/artifact/yt')
noextract=()
md5sums=('SKIP')