summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2020-01-19 13:17:35 +0100
committerMartchus2020-01-19 13:17:35 +0100
commitd9d8022fea61c4c7017a05131a56796f2c586cff (patch)
tree75dbd316e213ec564fe525622f1520d4d4db5012 /PKGBUILD
parent5b3415301fb57358a4cf17cd23fb831a33e45b8b (diff)
downloadaur-d9d8022fea61c4c7017a05131a56796f2c586cff.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 24a0356945b5..aa7e6e440031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_name=tagparser
_reponame=tagparser
pkgname=$_name-doc
-pkgver=9.1.1
+pkgver=9.1.2
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=('85da6c9c716b5946189de970a8d1828415da848d3e53e127650f480dac4ce29a')
+sha256sums=('234987086ac0dff279a3888b0e965294fdca6adb7412b063ea36f2cc564fbce2')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"