summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-05-06 19:19:50 +0200
committerMartchus2020-05-06 19:19:50 +0200
commited473576fd4260fee0213900997b6c6e89bbb873 (patch)
treecec254cc65fb594b83dca0ed45af9d75318a3b6e
parent5c3f3ba2bd666e7e958fbcb859059547c2fc594b (diff)
downloadaur-ed473576fd4260fee0213900997b6c6e89bbb873.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 392b4d6643ee..ad7484a27764 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.6
+ pkgver = 3.3.7
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.6.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.6.tar.gz
- sha256sums = 23cd6e03732757ef4e0d4a5fc6f2257a37b2eaa127da87a8be6a9bff5ec379b6
+ source = tageditor-3.3.7.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.7.tar.gz
+ sha256sums = 475ddab587ab7330d147d881c7020cb4dc09b1978af87bf606d714ea21929a8d
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index a6385d65af64..d47e00939752 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.6
+pkgver=3.3.7
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=('23cd6e03732757ef4e0d4a5fc6f2257a37b2eaa127da87a8be6a9bff5ec379b6')
+sha256sums=('475ddab587ab7330d147d881c7020cb4dc09b1978af87bf606d714ea21929a8d')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')