summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-03-31 12:19:51 +0200
committerMartchus2018-03-31 12:19:51 +0200
commit82024bbbb03be8909c6d9bdb226593d9db91152c (patch)
tree0fb857fd6ed557675469c7f3866ebf77f3ed634e /PKGBUILD
parent8a4cac0bf311dba812163e2eb4312fd048901124 (diff)
downloadaur-82024bbbb03be8909c6d9bdb226593d9db91152c.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'