summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-06-04 20:59:57 +0200
committerMartchus2021-06-04 20:59:57 +0200
commit2b71ba76ee51f8b9d468cda33d78578f6ca2c073 (patch)
treead2892cb060d37bcae0506e895549cea2a8b6b77
parent6af1b6fe2e1b0d1e2e2f107f05be9ce8e8fe169b (diff)
downloadaur-2b71ba76ee51f8b9d468cda33d78578f6ca2c073.tar.gz
Update version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39aad10f1969..3bb70423f462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 3.3.10
+ pkgver = 3.4.0
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = any
@@ -25,8 +25,7 @@ pkgbase = mingw-w64-tageditor
options = staticlibs
options = !strip
options = !emptydirs
- source = tageditor-3.3.10.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.10.tar.gz
- sha256sums = 0d720dcfce039c5dc85c0dcc0ce3daa0bd15835394c977da28b20a63e09f0d71
+ source = tageditor-3.4.0.tar.gz::https://github.com/Martchus/tageditor/archive/v3.4.0.tar.gz
+ sha256sums = 8623057c2b1bf38eaab7d8de87e259ce639afcac35253145d102e91751015835
pkgname = mingw-w64-tageditor
-
diff --git a/PKGBUILD b/PKGBUILD
index 84c551b11f79..601a07293664 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _json_export=${MINGW_64_TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=3.3.10
+pkgver=3.4.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' 'n
[[ $_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=('0d720dcfce039c5dc85c0dcc0ce3daa0bd15835394c977da28b20a63e09f0d71')
+sha256sums=('8623057c2b1bf38eaab7d8de87e259ce639afcac35253145d102e91751015835')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')