summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-07-06 23:12:13 +0200
committerMartchus2021-07-06 23:12:13 +0200
commitdfca33ec821cb2a358c416d0dd257d5961d71acf (patch)
tree5a483164a6e9a49bbead2ca33133cef01d0ec43b /PKGBUILD
parent864818d9855df1da96f63b91d64ddcd52e4bc9ba (diff)
downloadaur-dfca33ec821cb2a358c416d0dd257d5961d71acf.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 6dc06fb6e32e..60bc430b2f33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=tagparser
pkgname=tagparser
-pkgver=10.0.0
+pkgver=10.0.1
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'
@@ -16,7 +16,7 @@ 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=('fce4a149e293289e5089236a94ab29620dfcb4aca6af57ef3d5bf52521e003f3')
+sha256sums=('39a937767383d982a354b80b786c89b2c6fc7abbbf9d20b1bbe45918cef931e8')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"