summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-08-17 21:57:36 +0200
committerMartchus2021-08-17 21:57:36 +0200
commitec54f9c58dab5e2250aeb25e882c2b280a7a8ae3 (patch)
tree4f6b396c63fe422c5f11dbe48f69c547f2962c20 /PKGBUILD
parentdfca33ec821cb2a358c416d0dd257d5961d71acf (diff)
downloadaur-ec54f9c58dab5e2250aeb25e882c2b280a7a8ae3.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 60bc430b2f33..95ec058984a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=tagparser
pkgname=tagparser
-pkgver=10.0.1
+pkgver=10.1.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'
@@ -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=('39a937767383d982a354b80b786c89b2c6fc7abbbf9d20b1bbe45918cef931e8')
+sha256sums=('3035e311649061b57b2cde4e9625a062cee65832521ce57c039ed1f1676e4d25')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"