summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-05-28 22:25:20 +0200
committerMartchus2017-05-28 22:25:20 +0200
commit0b6ba1d7bbf3f2ea53c1694f159cf075a3f1f957 (patch)
treebc48893159ce3b61559d18dab6170bf1dff833bc
parentebea6d84d77b95389f01538ee4eb7609137c6d14 (diff)
downloadaur-0b6ba1d7bbf3f2ea53c1694f159cf075a3f1f957.tar.gz
Update version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 768ad8f03cd7..13eaafededd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 24 11:45:02 UTC 2017
+# Sun May 28 20:25:20 UTC 2017
pkgbase = mingw-w64-tageditor
- pkgdesc = A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska
- pkgver = 2.2.1
+ pkgdesc = A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska
+ pkgver = 2.2.2
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = any
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-tageditor
options = staticlibs
options = !strip
options = !emptydirs
- source = tageditor-2.2.1.tar.gz::https://github.com/Martchus/tageditor/archive/v2.2.1.tar.gz
- sha256sums = b9262d955dc9a7e032e949f526b98eb458e89fd4e88e9be6c59a8d6274645507
+ source = tageditor-2.2.2.tar.gz::https://github.com/Martchus/tageditor/archive/v2.2.2.tar.gz
+ sha256sums = 8f2a1e32fbbf7e208a42155600bfe931add1c77634ce80d28d1b7c58ef835e80
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 5570d533793b..c59528fe890c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,10 @@ _js_provider=script
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
arch=('any')
-pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska'
+pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska'
license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-qtutilities>=5.6.0' 'mingw-w64-tagparser>=6.2.0')
[[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('mingw-w64-qt5-base>=5.6')
@@ -26,7 +26,7 @@ depends=('mingw-w64-crt' 'mingw-w64-qtutilities>=5.6.0' 'mingw-w64-tagparser>=6.
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('b9262d955dc9a7e032e949f526b98eb458e89fd4e88e9be6c59a8d6274645507')
+sha256sums=('8f2a1e32fbbf7e208a42155600bfe931add1c77634ce80d28d1b7c58ef835e80')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'