summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2019-02-19 16:33:25 +0100
committerMartchus2019-02-19 16:33:25 +0100
commit75e3cfd7cb80a83a9c1edefaaa5ed15d661b38a1 (patch)
tree94bc57c9e43bf82e82525a7d8fae258953c8d95d /PKGBUILD
parentfaef58b48e37356cdffd6ef0a9d5529656601007 (diff)
downloadaur-75e3cfd7cb80a83a9c1edefaaa5ed15d661b38a1.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 90c636af3692..5b1323fa45f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_name=tagparser
_reponame=tagparser
pkgname=$_name-doc
-pkgver=8.1.0
+pkgver=8.2.0
pkgrel=1
arch=('any')
pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (API documentation)'
@@ -14,7 +14,7 @@ license=('GPL')
makedepends=('cmake' 'doxygen' 'dia' 'graphviz' 'c++utilities')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('abb96a898b67fda161aee5df325e772ff9a0f08502ecd482bf758cd323c009a3')
+sha256sums=('c695b21327510840b37fe474dde698628a1215b5b7e66591d2393c628f528302')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"