summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2017-06-01 15:16:47 +0200
committerMartchus2017-06-01 15:16:47 +0200
commit355353c7b3b264da27e044f39d2d582f0251f163 (patch)
tree07861a7c93c0a088ef5a91d63e5682d8f1432f9e /PKGBUILD
parentcaf7dbd4095521571f9611c3e4c8067885dc1bcc (diff)
downloadaur-355353c7b3b264da27e044f39d2d582f0251f163.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d350cd4572f..c1d8bc117c8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=tagparser
pkgname=mingw-w64-tagparser
_name=${pkgname#mingw-w64-}
-pkgver=6.2.2
+pkgver=6.3.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=('853ee6bdf459bd835722507cbbc7488a3edad3dee698e618789330be2124035b')
+sha256sums=('54951bfa751b6f033f29f3c86d3c00edd64226483efa5759458369f6c46666e3')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || _configurations='-DENABLE_STATIC_LIBS:BOOL=ON'