summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-06-01 15:16:47 +0200
committerMartchus2017-06-01 15:16:47 +0200
commitd9e63de628cbb3df758a665d2fc40ccdd75094a5 (patch)
tree6d58fdbf49705a927bc355641cbd7d494d5548a0
parent0b6ba1d7bbf3f2ea53c1694f159cf075a3f1f957 (diff)
downloadaur-d9e63de628cbb3df758a665d2fc40ccdd75094a5.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13eaafededd0..40739c7d44a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 28 20:25:20 UTC 2017
+# Thu Jun 1 13:16:47 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, FLAC and Matroska
- pkgver = 2.2.2
+ pkgver = 2.2.3
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.2.2.tar.gz::https://github.com/Martchus/tageditor/archive/v2.2.2.tar.gz
- sha256sums = 8f2a1e32fbbf7e208a42155600bfe931add1c77634ce80d28d1b7c58ef835e80
+ source = tageditor-2.2.3.tar.gz::https://github.com/Martchus/tageditor/archive/v2.2.3.tar.gz
+ sha256sums = 376e6b780b5c09da9cb765c16e80362ee0cbf80022de476bd4dcc047a499a541
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index c59528fe890c..bcc68d2e3b57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _js_provider=script
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
arch=('any')
pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska'
@@ -26,7 +26,7 @@ depends=('mingw-w64-crt' 'mingw-w64-qtutilities>=5.6.0' 'mingw-w64-tagparser>=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")
-sha256sums=('8f2a1e32fbbf7e208a42155600bfe931add1c77634ce80d28d1b7c58ef835e80')
+sha256sums=('376e6b780b5c09da9cb765c16e80362ee0cbf80022de476bd4dcc047a499a541')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'