summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-08-03 21:44:00 +0200
committerMartchus2021-08-03 21:44:00 +0200
commit9c2ed385a4329bc1d6c3e606cbf403c6b89a0186 (patch)
treee801b00eed6d3d946b67861ee522f3c71332109a
parentc0d5d2a6a6aa73ffd0e2d6a85bd70cfc27600c5f (diff)
downloadaur-9c2ed385a4329bc1d6c3e606cbf403c6b89a0186.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 b6bb7554f65c..d1b1ca2c9fce 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.4.1
+ pkgver = 3.4.2
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.4.1.tar.gz::https://github.com/Martchus/tageditor/archive/v3.4.1.tar.gz
- sha256sums = 4d3218531fae449ffa76098fbe9a4693e43f2f93d0d38bb4163d6a9ce864d6c7
+ source = tageditor-3.4.2.tar.gz::https://github.com/Martchus/tageditor/archive/v3.4.2.tar.gz
+ sha256sums = 43029df40c53122a6dd5b0c986bf53945bf492d30904d3d4d723b1936b0cbdd4
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 89b558c6c901..9ac78c9a92f2 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.4.1
+pkgver=3.4.2
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=('4d3218531fae449ffa76098fbe9a4693e43f2f93d0d38bb4163d6a9ce864d6c7')
+sha256sums=('43029df40c53122a6dd5b0c986bf53945bf492d30904d3d4d723b1936b0cbdd4')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')