From ad99cb3f57de1465e5f26cd33326dc2c31f99a27 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 23 May 2022 23:09:46 +0200 Subject: [PATCH] Update own projects --- c++utilities/default/PKGBUILD | 4 ++-- c++utilities/doc/PKGBUILD | 4 ++-- c++utilities/mingw-w64/PKGBUILD | 2 +- c++utilities/static-compat/PKGBUILD | 4 ++-- devel/versions.sh | 8 ++++---- syncthingtray/default/PKGBUILD | 4 ++-- syncthingtray/mingw-w64-qt6/PKGBUILD | 4 ++-- syncthingtray/mingw-w64/PKGBUILD | 2 +- syncthingtray/qt6/PKGBUILD | 4 ++-- syncthingtray/static-compat/PKGBUILD | 4 ++-- tageditor/cli/PKGBUILD | 4 ++-- tageditor/default/PKGBUILD | 4 ++-- tageditor/mingw-w64-qt6/PKGBUILD | 4 ++-- tageditor/mingw-w64/PKGBUILD | 2 +- tageditor/qt6/PKGBUILD | 4 ++-- tageditor/static-compat/PKGBUILD | 4 ++-- tagparser/default/PKGBUILD | 4 ++-- tagparser/doc/PKGBUILD | 4 ++-- tagparser/mingw-w64/PKGBUILD | 2 +- tagparser/static-compat/PKGBUILD | 4 ++-- 20 files changed, 38 insertions(+), 38 deletions(-) diff --git a/c++utilities/default/PKGBUILD b/c++utilities/default/PKGBUILD index 7bbfa207..fccf9475 100644 --- a/c++utilities/default/PKGBUILD +++ b/c++utilities/default/PKGBUILD @@ -5,7 +5,7 @@ _reponame=cpp-utilities pkgname=c++utilities -pkgver=5.14.0 +pkgver=5.15.0 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities' @@ -16,7 +16,7 @@ makedepends=('cmake' 'ninja') checkdepends=('cppunit') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('7a173bb2355a9b5fef17d3fe6795f026f58afe63b1295f8567c042422e2cde0e') +sha256sums=('b1572516717225c40d5b2ebb76b6152e740be287cb264e8ffc6340205e18bd02') prepare() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/c++utilities/doc/PKGBUILD b/c++utilities/doc/PKGBUILD index f2ab38fe..5ca27640 100644 --- a/c++utilities/doc/PKGBUILD +++ b/c++utilities/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=c++utilities _reponame=cpp-utilities pkgname=$_name-doc -pkgver=5.14.0 +pkgver=5.15.0 pkgrel=1 arch=('any') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (API documentation)' @@ -14,7 +14,7 @@ license=('GPL') makedepends=('cmake' 'ninja' 'doxygen' 'dia' 'graphviz') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('7a173bb2355a9b5fef17d3fe6795f026f58afe63b1295f8567c042422e2cde0e') +sha256sums=('b1572516717225c40d5b2ebb76b6152e740be287cb264e8ffc6340205e18bd02') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/c++utilities/mingw-w64/PKGBUILD b/c++utilities/mingw-w64/PKGBUILD index 3af17721..dbcb959d 100644 --- a/c++utilities/mingw-w64/PKGBUILD +++ b/c++utilities/mingw-w64/PKGBUILD @@ -6,7 +6,7 @@ _reponame=cpp-utilities pkgname=mingw-w64-c++utilities _name=${pkgname#mingw-w64-} -pkgver=5.14.0 +pkgver=5.15.0 pkgrel=1 arch=('any') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)' diff --git a/c++utilities/static-compat/PKGBUILD b/c++utilities/static-compat/PKGBUILD index 4ddfc851..9bbbc99c 100644 --- a/c++utilities/static-compat/PKGBUILD +++ b/c++utilities/static-compat/PKGBUILD @@ -6,7 +6,7 @@ _reponame=cpp-utilities pkgname=static-compat-c++utilities _name=${pkgname#static-compat-} -pkgver=5.14.0 +pkgver=5.15.0 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities' @@ -17,7 +17,7 @@ makedepends=('ninja' 'static-compat-cmake') checkdepends=('static-compat-cppunit') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('7a173bb2355a9b5fef17d3fe6795f026f58afe63b1295f8567c042422e2cde0e') +sha256sums=('b1572516717225c40d5b2ebb76b6152e740be287cb264e8ffc6340205e18bd02') prepare() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/devel/versions.sh b/devel/versions.sh index 410a964f..ca2bc0e9 100755 --- a/devel/versions.sh +++ b/devel/versions.sh @@ -1,11 +1,11 @@ #!/bin/bash declare -A versions=( - [syncthingtray]=1.1.19 - [c++utilities]=5.14.0 + [syncthingtray]=1.1.20 + [c++utilities]=5.15.0 [qtutilities]=6.6.1 [qtforkawesome]=0.0.4 - [tagparser]=11.2.0 - [tageditor]=3.7.1 + [tagparser]=11.2.1 + [tageditor]=3.7.2 [passwordfile]=5.0.7 [passwordmanager]=4.1.9 [videodownloader]=1.3.6 diff --git a/syncthingtray/default/PKGBUILD b/syncthingtray/default/PKGBUILD index 018c0aa4..29c123fd 100644 --- a/syncthingtray/default/PKGBUILD +++ b/syncthingtray/default/PKGBUILD @@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1} _reponame=syncthingtray pkgname=syncthingtray -pkgver=1.1.19 +pkgver=1.1.20 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing' @@ -43,7 +43,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2') [[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('3d2897c430b152d372418a1f0ddebfa1bbb20d787114307c36ee0fb00ca8c533') +sha256sums=('e8398629e628dfdb068e2d283ee8e2e9099cb3c66038360eff80bc03f34ca95a') ephemeral_port() { comm -23 <(seq 49152 65535) <(ss -tan | awk '{print $4}' | cut -d':' -f2 | grep "[0-9]\{1,5\}" | sort | uniq) | shuf | head -n 1 diff --git a/syncthingtray/mingw-w64-qt6/PKGBUILD b/syncthingtray/mingw-w64-qt6/PKGBUILD index 215f9c18..a549f03f 100644 --- a/syncthingtray/mingw-w64-qt6/PKGBUILD +++ b/syncthingtray/mingw-w64-qt6/PKGBUILD @@ -16,7 +16,7 @@ _reponame=syncthingtray pkgname=mingw-w64-syncthingtray-qt6 _name=${pkgname#mingw-w64-} _name=${_name%-qt6} -pkgver=1.1.19 +pkgver=1.1.20 pkgrel=1 arch=('any') pkgdesc='Tray application for Syncthing (mingw-w64)' @@ -32,7 +32,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt6-tools' 'qt6-tools' url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") [[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest") -sha256sums=('3d2897c430b152d372418a1f0ddebfa1bbb20d787114307c36ee0fb00ca8c533' +sha256sums=('e8398629e628dfdb068e2d283ee8e2e9099cb3c66038360eff80bc03f34ca95a' 'SKIP') options=(!buildflags staticlibs !strip !emptydirs) diff --git a/syncthingtray/mingw-w64/PKGBUILD b/syncthingtray/mingw-w64/PKGBUILD index d7731ab4..02f63239 100644 --- a/syncthingtray/mingw-w64/PKGBUILD +++ b/syncthingtray/mingw-w64/PKGBUILD @@ -15,7 +15,7 @@ _enable_libsyncthing=${MINGW_W64_SYNCTHING_TRAY_ENABLE_LIBSYNCTHING:-ON} _reponame=syncthingtray pkgname=mingw-w64-syncthingtray _name=${pkgname#mingw-w64-} -pkgver=1.1.19 +pkgver=1.1.20 pkgrel=1 arch=('any') pkgdesc='Tray application for Syncthing (mingw-w64)' diff --git a/syncthingtray/qt6/PKGBUILD b/syncthingtray/qt6/PKGBUILD index 1623f456..54f10435 100644 --- a/syncthingtray/qt6/PKGBUILD +++ b/syncthingtray/qt6/PKGBUILD @@ -26,7 +26,7 @@ _reponame=syncthingtray _cfg=qt6 pkgname=syncthingtray-$_cfg _name=${pkgname%-$_cfg} -pkgver=1.1.19 +pkgver=1.1.20 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing (using Qt 6)' @@ -45,7 +45,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2') [[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('3d2897c430b152d372418a1f0ddebfa1bbb20d787114307c36ee0fb00ca8c533') +sha256sums=('e8398629e628dfdb068e2d283ee8e2e9099cb3c66038360eff80bc03f34ca95a') ephemeral_port() { comm -23 <(seq 49152 65535) <(ss -tan | awk '{print $4}' | cut -d':' -f2 | grep "[0-9]\{1,5\}" | sort | uniq) | shuf | head -n 1 diff --git a/syncthingtray/static-compat/PKGBUILD b/syncthingtray/static-compat/PKGBUILD index 2c989025..6173ccb8 100644 --- a/syncthingtray/static-compat/PKGBUILD +++ b/syncthingtray/static-compat/PKGBUILD @@ -28,7 +28,7 @@ _enable_libsyncthing=${SYNCTHING_TRAY_ENABLE_LIBSYNCTHING:-ON} _reponame=syncthingtray pkgname=static-compat-syncthingtray _name=${pkgname#static-compat-} -pkgver=1.1.19 +pkgver=1.1.20 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing' @@ -49,7 +49,7 @@ checkdepends=('static-compat-cppunit' 'syncthing' 'iproute2') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") [[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest") -sha256sums=('3d2897c430b152d372418a1f0ddebfa1bbb20d787114307c36ee0fb00ca8c533' +sha256sums=('e8398629e628dfdb068e2d283ee8e2e9099cb3c66038360eff80bc03f34ca95a' 'SKIP') [[ $_enable_libsyncthing == ON ]] && _disable_libsyncthing=OFF || _disable_libsyncthing=ON diff --git a/tageditor/cli/PKGBUILD b/tageditor/cli/PKGBUILD index ecd82768..58c7fa60 100644 --- a/tageditor/cli/PKGBUILD +++ b/tageditor/cli/PKGBUILD @@ -11,7 +11,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-OFF} _reponame=tageditor pkgname=tageditor-cli -pkgver=3.7.1 +pkgver=3.7.2 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='A tag editor with command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska (GUI disabled)' @@ -24,7 +24,7 @@ provides=("${pkgname%-cli}") checkdepends=('cppunit') url="https://github.com/Martchus/${_reponame}" source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('df567627b91114da23664d4194f2fd2392cc24da7e59bd71e1e86f7638e2a5fb') +sha256sums=('cf79b42b03dfc3efeba01781c816dd47aff66df9c0fe8aa773bad2d3f1ca0738') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/default/PKGBUILD b/tageditor/default/PKGBUILD index 8218d989..fc72851d 100644 --- a/tageditor/default/PKGBUILD +++ b/tageditor/default/PKGBUILD @@ -14,7 +14,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-ON} _reponame=tageditor pkgname=tageditor -pkgver=3.7.1 +pkgver=3.7.2 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' @@ -30,7 +30,7 @@ makedepends=('cmake' 'ninja' 'qt5-tools' 'mesa') checkdepends=('cppunit' 'jq') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('df567627b91114da23664d4194f2fd2392cc24da7e59bd71e1e86f7638e2a5fb') +sha256sums=('cf79b42b03dfc3efeba01781c816dd47aff66df9c0fe8aa773bad2d3f1ca0738') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/mingw-w64-qt6/PKGBUILD b/tageditor/mingw-w64-qt6/PKGBUILD index baba6211..820f0238 100644 --- a/tageditor/mingw-w64-qt6/PKGBUILD +++ b/tageditor/mingw-w64-qt6/PKGBUILD @@ -16,7 +16,7 @@ _reponame=tageditor pkgname=mingw-w64-tageditor-qt6 _name=${pkgname#mingw-w64-} _name=${_name%-qt6} -pkgver=3.7.1 +pkgver=3.7.2 pkgrel=1 arch=('any') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' @@ -31,7 +31,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt6-tools' 'qt6-tools' [[ $_json_export == ON ]] && makedepends+=('mingw-w64-reflective-rapidjson') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('df567627b91114da23664d4194f2fd2392cc24da7e59bd71e1e86f7638e2a5fb') +sha256sums=('cf79b42b03dfc3efeba01781c816dd47aff66df9c0fe8aa773bad2d3f1ca0738') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/tageditor/mingw-w64/PKGBUILD b/tageditor/mingw-w64/PKGBUILD index 33416259..88ed7e92 100644 --- a/tageditor/mingw-w64/PKGBUILD +++ b/tageditor/mingw-w64/PKGBUILD @@ -15,7 +15,7 @@ _json_export=${MINGW_64_TAGEDITOR_JSON_EXPORT:-ON} _reponame=tageditor pkgname=mingw-w64-tageditor _name=${pkgname#mingw-w64-} -pkgver=3.7.1 +pkgver=3.7.2 pkgrel=1 arch=('any') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' diff --git a/tageditor/qt6/PKGBUILD b/tageditor/qt6/PKGBUILD index 761a5a83..754eeb06 100644 --- a/tageditor/qt6/PKGBUILD +++ b/tageditor/qt6/PKGBUILD @@ -16,7 +16,7 @@ _reponame=tageditor _cfg=qt6 pkgname=tageditor-$_cfg _name=${pkgname%-$_cfg} -pkgver=3.7.1 +pkgver=3.7.2 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska (using Qt 6)' @@ -32,7 +32,7 @@ makedepends=('cmake' 'ninja' 'qt6-tools' 'qt6-declarative' 'clang' 'mesa') checkdepends=('cppunit' 'jq') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('df567627b91114da23664d4194f2fd2392cc24da7e59bd71e1e86f7638e2a5fb') +sha256sums=('cf79b42b03dfc3efeba01781c816dd47aff66df9c0fe8aa773bad2d3f1ca0738') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/static-compat/PKGBUILD b/tageditor/static-compat/PKGBUILD index c2fe344b..f60a23c7 100644 --- a/tageditor/static-compat/PKGBUILD +++ b/tageditor/static-compat/PKGBUILD @@ -18,7 +18,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-OFF} _reponame=tageditor pkgname=static-compat-tageditor _name=${pkgname#static-compat-} -pkgver=3.7.1 +pkgver=3.7.2 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' @@ -34,7 +34,7 @@ makedepends=('static-compat-cmake' 'static-compat-tagparser' 'ninja') checkdepends=('static-compat-cppunit' 'jq') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('df567627b91114da23664d4194f2fd2392cc24da7e59bd71e1e86f7638e2a5fb') +sha256sums=('cf79b42b03dfc3efeba01781c816dd47aff66df9c0fe8aa773bad2d3f1ca0738') build() { check_buildoption ccache y && ccache_args=' diff --git a/tagparser/default/PKGBUILD b/tagparser/default/PKGBUILD index 2f8eacc9..f480066b 100644 --- a/tagparser/default/PKGBUILD +++ b/tagparser/default/PKGBUILD @@ -5,7 +5,7 @@ _reponame=tagparser pkgname=tagparser -pkgver=11.2.0 +pkgver=11.2.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=('8f1ed6b15ec70f90d918c2c31f4ebbbca900cc8f35be76127d777316eb783f16') +sha256sums=('daa881d2416bdcfac5c086b5e8ce780103477cf6bc11e71d75798f5ba5422c65') prepare() { [[ -d tagparser ]] || ln -s "${PROJECT_DIR_NAME:-$_reponame-$pkgver}" tagparser diff --git a/tagparser/doc/PKGBUILD b/tagparser/doc/PKGBUILD index 7236b213..0a3030fc 100644 --- a/tagparser/doc/PKGBUILD +++ b/tagparser/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=tagparser _reponame=tagparser pkgname=$_name-doc -pkgver=11.2.0 +pkgver=11.2.1 pkgrel=1 arch=('any') pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (API documentation)' @@ -14,7 +14,7 @@ license=('GPL') makedepends=('cmake' 'ninja' 'iso-codes' 'doxygen' 'dia' 'graphviz' 'c++utilities') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('8f1ed6b15ec70f90d918c2c31f4ebbbca900cc8f35be76127d777316eb783f16') +sha256sums=('daa881d2416bdcfac5c086b5e8ce780103477cf6bc11e71d75798f5ba5422c65') prepare() { [[ -d tagparser ]] || ln -s "${PROJECT_DIR_NAME:-$_reponame-$pkgver}" tagparser diff --git a/tagparser/mingw-w64/PKGBUILD b/tagparser/mingw-w64/PKGBUILD index 89a79445..877d88cf 100644 --- a/tagparser/mingw-w64/PKGBUILD +++ b/tagparser/mingw-w64/PKGBUILD @@ -6,7 +6,7 @@ _reponame=tagparser pkgname=mingw-w64-tagparser _name=${pkgname#mingw-w64-} -pkgver=11.2.0 +pkgver=11.2.1 pkgrel=1 arch=('any') pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (mingw-w64)' diff --git a/tagparser/static-compat/PKGBUILD b/tagparser/static-compat/PKGBUILD index a14577f5..ca330cdc 100644 --- a/tagparser/static-compat/PKGBUILD +++ b/tagparser/static-compat/PKGBUILD @@ -6,7 +6,7 @@ _reponame=tagparser pkgname=static-compat-tagparser _name=${pkgname#static-compat-} -pkgver=11.2.0 +pkgver=11.2.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' @@ -17,7 +17,7 @@ checkdepends=('static-compat-cppunit' 'static-compat-openssl') optdepends=("$_name-doc: API documentation") url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('8f1ed6b15ec70f90d918c2c31f4ebbbca900cc8f35be76127d777316eb783f16') +sha256sums=('daa881d2416bdcfac5c086b5e8ce780103477cf6bc11e71d75798f5ba5422c65') prepare() { [[ -d tagparser ]] || ln -s "${PROJECT_DIR_NAME:-$_reponame-$pkgver}" tagparser