summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-05-01 14:52:37 +0200
committerMartchus2018-05-01 14:52:37 +0200
commit645237b12f519ced7811c2db904629551b426785 (patch)
treeb48afe6d3295d89ba36c09d640a631f90ec09f84 /PKGBUILD
parentb728fa109feb1aab89d236cc0cf9e3f4c3151dfa (diff)
downloadaur-645237b12f519ced7811c2db904629551b426785.tar.gz
Update to 7.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 656c00bcd099..865138d1a57d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=tagparser
pkgname=tagparser
-pkgver=7.0.0
+pkgver=7.0.1
pkgrel=1
arch=('i686' 'x86_64')
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=('db2031a168bebd4ac2e93f87de1a4fa29d920a14dbfdbab00e1b13d80267f07c')
+sha256sums=('c3faa383379a24111593ea00c7dceb46b3652227fa8fdb4496809124c49174c8')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"