summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-10-12 23:54:58 +0200
committerMartchus2019-10-12 23:54:58 +0200
commitfa8eea86ed744594db55d99014925cf9ec37473f (patch)
tree8c04ebad0d05eb8ebe23adc84915aed8bf251f22
parente64b50d8818e8c6f384c7ae2e50e3cdbb293eed8 (diff)
downloadaur-fa8eea86ed744594db55d99014925cf9ec37473f.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 abfe1f02b466..20e1c64d9469 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.1
+ pkgver = 3.3.2
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.1.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.1.tar.gz
- sha256sums = b6a4a3499dbbe13f59a401515e28bd1177800491eb16c7bfe4c075f24b34728d
+ source = tageditor-3.3.2.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.2.tar.gz
+ sha256sums = 6cf8bd296b8a38260cb0583395890fd64910f62a9b365354b1bc2526a86bbec9
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 5886375f6485..43e773b3eea5 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.1
+pkgver=3.3.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')
[[ $_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=('b6a4a3499dbbe13f59a401515e28bd1177800491eb16c7bfe4c075f24b34728d')
+sha256sums=('6cf8bd296b8a38260cb0583395890fd64910f62a9b365354b1bc2526a86bbec9')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')