summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-06-01 15:16:47 +0200
committerMartchus2017-06-01 15:16:47 +0200
commit355353c7b3b264da27e044f39d2d582f0251f163 (patch)
tree07861a7c93c0a088ef5a91d63e5682d8f1432f9e
parentcaf7dbd4095521571f9611c3e4c8067885dc1bcc (diff)
downloadaur-355353c7b3b264da27e044f39d2d582f0251f163.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68a8a2ce5e9b..c2f10c76edad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 28 20:25:20 UTC 2017
+# Thu Jun 1 13:16:47 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.2.2
+ pkgver = 6.3.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.2.2.tar.gz::https://github.com/Martchus/tagparser/archive/v6.2.2.tar.gz
- sha256sums = 853ee6bdf459bd835722507cbbc7488a3edad3dee698e618789330be2124035b
+ source = tagparser-6.3.0.tar.gz::https://github.com/Martchus/tagparser/archive/v6.3.0.tar.gz
+ sha256sums = 54951bfa751b6f033f29f3c86d3c00edd64226483efa5759458369f6c46666e3
pkgname = mingw-w64-tagparser
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'