summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-08-02 20:34:50 +0200
committerMartchus2022-08-02 20:34:50 +0200
commitea7534c58a3555aafd04580dbe0609ff1443dee7 (patch)
treea2287162efb4a3ae9357be1f9f75243efcc8d45d
parent3a14a06413492a27cc3423cab57cb4f901550ca4 (diff)
downloadaur-ea7534c58a3555aafd04580dbe0609ff1443dee7.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ba8a537ee39..07abd52099d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tagparser
pkgdesc = C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
- pkgver = 11.3.0
- pkgrel = 2
+ pkgver = 11.4.0
+ pkgrel = 1
url = https://github.com/Martchus/tagparser
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = tagparser
depends = zlib
optdepends = tagparser-doc: API documentation
provides = libtagparser.so
- source = tagparser-11.3.0.tar.gz::https://github.com/Martchus/tagparser/archive/v11.3.0.tar.gz
- sha256sums = 5c89fae9d87b94225e585acda58072ae24e09f3af87e5af742ec077d78230e9f
+ source = tagparser-11.4.0.tar.gz::https://github.com/Martchus/tagparser/archive/v11.4.0.tar.gz
+ sha256sums = a58ebf69f05008cb18ac9e4d630ae0f572c02bf399acb4bb1ca257d0cb47411a
pkgname = tagparser
diff --git a/PKGBUILD b/PKGBUILD
index 245051a5fab1..070d9041a638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_reponame=tagparser
pkgname=tagparser
-pkgver=11.3.0
-pkgrel=2
+pkgver=11.4.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')
@@ -17,7 +17,7 @@ optdepends=("$pkgname-doc: API documentation")
provides=(libtagparser.so)
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('5c89fae9d87b94225e585acda58072ae24e09f3af87e5af742ec077d78230e9f')
+sha256sums=('a58ebf69f05008cb18ac9e4d630ae0f572c02bf399acb4bb1ca257d0cb47411a')
prepare() {
[[ -d tagparser ]] || ln -s "${PROJECT_DIR_NAME:-$_reponame-$pkgver}" tagparser