summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-11-02 16:21:11 +0100
committerMartchus2017-11-02 16:21:11 +0100
commit4c558830e81eec2107a3085cbf76323bd262cc5d (patch)
tree962a6c50979848a8455955af74ab6f5ecf1c8238
parent6e57c9ab257aac20845177c34a9a4905282c8615 (diff)
downloadaur-4c558830e81eec2107a3085cbf76323bd262cc5d.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 0dfbd310c0eb..6a252041b083 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 31 18:26:03 UTC 2017
+# Thu Nov 2 15:21:11 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.5
+ pkgver = 2.3.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.2.5.tar.gz::https://github.com/Martchus/tageditor/archive/v2.2.5.tar.gz
- sha256sums = 1b5e44ffc224cd26531f3dd99945ff5e60c051027421dd027bd3f133fbb0d2a8
+ source = tageditor-2.3.0.tar.gz::https://github.com/Martchus/tageditor/archive/v2.3.0.tar.gz
+ sha256sums = bff72b3df7c919e45d7d0113b5b6ba5f939282c98d15a11a5e8c5d14d9d33dde
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 053c7781d3d2..13ac98e40326 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.5
+pkgver=2.3.0
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=('1b5e44ffc224cd26531f3dd99945ff5e60c051027421dd027bd3f133fbb0d2a8')
+sha256sums=('bff72b3df7c919e45d7d0113b5b6ba5f939282c98d15a11a5e8c5d14d9d33dde')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'