summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-09-14 23:25:52 +0200
committerMartchus2017-09-14 23:25:52 +0200
commitbcd14296c9c54f41ae3aaaeb70ca273495cc0437 (patch)
tree6599f84cc99ebd580902054e070dafd851222282
parent1a6077569e82facaa6fec64dbeb9de3b0aa572e7 (diff)
downloadaur-bcd14296c9c54f41ae3aaaeb70ca273495cc0437.tar.gz
Update to 6.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8c7a2af2ac2..63381ec58bf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 31 18:26:03 UTC 2017
+# Thu Sep 14 21:25:52 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.4.0
+ pkgver = 6.4.1
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.4.0.tar.gz::https://github.com/Martchus/tagparser/archive/v6.4.0.tar.gz
- sha256sums = 375030831b576fe0cdcd012c156ec178caa8d1670f42d8069a1a115707e865a4
+ source = tagparser-6.4.1.tar.gz::https://github.com/Martchus/tagparser/archive/v6.4.1.tar.gz
+ sha256sums = f2e936138ac391f39dd700384060cb00181013ea435ae148f8420f7fbce26bd6
pkgname = mingw-w64-tagparser
diff --git a/PKGBUILD b/PKGBUILD
index f6a3d00882ed..be839b333514 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=tagparser
pkgname=mingw-w64-tagparser
_name=${pkgname#mingw-w64-}
-pkgver=6.4.0
+pkgver=6.4.1
pkgrel=1
arch=('any')
pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (mingw-w64)'
@@ -17,7 +17,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=('375030831b576fe0cdcd012c156ec178caa8d1670f42d8069a1a115707e865a4')
+sha256sums=('f2e936138ac391f39dd700384060cb00181013ea435ae148f8420f7fbce26bd6')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || _configurations='-DENABLE_STATIC_LIBS:BOOL=ON'