summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-06-04 20:59:32 +0200
committerMartchus2021-06-04 20:59:32 +0200
commit864818d9855df1da96f63b91d64ddcd52e4bc9ba (patch)
tree19bb3dfe4b249a3845fa882bfa15c3ff2ff0d2a1 /PKGBUILD
parentf46990ff0dfcf04e640d76e999d69730a5d4ef17 (diff)
downloadaur-864818d9855df1da96f63b91d64ddcd52e4bc9ba.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1b6642ae13f..6dc06fb6e32e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@
_reponame=tagparser
pkgname=tagparser
-pkgver=9.4.0
+pkgver=10.0.0
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags'
license=('GPL')
depends=('c++utilities' 'zlib')
-makedepends=('cmake' 'ninja')
+makedepends=('cmake' 'ninja' 'iso-codes')
checkdepends=('cppunit' 'openssl')
optdepends=("$pkgname-doc: API documentation")
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('90efa38079804023824d3df0bc421e1c747a6c18b588e14d7af8c037303f4c16')
+sha256sums=('fce4a149e293289e5089236a94ab29620dfcb4aca6af57ef3d5bf52521e003f3')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"