summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-01-11 17:54:48 +0100
committerMartchus2022-01-11 17:54:48 +0100
commitff53870abba1ba232829dadc03a82fb985872606 (patch)
treebf69272b4814a149e9ece2800a640f98e998ad43
parent09a1e3ef95197dee05c090cefa6be265a9a2b4e4 (diff)
downloadaur-ff53870abba1ba232829dadc03a82fb985872606.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c6b2467fb95..e6793ee47908 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.1
- pkgrel = 2
+ pkgver = 3.6.0
+ pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = any
license = GPL
@@ -25,7 +25,7 @@ pkgbase = mingw-w64-tageditor
options = staticlibs
options = !strip
options = !emptydirs
- source = tageditor-3.5.1.tar.gz::https://github.com/Martchus/tageditor/archive/v3.5.1.tar.gz
- sha256sums = c6a787ef5b235b93f55a5f458cc1cb6376a53f60b2de1a76c70efdfa8390b928
+ source = tageditor-3.6.0.tar.gz::https://github.com/Martchus/tageditor/archive/v3.6.0.tar.gz
+ sha256sums = a01b68af858b4802e498e926e2e75efa400c1922a73d65693f0795eb79956259
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 0e65841e2453..2aae55dc2cae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ _json_export=${MINGW_64_TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=3.5.1
-pkgrel=2
+pkgver=3.6.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'
license=('GPL')
@@ -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=('c6a787ef5b235b93f55a5f458cc1cb6376a53f60b2de1a76c70efdfa8390b928')
+sha256sums=('a01b68af858b4802e498e926e2e75efa400c1922a73d65693f0795eb79956259')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')