summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-01-27 15:23:32 +0100
committerMartchus2018-01-27 15:23:32 +0100
commit5b2699b4f32f5f4345681a8e9229cc7eaee95ea1 (patch)
treef70756fd271d92d12617bf74a2bc6443089787d2
parent2f4d46ccd048c6a18f3a0ae97caadeac9034d82c (diff)
downloadaur-5b2699b4f32f5f4345681a8e9229cc7eaee95ea1.tar.gz
Update tageditor to 2.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f678cbb6f124..20bc01935408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 20 22:15:19 UTC 2018
+# Sat Jan 27 14:23:32 UTC 2018
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 = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = any
@@ -20,8 +20,8 @@ pkgbase = mingw-w64-tageditor
options = staticlibs
options = !strip
options = !emptydirs
- source = tageditor-2.3.1.tar.gz::https://github.com/Martchus/tageditor/archive/v2.3.1.tar.gz
- sha256sums = 3d9204c7a7e5a06916a7f6b97fbb50a32282c762fd9a432106254ed0d9706d79
+ source = tageditor-2.3.2.tar.gz::https://github.com/Martchus/tageditor/archive/v2.3.2.tar.gz
+ sha256sums = d829f4dee076a33d9404c297061dc734848413f2b0cca1a6bdb49ebc253c1864
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index e2206c4c375c..a3fa159a598c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _json_export=ON
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=2.3.1
+pkgver=2.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=('3d9204c7a7e5a06916a7f6b97fbb50a32282c762fd9a432106254ed0d9706d79')
+sha256sums=('d829f4dee076a33d9404c297061dc734848413f2b0cca1a6bdb49ebc253c1864')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'