summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2020-04-08 12:48:46 +0200
committerMartchus2020-04-08 12:48:46 +0200
commit27bbe706dca1ac61d35800c42927028f489a4a0d (patch)
tree6851634f3d131694921a8eef42caf6a351167040 /PKGBUILD
parentb43bba909e9da1ba6600d44ce0e9316a2b18936c (diff)
downloadaur-27bbe706dca1ac61d35800c42927028f489a4a0d.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 aa7e6e440031..c3f6e9774cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_name=tagparser
_reponame=tagparser
pkgname=$_name-doc
-pkgver=9.1.2
+pkgver=9.1.3
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=('234987086ac0dff279a3888b0e965294fdca6adb7412b063ea36f2cc564fbce2')
+sha256sums=('76c6c943a64150bb858a5c8cf483e4812914ce0bdfaa8d79781d19a4d0900a99')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"