summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-11-28 22:52:41 +0100
committerMartchus2016-11-28 22:52:41 +0100
commit0d53ec6f250eb3b9d3a8f65b41dd01868b848522 (patch)
tree9ff6a2e3268582fa43614c59430b6d51b712d2d7
parent22a7fb1c104200f8940ef431f428436c814d6d4e (diff)
downloadaur-0d53ec6f250eb3b9d3a8f65b41dd01868b848522.tar.gz
Update to 5.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a8f2b4b5b9..7d5633121bb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 14 20:10:49 UTC 2016
+# Mon Nov 28 21:52:41 UTC 2016
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.0.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = any
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-tageditor
options = staticlibs
options = !strip
options = !emptydirs
- source = tageditor-2.0.0.tar.gz::https://github.com/Martchus/tageditor/archive/v2.0.0.tar.gz
- sha256sums = b3818112660b14b5e50c2b2f9521a1aaa1dafc12145e340fc5b210ee36056e41
+ source = tageditor-2.1.0.tar.gz::https://github.com/Martchus/tageditor/archive/v2.1.0.tar.gz
+ sha256sums = cc443c1e62e28553b4877f676c4a511da9d6c556e1b26dda52bc7c8aaee7c3f3
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 8ef9e494fdd0..5429e0f4b929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _js_provider=script
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=2.0.0
+pkgver=2.1.0
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'
@@ -25,8 +25,8 @@ depends=(mingw-w64-{crt,qtutilities,tagparser})
[[ $_js_provider == qml ]] && depends+=('mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')
url="https://github.com/Martchus/${_reponame}"
-source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('b3818112660b14b5e50c2b2f9521a1aaa1dafc12145e340fc5b210ee36056e41')
+source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
+sha256sums=('cc443c1e62e28553b4877f676c4a511da9d6c556e1b26dda52bc7c8aaee7c3f3')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'