summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-05-17 21:30:32 +0200
committerMartchus2018-05-17 21:30:32 +0200
commit136900ab19e98d1be83ac3b8051eb145c448aaeb (patch)
tree73dba15ea1db75fa2187eed357eb9703b826a1fd /PKGBUILD
parentff63ef8f73d8e74568f59b4b60efc5aa5a88f7b9 (diff)
downloadaur-136900ab19e98d1be83ac3b8051eb145c448aaeb.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 0830fcd9d2ee..c75e8f10afa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_name=tagparser
_reponame=tagparser
pkgname=$_name-doc
-pkgver=7.0.2
+pkgver=7.0.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=('bad3e48845da86212f06bbacca2f47a1462df1db5779b3cdaca1961033f762c2')
+sha256sums=('8a3f156cab3dbfa0bbe2489c8a8f05e64739498be7910a1ec84f42eef7fc41ea')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"