summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-09-26 17:36:37 +0200
committerMartchus2018-09-26 17:36:37 +0200
commitba250f1019efa7116209aeb4c0bd11e1d79fd36e (patch)
tree22864e8afe54c9685d130d79d2d22fcf9971270e
parent45b9bb540d8b6456b3b7c8e45314b8daf4d08e76 (diff)
downloadaur-ba250f1019efa7116209aeb4c0bd11e1d79fd36e.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 1d7b62544b79..8e397ce6da52 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.1.1
+ pkgver = 3.1.2
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.1.1.tar.gz::https://github.com/Martchus/tageditor/archive/v3.1.1.tar.gz
- sha256sums = aab080768b3b7074218b0f8278fde4097c6ede29ba591fcd4ca68014af7ad7a5
+ source = tageditor-3.1.2.tar.gz::https://github.com/Martchus/tageditor/archive/v3.1.2.tar.gz
+ sha256sums = 0bb4092196051d44cd65a34b42186041ca82384ea1b159304ef81851be918e6a
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index e4ffc1d26c1d..f14c02183fa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _json_export=ON
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=3.1.1
+pkgver=3.1.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=('aab080768b3b7074218b0f8278fde4097c6ede29ba591fcd4ca68014af7ad7a5')
+sha256sums=('0bb4092196051d44cd65a34b42186041ca82384ea1b159304ef81851be918e6a')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'