summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-01-03 18:39:50 +0100
committerMartchus2017-01-03 18:39:50 +0100
commit0f499c16cc1de721a549220ccbf1aa190dc3ba24 (patch)
treee34b92e24bb362749d6954f6872ad999d40080b3
parent0d53ec6f250eb3b9d3a8f65b41dd01868b848522 (diff)
downloadaur-0f499c16cc1de721a549220ccbf1aa190dc3ba24.tar.gz
Update to 2.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d5633121bb6..3d51bdeff11d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 28 21:52:41 UTC 2016
+# Tue Jan 3 17:39:50 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.1.0
+ pkgver = 2.1.1
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.1.0.tar.gz::https://github.com/Martchus/tageditor/archive/v2.1.0.tar.gz
- sha256sums = cc443c1e62e28553b4877f676c4a511da9d6c556e1b26dda52bc7c8aaee7c3f3
+ source = tageditor-2.1.1.tar.gz::https://github.com/Martchus/tageditor/archive/v2.1.1.tar.gz
+ sha256sums = 3b7202542168cc5b4a48678ed0e3ef79c27c6d64c48c14a2015edbffbca83466
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 5429e0f4b929..1d84d26f0fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _js_provider=script
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=2.1.0
+pkgver=2.1.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'
@@ -26,7 +26,7 @@ depends=(mingw-w64-{crt,qtutilities,tagparser})
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")
-sha256sums=('cc443c1e62e28553b4877f676c4a511da9d6c556e1b26dda52bc7c8aaee7c3f3')
+sha256sums=('3b7202542168cc5b4a48678ed0e3ef79c27c6d64c48c14a2015edbffbca83466')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'