summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-02-05 09:01:18 +0100
committerMartchus2020-02-05 09:01:18 +0100
commit28343e1f04e6789a2018a65930221a65e179b117 (patch)
tree2a59e963b93a5e2cdaebe1db11005de95681ebb1
parent494e0cc4f1995ff139174ef6b0cfe2b30bcbb20e (diff)
downloadaur-28343e1f04e6789a2018a65930221a65e179b117.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 478834660bf0..6f3f7771c3c5 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.3
+ pkgver = 3.3.4
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = any
@@ -23,8 +23,8 @@ pkgbase = mingw-w64-tageditor
options = staticlibs
options = !strip
options = !emptydirs
- source = tageditor-3.3.3.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.3.tar.gz
- sha256sums = b32ea1c3c2af626b8207f927d89db1e861d5efcf0a45f84fe21e020a841c4c54
+ source = tageditor-3.3.4.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.4.tar.gz
+ sha256sums = 3b9de37cd4a8f29a3bff0a24993c5421ec5b00d173f98c1abc2394b9b6cbaf4e
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 374fd52946da..199d21f5ccc1 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.3
+pkgver=3.3.4
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=('b32ea1c3c2af626b8207f927d89db1e861d5efcf0a45f84fe21e020a841c4c54')
+sha256sums=('3b9de37cd4a8f29a3bff0a24993c5421ec5b00d173f98c1abc2394b9b6cbaf4e')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')