summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6dfbcc27681..b00b26eb8482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Feb 5 22:34:54 UTC 2018
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.3.3
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = any
@@ -20,8 +18,8 @@ pkgbase = mingw-w64-tageditor
options = staticlibs
options = !strip
options = !emptydirs
- source = tageditor-2.3.3.tar.gz::https://github.com/Martchus/tageditor/archive/v2.3.3.tar.gz
- sha256sums = 8ff40de447159461455f6c529c455b2e10fcd89247964397b65dd09aac9a3cc1
+ source = tageditor-3.0.0.tar.gz::https://github.com/Martchus/tageditor/archive/v3.0.0.tar.gz
+ sha256sums = 64aa5d43277c3e1aacf197f67aa642649727c271be49599ac7c6af5f9111f7e8
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 729421accb17..99e9784f292a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _json_export=ON
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=2.3.3
+pkgver=3.0.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'
@@ -30,7 +30,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')
[[ $_json_export == ON ]] && makedepends+=('mingw-w64-reflective-rapidjson')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('8ff40de447159461455f6c529c455b2e10fcd89247964397b65dd09aac9a3cc1')
+sha256sums=('64aa5d43277c3e1aacf197f67aa642649727c271be49599ac7c6af5f9111f7e8')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'