summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-10-06 01:07:00 +0200
committerMartchus2021-10-06 01:07:00 +0200
commit95468edac51d86896a8c7d9ab055e0ac70f03926 (patch)
treed20c6db35a6af8ec01e668fdc3a96b0271698983
parente9a808ee2996b11d413e52ab8b3bf914b66990ca (diff)
downloadaur-95468edac51d86896a8c7d9ab055e0ac70f03926.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 8e6110abbc47..a879a555e353 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.5.0
+ pkgver = 3.5.1
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.5.0.tar.gz::https://github.com/Martchus/tageditor/archive/v3.5.0.tar.gz
- sha256sums = 87c04ff8d2f83a801bfb40de7e991008290d0f3808642f2f5c2e05489a353dee
+ source = tageditor-3.5.1.tar.gz::https://github.com/Martchus/tageditor/archive/v3.5.1.tar.gz
+ sha256sums = c6a787ef5b235b93f55a5f458cc1cb6376a53f60b2de1a76c70efdfa8390b928
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 366482659b25..9c679872d0cc 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.5.0
+pkgver=3.5.1
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=('87c04ff8d2f83a801bfb40de7e991008290d0f3808642f2f5c2e05489a353dee')
+sha256sums=('c6a787ef5b235b93f55a5f458cc1cb6376a53f60b2de1a76c70efdfa8390b928')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')