summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Orefice2017-02-14 10:39:53 +0100
committerAntonio Orefice2017-02-14 10:39:53 +0100
commit35adb8ba60dfef12d2cdc907304cb392fca324a3 (patch)
tree8a77d157f10ec8dcc2a854fc91de591f19054225
parent6762e04333bc748f27c6a846ef41a72f0c33d632 (diff)
downloadaur-35adb8ba60dfef12d2cdc907304cb392fca324a3.tar.gz
changed versions
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 933389146e89..d618b5bfc3b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 23 12:00:43 UTC 2016
+# Tue Feb 14 09:39:45 UTC 2017
pkgbase = xt7-player-mpv-git
pkgdesc = Aims to be an 'almost complete' but usable mpv gui
- pkgver = 20161123
+ pkgver = 20171402
pkgrel = 1
url = http://xt7-player.sourceforge.net/xt7forum/
arch = any
@@ -27,9 +27,9 @@ pkgbase = xt7-player-mpv-git
depends = gambas3-gb-signal
depends = gambas3-gb-util-web
depends = gambas3-gb-web
- depends = mpv>=1:0.22.0
+ depends = mpv
depends = taglib
- depends = youtube-dl>=2016.09.08
+ depends = youtube-dl
depends = wget
optdepends = python2: for Opensubtitles.org integration
optdepends = ladspa: more audio plugins
diff --git a/PKGBUILD b/PKGBUILD
index dde8693b33fc..b477d7f86902 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Antonio Orefice <xt7player@gmail.com>
pkgname=xt7-player-mpv-git
-pkgver=20161123
+pkgver=20171402
pkgrel=1
pkgdesc="Aims to be an 'almost complete' but usable mpv gui"
arch=('any')
@@ -28,9 +28,9 @@ depends=(
'gambas3-gb-util-web'
'gambas3-gb-web'
- 'mpv>=1:0.22.0'
+ 'mpv'
'taglib'
- 'youtube-dl>=2016.09.08'
+ 'youtube-dl'
'wget'
)