summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-01-30 23:07:37 +0100
committerMartchus2017-01-30 23:07:37 +0100
commit55ddbb6477cc2c69ed21c3877b011e7753ded411 (patch)
tree5235f152264814b598bda1d81d6440148fcae52b
parentf713eb2f1f0fd03aa674b9395ad39e05ca09e73e (diff)
downloadaur-55ddbb6477cc2c69ed21c3877b011e7753ded411.tar.gz
Update to 6.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4825917eb346..5a517fd1498f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 3 17:38:54 UTC 2017
+# Mon Jan 30 22:07:37 UTC 2017
pkgbase = mingw-w64-tagparser
pkgdesc = C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (mingw-w64)
- pkgver = 6.1.1
+ pkgver = 6.2.0
pkgrel = 1
url = https://github.com/Martchus/tagparser
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-tagparser
options = staticlibs
options = !strip
options = !emptydirs
- source = tagparser-6.1.1.tar.gz::https://github.com/Martchus/tagparser/archive/v6.1.1.tar.gz
- sha256sums = 850424a2d2845235c1b88a3e3534a6d5254e0f35c522e57e16a54713bd9f3e57
+ source = tagparser-6.2.0.tar.gz::https://github.com/Martchus/tagparser/archive/v6.2.0.tar.gz
+ sha256sums = f3885858e3d874a8211e095423f4cac36cf5a9cc743723d6906a17c85533d41e
pkgname = mingw-w64-tagparser
diff --git a/PKGBUILD b/PKGBUILD
index fb81ee22cd38..63b883e1c61d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=tagparser
pkgname=mingw-w64-tagparser
_name=${pkgname#mingw-w64-}
-pkgver=6.1.1
+pkgver=6.2.0
pkgrel=1
arch=('any')
pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (mingw-w64)'
@@ -16,7 +16,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')
optdepends=("$pkgname-doc: API documentation")
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('850424a2d2845235c1b88a3e3534a6d5254e0f35c522e57e16a54713bd9f3e57')
+sha256sums=('f3885858e3d874a8211e095423f4cac36cf5a9cc743723d6906a17c85533d41e')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || _configurations='-DENABLE_STATIC_LIBS:BOOL=ON'