summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-06-03 22:38:29 +0200
committerMartchus2018-06-03 22:38:29 +0200
commit986d3adea7a80e8c50537128f50141c7819191cd (patch)
tree26ae7f5c8ad3b9dd01ef384d5f613583ab86638b
parent1817f22152549eb635ce42baeab2a9c88386eb95 (diff)
downloadaur-986d3adea7a80e8c50537128f50141c7819191cd.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 e8e4a0a069b0..cfec8ac7ae1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 7.0.3
+ pkgver = 7.1.0
pkgrel = 1
url = https://github.com/Martchus/tagparser
arch = any
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-tagparser
options = staticlibs
options = !strip
options = !emptydirs
- source = tagparser-7.0.3.tar.gz::https://github.com/Martchus/tagparser/archive/v7.0.3.tar.gz
- sha256sums = 8a3f156cab3dbfa0bbe2489c8a8f05e64739498be7910a1ec84f42eef7fc41ea
+ source = tagparser-7.1.0.tar.gz::https://github.com/Martchus/tagparser/archive/v7.1.0.tar.gz
+ sha256sums = f32dec811156eaccfa51f818485ec742f5d39e5a491fd275c3664b80d6f6d3df
pkgname = mingw-w64-tagparser
diff --git a/PKGBUILD b/PKGBUILD
index ce6dae69894c..750fdcd3c392 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=tagparser
pkgname=mingw-w64-tagparser
_name=${pkgname#mingw-w64-}
-pkgver=7.0.3
+pkgver=7.1.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)'
@@ -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=('8a3f156cab3dbfa0bbe2489c8a8f05e64739498be7910a1ec84f42eef7fc41ea')
+sha256sums=('f32dec811156eaccfa51f818485ec742f5d39e5a491fd275c3664b80d6f6d3df')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || _configurations='-DENABLE_STATIC_LIBS:BOOL=ON'