diff --git a/devel/versions.sh b/devel/versions.sh index 21b39812..bcccdfd4 100755 --- a/devel/versions.sh +++ b/devel/versions.sh @@ -2,9 +2,9 @@ declare -A versions=( [syncthingtray]=1.1.9 [c++utilities]=5.11.0 - [qtutilities]=6.4.2 - [tagparser]=10.0.1 - [tageditor]=3.4.2 + [qtutilities]=6.5.0 + [tagparser]=10.1.0 + [tageditor]=3.4.3 [passwordfile]=5.0.6 [passwordmanager]=4.1.8 [videodownloader]=1.3.6 diff --git a/qtutilities/default/PKGBUILD b/qtutilities/default/PKGBUILD index eac2b9a8..5b44ecbe 100644 --- a/qtutilities/default/PKGBUILD +++ b/qtutilities/default/PKGBUILD @@ -5,7 +5,7 @@ _reponame=qtutilities pkgname=qtutilities -pkgver=6.4.2 +pkgver=6.5.0 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models' @@ -15,7 +15,7 @@ makedepends=('cmake' 'ninja' 'qt5-tools' 'mesa') 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=('a09decbde9ddbeefe09b4c3febeea4cbadaf5eb0da1533acd9c03eb046b75026') +sha256sums=('8b5b05b274655a33ff8da3af9f1d827a69dc23590bbe138318774524d80a6b9d') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/qtutilities/doc/PKGBUILD b/qtutilities/doc/PKGBUILD index dc16c226..340b27e0 100644 --- a/qtutilities/doc/PKGBUILD +++ b/qtutilities/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=qtutilities _reponame=$_name pkgname=$_name-doc -pkgver=6.4.2 +pkgver=6.5.0 pkgrel=1 arch=('any') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (API documentation)' @@ -14,7 +14,7 @@ license=('GPL') makedepends=('cmake' 'ninja' 'doxygen' 'dia' 'graphviz' 'c++utilities' 'qt5-tools' 'mesa') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('a09decbde9ddbeefe09b4c3febeea4cbadaf5eb0da1533acd9c03eb046b75026') +sha256sums=('8b5b05b274655a33ff8da3af9f1d827a69dc23590bbe138318774524d80a6b9d') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/qtutilities/mingw-w64-qt6/PKGBUILD b/qtutilities/mingw-w64-qt6/PKGBUILD index 5f875cad..9d60485c 100644 --- a/qtutilities/mingw-w64-qt6/PKGBUILD +++ b/qtutilities/mingw-w64-qt6/PKGBUILD @@ -7,7 +7,7 @@ _reponame=qtutilities pkgname=mingw-w64-qtutilities-qt6 _name=${pkgname#mingw-w64-} _name=${_name%-qt6} -pkgver=6.4.2 +pkgver=6.5.0 pkgrel=1 arch=('any') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)' @@ -18,7 +18,7 @@ checkdepends=('mingw-w64-wine') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt6-tools' 'qt6-base' 'qt6-tools' 'clang' 'ninja') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('a09decbde9ddbeefe09b4c3febeea4cbadaf5eb0da1533acd9c03eb046b75026') +sha256sums=('8b5b05b274655a33ff8da3af9f1d827a69dc23590bbe138318774524d80a6b9d') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/qtutilities/mingw-w64/PKGBUILD b/qtutilities/mingw-w64/PKGBUILD index 3c90ead3..95ac12f5 100644 --- a/qtutilities/mingw-w64/PKGBUILD +++ b/qtutilities/mingw-w64/PKGBUILD @@ -6,7 +6,7 @@ _reponame=qtutilities pkgname=mingw-w64-qtutilities _name=${pkgname#mingw-w64-} -pkgver=6.4.2 +pkgver=6.5.0 pkgrel=1 arch=('any') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)' @@ -17,7 +17,7 @@ checkdepends=('mingw-w64-wine') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ninja') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('a09decbde9ddbeefe09b4c3febeea4cbadaf5eb0da1533acd9c03eb046b75026') +sha256sums=('8b5b05b274655a33ff8da3af9f1d827a69dc23590bbe138318774524d80a6b9d') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/qtutilities/qt6/PKGBUILD b/qtutilities/qt6/PKGBUILD index 0bae9a8c..6f939438 100644 --- a/qtutilities/qt6/PKGBUILD +++ b/qtutilities/qt6/PKGBUILD @@ -7,7 +7,7 @@ _reponame=qtutilities _cfg=qt6 pkgname=qtutilities-$_cfg _name=${pkgname%-$_cfg} -pkgver=6.4.2 +pkgver=6.5.0 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (using Qt 6)' @@ -17,7 +17,7 @@ makedepends=('cmake' 'ninja' 'qt6-tools' 'clang' 'mesa') 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=('a09decbde9ddbeefe09b4c3febeea4cbadaf5eb0da1533acd9c03eb046b75026') +sha256sums=('8b5b05b274655a33ff8da3af9f1d827a69dc23590bbe138318774524d80a6b9d') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/cli/PKGBUILD b/tageditor/cli/PKGBUILD index 40874d7d..2c4fe830 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.4.2 +pkgver=3.4.3 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=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('43029df40c53122a6dd5b0c986bf53945bf492d30904d3d4d723b1936b0cbdd4') +sha256sums=('c8746e8d9cae0c5390d03a72684b1b4d985f1d91b02ab59b75fa050231fe2677') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/default/PKGBUILD b/tageditor/default/PKGBUILD index 0c15ad51..860998f0 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.4.2 +pkgver=3.4.3 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=('43029df40c53122a6dd5b0c986bf53945bf492d30904d3d4d723b1936b0cbdd4') +sha256sums=('c8746e8d9cae0c5390d03a72684b1b4d985f1d91b02ab59b75fa050231fe2677') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/mingw-w64-qt6/PKGBUILD b/tageditor/mingw-w64-qt6/PKGBUILD index 68de6593..36147b84 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.4.2 +pkgver=3.4.3 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=('43029df40c53122a6dd5b0c986bf53945bf492d30904d3d4d723b1936b0cbdd4') +sha256sums=('c8746e8d9cae0c5390d03a72684b1b4d985f1d91b02ab59b75fa050231fe2677') 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 9ac78c9a..aca943b7 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.4.2 +pkgver=3.4.3 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' @@ -30,7 +30,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg' 'n [[ $_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=('43029df40c53122a6dd5b0c986bf53945bf492d30904d3d4d723b1936b0cbdd4') +sha256sums=('c8746e8d9cae0c5390d03a72684b1b4d985f1d91b02ab59b75fa050231fe2677') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/tageditor/qt6/PKGBUILD b/tageditor/qt6/PKGBUILD index 006ded4b..829fd3a4 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.4.2 +pkgver=3.4.3 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' '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=('43029df40c53122a6dd5b0c986bf53945bf492d30904d3d4d723b1936b0cbdd4') +sha256sums=('c8746e8d9cae0c5390d03a72684b1b4d985f1d91b02ab59b75fa050231fe2677') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tagparser/android-aarch64/PKGBUILD b/tagparser/android-aarch64/PKGBUILD index 438783ab..3c1de2c3 100644 --- a/tagparser/android-aarch64/PKGBUILD +++ b/tagparser/android-aarch64/PKGBUILD @@ -26,7 +26,7 @@ makedepends=('cmake' 'ninja' 'iso-codes' 'android-ndk' 'android-sdk') #replaces=("android-$_pkgname-$_android_arch") url="https://github.com/Martchus/${_reponame}" source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('05538d4e034f5f008f1b253b7612b6519bb98d566347045bc3b76d5a3b5a7830') +sha256sums=('5aa10fee7019bcd88053bea8a805379e07e257121eb1b06a7c2c8a6c86576dc6') options=(!buildflags staticlibs !strip !emptydirs) prepare() { diff --git a/tagparser/android-armv7a-eabi/PKGBUILD b/tagparser/android-armv7a-eabi/PKGBUILD index 1997365e..504310b5 100644 --- a/tagparser/android-armv7a-eabi/PKGBUILD +++ b/tagparser/android-armv7a-eabi/PKGBUILD @@ -26,7 +26,7 @@ makedepends=('cmake' 'ninja' 'iso-codes' 'android-ndk' 'android-sdk') #replaces=("android-$_pkgname-$_android_arch") url="https://github.com/Martchus/${_reponame}" source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('05538d4e034f5f008f1b253b7612b6519bb98d566347045bc3b76d5a3b5a7830') +sha256sums=('5aa10fee7019bcd88053bea8a805379e07e257121eb1b06a7c2c8a6c86576dc6') options=(!buildflags staticlibs !strip !emptydirs) prepare() { diff --git a/tagparser/default/PKGBUILD b/tagparser/default/PKGBUILD index 60bc430b..95ec0589 100644 --- a/tagparser/default/PKGBUILD +++ b/tagparser/default/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}" diff --git a/tagparser/doc/PKGBUILD b/tagparser/doc/PKGBUILD index c7204197..1c4aed77 100644 --- a/tagparser/doc/PKGBUILD +++ b/tagparser/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=tagparser _reponame=tagparser pkgname=$_name-doc -pkgver=10.0.1 +pkgver=10.1.0 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=('39a937767383d982a354b80b786c89b2c6fc7abbbf9d20b1bbe45918cef931e8') +sha256sums=('3035e311649061b57b2cde4e9625a062cee65832521ce57c039ed1f1676e4d25') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tagparser/mingw-w64/PKGBUILD b/tagparser/mingw-w64/PKGBUILD index ee0c9578..8e781a96 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=10.0.1 +pkgver=10.1.0 pkgrel=1 arch=('any') pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (mingw-w64)' @@ -17,7 +17,7 @@ checkdepends=('mingw-w64-cppunit' 'mingw-w64-wine' 'mingw-w64-openssl') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'ninja' 'iso-codes') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('39a937767383d982a354b80b786c89b2c6fc7abbbf9d20b1bbe45918cef931e8') +sha256sums=('3035e311649061b57b2cde4e9625a062cee65832521ce57c039ed1f1676e4d25') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')