summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-01-11 17:54:28 +0100
committerMartchus2022-01-11 17:54:28 +0100
commit90dcda24e053615f41888ea76263d19b7b9282f2 (patch)
tree19ce06e294a1fe64b483f102514fa5e2d975c4c6 /PKGBUILD
parent29344c558d7944c512d1736838aaca0d8d23938b (diff)
downloadaur-90dcda24e053615f41888ea76263d19b7b9282f2.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 a55fbee7158b..0bc773f4eb69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_name=tagparser
_reponame=tagparser
pkgname=$_name-doc
-pkgver=10.3.1
+pkgver=10.4.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' '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=('2ad0ad322acf2574743c71fa7935b961eb82ce42818e3e888800c176c77e6564')
+sha256sums=('55c8c57960dbf25ecced618d96574cc1e9d9db167a434a8551620e5e40adf3e4')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"