summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-03-22 17:09:57 +0100
committerMartchus2017-03-22 17:09:57 +0100
commit9741a41152bd1fd58913cd850e4387e7d1891dd9 (patch)
treee1364e78b6de3b97f406e2a654a9c74d4d547cf3
parent77feef2ae71ebfde15dc2767edb6386a2b308dc8 (diff)
downloadaur-9741a41152bd1fd58913cd850e4387e7d1891dd9.tar.gz
Update to 2.2.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6720cd0e78c..b8e8b99eee71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 30 22:07:52 UTC 2017
+# Wed Mar 22 16:09:57 UTC 2017
pkgbase = mingw-w64-tageditor
pkgdesc = A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = any
@@ -12,14 +12,14 @@ pkgbase = mingw-w64-tageditor
makedepends = mingw-w64-qt5-tools
makedepends = ffmpeg
depends = mingw-w64-crt
- depends = mingw-w64-qtutilities
- depends = mingw-w64-tagparser
- depends = mingw-w64-qt5-script
+ depends = mingw-w64-qtutilities>=5.6.0
+ depends = mingw-w64-tagparser>=6.2.0
+ depends = mingw-w64-qt5-script>=5.6
options = !buildflags
options = staticlibs
options = !strip
options = !emptydirs
- source = tageditor-2.2.0.tar.gz::https://github.com/Martchus/tageditor/archive/v2.2.0.tar.gz
+ source = tageditor-2.2.1.tar.gz::https://github.com/Martchus/tageditor/archive/v2.2.1.tar.gz
sha256sums = 4c0d260260b7c957dced77af66aea949842f927201ca2487bc8689fa36ec7dd9
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 810b5bd3c669..d086edb99384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,17 +12,17 @@ _js_provider=script
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
arch=('any')
pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska'
license=('GPL')
-depends=(mingw-w64-{crt,qtutilities,tagparser})
-[[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('mingw-w64-qt5-base')
+depends=('mingw-w64-crt' 'mingw-w64-qtutilities>=5.6.0' 'mingw-w64-tagparser>=6.2.0')
+[[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('mingw-w64-qt5-base>=5.6')
[[ $_webview_provider == webkit ]] && depends+=('mingw-w64-qt5-webkit')
-[[ $_webview_provider == webengine ]] && depends+=('mingw-w64-qt5-webengine')
-[[ $_js_provider == script ]] && depends+=('mingw-w64-qt5-script')
-[[ $_js_provider == qml ]] && depends+=('mingw-w64-qt5-declarative')
+[[ $_webview_provider == webengine ]] && depends+=('mingw-w64-qt5-webengine>=5.6')
+[[ $_js_provider == script ]] && depends+=('mingw-w64-qt5-script>=5.6')
+[[ $_js_provider == qml ]] && depends+=('mingw-w64-qt5-declarative>=5.6')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")