summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-03-18 11:51:03 +0100
committerMartchus2020-03-18 11:51:03 +0100
commit1827bae77cb902a908e87c8400bf5386d24e3282 (patch)
tree0c97122eb61231895237ee12713059ecfce42302
parentc82ea8be62ba68bad900c32d8a6b25025d7a9ab5 (diff)
downloadaur-1827bae77cb902a908e87c8400bf5386d24e3282.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 58c787138448..21e12aad281e 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.4
+ pkgver = 3.3.5
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.4.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.4.tar.gz
- sha256sums = 0874301bd7644a312d259d54a8b60366c0db80e5b1179c1039cad9905c95463d
+ source = tageditor-3.3.5.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.5.tar.gz
+ sha256sums = a2b9df4595ab37f902a69fc5dbf5e7f44e5bb8a970cd5128066aaff834fee285
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 784da659eede..51fb1bf2f642 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.4
+pkgver=3.3.5
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=('0874301bd7644a312d259d54a8b60366c0db80e5b1179c1039cad9905c95463d')
+sha256sums=('a2b9df4595ab37f902a69fc5dbf5e7f44e5bb8a970cd5128066aaff834fee285')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')