summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-09-06 22:20:25 +0200
committerMartchus2022-09-06 22:20:25 +0200
commit7077a7a4b20b4431a03db79fe060b7ffb876ef24 (patch)
treefe8ac6229b7189a04718567a7fb8b6ad703cad5a
parent1ef3c3d888b751e8b468b583cad16866e6e29fcb (diff)
downloadaur-7077a7a4b20b4431a03db79fe060b7ffb876ef24.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65087ee70ac6..40d38bdc4c1c 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.7.4
+ pkgver = 3.7.5
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = any
@@ -25,7 +25,7 @@ pkgbase = mingw-w64-tageditor
options = staticlibs
options = !strip
options = !emptydirs
- source = tageditor-3.7.4.tar.gz::https://github.com/Martchus/tageditor/archive/v3.7.4.tar.gz
- sha256sums = d57d9d243680b5a4ce66d8c546cb15c5df6b1a63c403dee9e373d2f4767e469e
+ source = tageditor-3.7.5.tar.gz::https://github.com/Martchus/tageditor/archive/v3.7.5.tar.gz
+ sha256sums = e989d3ea6ad109d94aa3e4ccbf2b7bd62b8fe844a3bd9d3540700ff7e08ecba3
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 5db50c28982f..cca398d805d9 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.7.4
+pkgver=3.7.5
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=('d57d9d243680b5a4ce66d8c546cb15c5df6b1a63c403dee9e373d2f4767e469e')
+sha256sums=('e989d3ea6ad109d94aa3e4ccbf2b7bd62b8fe844a3bd9d3540700ff7e08ecba3')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')