summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-07-06 23:12:16 +0200
committerMartchus2021-07-06 23:12:16 +0200
commitcf721943b912178783ea9f00d0b8a04c8e5a16c7 (patch)
treead9f4ee34a6f6ff530bc19e4f8582e6a51aed13a /PKGBUILD
parent2963147eb7d78fb96456670348df645348dc1ab3 (diff)
downloadaur-cf721943b912178783ea9f00d0b8a04c8e5a16c7.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 d522da454b42..c7204197c12f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_name=tagparser
_reponame=tagparser
pkgname=$_name-doc
-pkgver=10.0.0
+pkgver=10.0.1
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' 'ninja' 'iso-codes' '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=('fce4a149e293289e5089236a94ab29620dfcb4aca6af57ef3d5bf52521e003f3')
+sha256sums=('39a937767383d982a354b80b786c89b2c6fc7abbbf9d20b1bbe45918cef931e8')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"