summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-05-18 17:43:20 +0200
committerMartchus2019-05-18 17:43:20 +0200
commit7fc3675b43feba2b7086554fd9245821ea3446c9 (patch)
treefddf54bd86ceb84b9acdd39330d375c8e50dab92
parent33527134de02acb3757a965fcc2e7a88c41d368a (diff)
downloadaur-7fc3675b43feba2b7086554fd9245821ea3446c9.tar.gz
Update to 3.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aac75697e3e..cce1a57338a9 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.2.0
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = any
@@ -18,8 +18,8 @@ pkgbase = mingw-w64-tageditor
options = staticlibs
options = !strip
options = !emptydirs
- source = tageditor-3.2.0.tar.gz::https://github.com/Martchus/tageditor/archive/v3.2.0.tar.gz
- sha256sums = 195781362419591f8e88f636a0fc3676389718ebc6ae96014d27a3123b2b8f0f
+ source = tageditor-3.2.1.tar.gz::https://github.com/Martchus/tageditor/archive/v3.2.1.tar.gz
+ sha256sums = c3b15d83adf92a4c36c2f1e092a12b79f4177664cbef2ca53e82d8dfe0dc36d6
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index fd8d038e07fa..13775d327dad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=3.2.0
+pkgver=3.2.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')
[[ $_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=('195781362419591f8e88f636a0fc3676389718ebc6ae96014d27a3123b2b8f0f')
+sha256sums=('c3b15d83adf92a4c36c2f1e092a12b79f4177664cbef2ca53e82d8dfe0dc36d6')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'