diff --git a/c++utilities/default/PKGBUILD b/c++utilities/default/PKGBUILD index 8eed6d52..cf60d608 100644 --- a/c++utilities/default/PKGBUILD +++ b/c++utilities/default/PKGBUILD @@ -5,7 +5,7 @@ _reponame=cpp-utilities pkgname=c++utilities -pkgver=5.20.0 +pkgver=5.21.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 @@ checkdepends=('cppunit') provides=(libc++utilities.so) url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('0aeebdaab93ebdb70f5e77f008e229db765da8575989842dbe4cbe20f3dc08e7') +sha256sums=('8c94bead63eaa17346438f1ed7df13d58006ae753a39fe21185d48303df1aa27') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/c++utilities/doc/PKGBUILD b/c++utilities/doc/PKGBUILD index 6c9eca5e..e5377a1d 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.20.0 +pkgver=5.21.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' 'graphviz') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('0aeebdaab93ebdb70f5e77f008e229db765da8575989842dbe4cbe20f3dc08e7') +sha256sums=('8c94bead63eaa17346438f1ed7df13d58006ae753a39fe21185d48303df1aa27') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/c++utilities/mingw-w64/PKGBUILD b/c++utilities/mingw-w64/PKGBUILD index 81656961..8196b071 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.20.0 +pkgver=5.21.0 pkgrel=1 arch=('any') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)' @@ -17,7 +17,7 @@ checkdepends=('mingw-w64-cppunit' 'mingw-w64-wine') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'ninja') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('0aeebdaab93ebdb70f5e77f008e229db765da8575989842dbe4cbe20f3dc08e7') +sha256sums=('8c94bead63eaa17346438f1ed7df13d58006ae753a39fe21185d48303df1aa27') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/c++utilities/static-compat/PKGBUILD b/c++utilities/static-compat/PKGBUILD index 04938fda..b1fc5dbf 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.20.0 +pkgver=5.21.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=('0aeebdaab93ebdb70f5e77f008e229db765da8575989842dbe4cbe20f3dc08e7') +sha256sums=('8c94bead63eaa17346438f1ed7df13d58006ae753a39fe21185d48303df1aa27') prepare() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/devel/versions.sh b/devel/versions.sh index 34b9969f..1d6361e6 100755 --- a/devel/versions.sh +++ b/devel/versions.sh @@ -1,13 +1,13 @@ #!/bin/bash declare -A versions=( - [syncthingtray]=1.3.2 - [c++utilities]=5.20.0 - [qtutilities]=6.10.0 + [syncthingtray]=1.3.3 + [c++utilities]=5.21.0 + [qtutilities]=6.11.0 [qtforkawesome]=0.1.0 - [tagparser]=11.5.1 - [tageditor]=3.7.7 - [passwordfile]=5.0.7 - [passwordmanager]=4.1.10 + [tagparser]=11.6.0 + [tageditor]=3.7.8 + [passwordfile]=5.0.8 + [passwordmanager]=4.1.11 [videodownloader]=1.3.6 [reflective-rapidjson]=0.0.15 [blackwidowcontrol]=1.1.0 diff --git a/passwordfile/default/PKGBUILD b/passwordfile/default/PKGBUILD index 5cf40972..4411a897 100644 --- a/passwordfile/default/PKGBUILD +++ b/passwordfile/default/PKGBUILD @@ -5,8 +5,8 @@ _reponame=passwordfile pkgname=passwordfile -pkgver=5.0.7 -pkgrel=2 +pkgver=5.0.8 +pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL' license=('GPL') @@ -18,7 +18,7 @@ provides=(libpasswordfile.so) install= url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('03a0ced7ecfce18ec35104dedb73eec457875ff72859290c11616b36b2da0bbb') +sha256sums=('e982917d519a4bb858974d3d5007bfa2024e6f804dc5f6bd0f5be2d3852442cf') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/passwordfile/doc/PKGBUILD b/passwordfile/doc/PKGBUILD index c404dba9..448e2c10 100644 --- a/passwordfile/doc/PKGBUILD +++ b/passwordfile/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=passwordfile _reponame=passwordfile pkgname=$_name-doc -pkgver=5.0.7 +pkgver=5.0.8 pkgrel=1 arch=('any') pkgdesc='C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL (API documentation)' @@ -14,7 +14,7 @@ license=('GPL') makedepends=('cmake' 'ninja' 'doxygen' '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=('03a0ced7ecfce18ec35104dedb73eec457875ff72859290c11616b36b2da0bbb') +sha256sums=('e982917d519a4bb858974d3d5007bfa2024e6f804dc5f6bd0f5be2d3852442cf') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/passwordfile/mingw-w64/PKGBUILD b/passwordfile/mingw-w64/PKGBUILD index 0e85b388..d1b144d0 100644 --- a/passwordfile/mingw-w64/PKGBUILD +++ b/passwordfile/mingw-w64/PKGBUILD @@ -6,8 +6,8 @@ _reponame=passwordfile pkgname=mingw-w64-passwordfile _name=${pkgname#mingw-w64-} -pkgver=5.0.7 -pkgrel=2 +pkgver=5.0.8 +pkgrel=1 arch=('any') pkgdesc='C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL (mingw-w64)' license=('GPL') @@ -17,7 +17,7 @@ checkdepends=('mingw-w64-cppunit' 'mingw-w64-wine') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'ninja') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('03a0ced7ecfce18ec35104dedb73eec457875ff72859290c11616b36b2da0bbb') +sha256sums=('e982917d519a4bb858974d3d5007bfa2024e6f804dc5f6bd0f5be2d3852442cf') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/passwordfile/static-compat/PKGBUILD b/passwordfile/static-compat/PKGBUILD index c7e6a6ad..92333862 100644 --- a/passwordfile/static-compat/PKGBUILD +++ b/passwordfile/static-compat/PKGBUILD @@ -6,8 +6,8 @@ _reponame=passwordfile pkgname=static-compat-passwordfile _name=${pkgname#static-compat-} -pkgver=5.0.7 -pkgrel=2 +pkgver=5.0.8 +pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL' license=('GPL') @@ -18,7 +18,7 @@ checkdepends=('static-compat-cppunit') install= url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('03a0ced7ecfce18ec35104dedb73eec457875ff72859290c11616b36b2da0bbb') +sha256sums=('e982917d519a4bb858974d3d5007bfa2024e6f804dc5f6bd0f5be2d3852442cf') build() { check_buildoption ccache y && ccache_args=' diff --git a/passwordmanager/default/PKGBUILD b/passwordmanager/default/PKGBUILD index 915754fc..e04a1f5a 100644 --- a/passwordmanager/default/PKGBUILD +++ b/passwordmanager/default/PKGBUILD @@ -8,7 +8,7 @@ _quick_gui=${PASSWORD_MANAGER_QUICK_GUI:-ON} _reponame=passwordmanager pkgname=passwordmanager -pkgver=4.1.10 +pkgver=4.1.11 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='A simple password store using AES-256-CBC encryption via OpenSSL' @@ -18,7 +18,7 @@ depends=('qt5-base' 'libqtutilities.so' 'libpasswordfile.so' 'libc++utilities.so makedepends=('cmake' 'ninja' 'qt5-tools' 'mesa' 'kirigami2') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('b987bd249c39a20ea5a1b09088534538204c13c491ccb732a9f436007001b11a') +sha256sums=('181017b75303196e03f9ca9126e8f189c694a24710cce10e628eddbb4865159a') # add further dependencies for the Qt Quick GUI (only kirigami2 is "pluggable") if [[ $_quick_gui == ON ]]; then diff --git a/passwordmanager/mingw-w64-qt6/PKGBUILD b/passwordmanager/mingw-w64-qt6/PKGBUILD index 219d6237..cb6156f8 100644 --- a/passwordmanager/mingw-w64-qt6/PKGBUILD +++ b/passwordmanager/mingw-w64-qt6/PKGBUILD @@ -7,7 +7,7 @@ _reponame=passwordmanager pkgname=mingw-w64-passwordmanager-qt6 _name=${pkgname#mingw-w64-} _name=${_name%-qt6} -pkgver=4.1.10 +pkgver=4.1.11 pkgrel=1 arch=('any') pkgdesc='A simple password store using AES-256-CBC encryption via OpenSSL (mingw-w64)' @@ -16,7 +16,7 @@ depends=('mingw-w64-crt' 'mingw-w64-qt6-base' 'mingw-w64-qtutilities-qt6' 'mingw makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt6-tools' 'qt6-tools' 'qt6-declarative' 'clang' 'ffmpeg' 'ninja') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('b987bd249c39a20ea5a1b09088534538204c13c491ccb732a9f436007001b11a') +sha256sums=('181017b75303196e03f9ca9126e8f189c694a24710cce10e628eddbb4865159a') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/passwordmanager/mingw-w64/PKGBUILD b/passwordmanager/mingw-w64/PKGBUILD index 871aa960..f2543cb7 100644 --- a/passwordmanager/mingw-w64/PKGBUILD +++ b/passwordmanager/mingw-w64/PKGBUILD @@ -6,7 +6,7 @@ _reponame=passwordmanager pkgname=mingw-w64-passwordmanager _name=${pkgname#mingw-w64-} -pkgver=4.1.10 +pkgver=4.1.11 pkgrel=1 arch=('any') pkgdesc='A simple password store using AES-256-CBC encryption via OpenSSL (mingw-w64)' @@ -15,7 +15,7 @@ depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-qtutilities' 'mingw-w64 makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg' 'ninja') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('b987bd249c39a20ea5a1b09088534538204c13c491ccb732a9f436007001b11a') +sha256sums=('181017b75303196e03f9ca9126e8f189c694a24710cce10e628eddbb4865159a') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/passwordmanager/qt6/PKGBUILD b/passwordmanager/qt6/PKGBUILD index c55cdefb..3928697f 100644 --- a/passwordmanager/qt6/PKGBUILD +++ b/passwordmanager/qt6/PKGBUILD @@ -10,7 +10,7 @@ _reponame=passwordmanager _cfg=qt6 pkgname=passwordmanager-$_cfg _name=${pkgname%-$_cfg} -pkgver=4.1.10 +pkgver=4.1.11 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='A simple password store using AES-256-CBC encryption via OpenSSL' @@ -20,7 +20,7 @@ depends=('qt6-base' 'libqtutilities-qt6.so' 'libpasswordfile.so' 'libc++utilitie makedepends=('cmake' 'ninja' 'qt6-tools' 'clang' 'mesa') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('b987bd249c39a20ea5a1b09088534538204c13c491ccb732a9f436007001b11a') +sha256sums=('181017b75303196e03f9ca9126e8f189c694a24710cce10e628eddbb4865159a') # add further dependencies for the Qt Quick GUI (only kirigami2 is "pluggable") if [[ $_quick_gui == ON ]]; then diff --git a/passwordmanager/static-compat/PKGBUILD b/passwordmanager/static-compat/PKGBUILD index a39fecc9..9133cecf 100644 --- a/passwordmanager/static-compat/PKGBUILD +++ b/passwordmanager/static-compat/PKGBUILD @@ -9,7 +9,7 @@ _quick_gui=${PASSWORD_MANAGER_QUICK_GUI:-OFF} _reponame=passwordmanager pkgname=static-compat-passwordmanager _name=${pkgname#static-compat-} -pkgver=4.1.10 +pkgver=4.1.11 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='A simple password store using AES-256-CBC encryption via OpenSSL' @@ -18,7 +18,7 @@ depends=('static-compat-qt6-base' 'static-compat-qtutilities' 'static-compat-pas makedepends=('static-compat-cmake' 'ninja' 'static-compat-qt6-svg' 'static-compat-qt6-wayland' 'static-compat-qt6-tools' 'static-compat-qt6-translations' 'breeze-icons' 'numix-icon-theme-git' 'clang') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('b987bd249c39a20ea5a1b09088534538204c13c491ccb732a9f436007001b11a') +sha256sums=('181017b75303196e03f9ca9126e8f189c694a24710cce10e628eddbb4865159a') # add further dependencies for the Qt Quick GUI (only kirigami2 is "pluggable") if [[ $_quick_gui == ON ]]; then diff --git a/qtutilities/default/PKGBUILD b/qtutilities/default/PKGBUILD index 71f99f71..97afd752 100644 --- a/qtutilities/default/PKGBUILD +++ b/qtutilities/default/PKGBUILD @@ -5,7 +5,7 @@ _reponame=qtutilities pkgname=qtutilities -pkgver=6.10.0 +pkgver=6.11.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' @@ -16,7 +16,7 @@ optdepends=("$pkgname-doc: API documentation") provides=(libqtutilities.so) url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('420dfea8864271bc8bac080edb7b8ba2aab1efd2f723e33793d2c8049a2ef935') +sha256sums=('dbb9f519d3af3ade10a16053132aad117dbfc0bb768ea8af65aef083150471a4') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/qtutilities/doc/PKGBUILD b/qtutilities/doc/PKGBUILD index ededf6e7..c775741b 100644 --- a/qtutilities/doc/PKGBUILD +++ b/qtutilities/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=qtutilities _reponame=$_name pkgname=$_name-doc -pkgver=6.10.0 +pkgver=6.11.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' '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=('420dfea8864271bc8bac080edb7b8ba2aab1efd2f723e33793d2c8049a2ef935') +sha256sums=('dbb9f519d3af3ade10a16053132aad117dbfc0bb768ea8af65aef083150471a4') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/qtutilities/mingw-w64-qt6/PKGBUILD b/qtutilities/mingw-w64-qt6/PKGBUILD index 5143fd72..40344bd9 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.10.0 +pkgver=6.11.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' 'qt6-declarative' 'clang' 'ninja') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('420dfea8864271bc8bac080edb7b8ba2aab1efd2f723e33793d2c8049a2ef935') +sha256sums=('dbb9f519d3af3ade10a16053132aad117dbfc0bb768ea8af65aef083150471a4') 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 5d82e760..74cad911 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.10.0 +pkgver=6.11.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=('420dfea8864271bc8bac080edb7b8ba2aab1efd2f723e33793d2c8049a2ef935') +sha256sums=('dbb9f519d3af3ade10a16053132aad117dbfc0bb768ea8af65aef083150471a4') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/qtutilities/qt6/PKGBUILD b/qtutilities/qt6/PKGBUILD index 215eabe3..70c4ab74 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.10.0 +pkgver=6.11.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)' @@ -18,7 +18,7 @@ optdepends=("$_name-doc: API documentation") provides=(libqtutilities-qt6.so) url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('420dfea8864271bc8bac080edb7b8ba2aab1efd2f723e33793d2c8049a2ef935') +sha256sums=('dbb9f519d3af3ade10a16053132aad117dbfc0bb768ea8af65aef083150471a4') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/qtutilities/static-compat/PKGBUILD b/qtutilities/static-compat/PKGBUILD index 4391d498..c901008a 100644 --- a/qtutilities/static-compat/PKGBUILD +++ b/qtutilities/static-compat/PKGBUILD @@ -6,7 +6,7 @@ _reponame=qtutilities pkgname=static-compat-qtutilities _name=${pkgname#static-compat-} -pkgver=6.10.0 +pkgver=6.11.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' @@ -16,7 +16,7 @@ makedepends=('static-compat-cmake' 'ninja' 'static-compat-qt6-tools' 'clang') 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=('420dfea8864271bc8bac080edb7b8ba2aab1efd2f723e33793d2c8049a2ef935') +sha256sums=('dbb9f519d3af3ade10a16053132aad117dbfc0bb768ea8af65aef083150471a4') build() { check_buildoption ccache y && ccache_args=' diff --git a/syncthingtray/default/PKGBUILD b/syncthingtray/default/PKGBUILD index d3e6feb2..0db0b942 100644 --- a/syncthingtray/default/PKGBUILD +++ b/syncthingtray/default/PKGBUILD @@ -24,8 +24,8 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1} _reponame=syncthingtray pkgname=syncthingtray -pkgver=1.3.2 -pkgrel=2 +pkgver=1.3.3 +pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing' license=('GPL') @@ -44,7 +44,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2' 'appstream') [[ $_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=('184d46f2bdf25be816635447c5ca390b6788cc7ccd643b5146686a128e70ef54') +sha256sums=('a268da44b0a463d50ed71fd3dbca785d5680afb034f6b587cd53a6dffe693b1e') 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 8dfcff9d..ff5f69f9 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.3.2 +pkgver=1.3.3 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=('184d46f2bdf25be816635447c5ca390b6788cc7ccd643b5146686a128e70ef54' +sha256sums=('a268da44b0a463d50ed71fd3dbca785d5680afb034f6b587cd53a6dffe693b1e' 'SKIP') options=(!buildflags staticlibs !strip !emptydirs) @@ -53,8 +53,8 @@ prepare() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" # ensure path where the libsyncthing Git submodule would be cloned into exists - mkdir -p 'libsyncthing/go/src/github.com/syncthing' - pushd 'libsyncthing/go/src/github.com/syncthing' + mkdir -p 'syncthing/go/src/github.com/syncthing' + pushd 'syncthing/go/src/github.com/syncthing' # delete empty sub directory of the Git submodule present in the archive from GitHub [[ -d syncthing ]] && rm -r syncthing diff --git a/syncthingtray/mingw-w64/PKGBUILD b/syncthingtray/mingw-w64/PKGBUILD index 5a70d8be..fa1a20ba 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.3.2 +pkgver=1.3.3 pkgrel=1 arch=('any') pkgdesc='Tray application for Syncthing (mingw-w64)' @@ -31,7 +31,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg' 'n 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=('184d46f2bdf25be816635447c5ca390b6788cc7ccd643b5146686a128e70ef54' +sha256sums=('a268da44b0a463d50ed71fd3dbca785d5680afb034f6b587cd53a6dffe693b1e' 'SKIP') options=(!buildflags staticlibs !strip !emptydirs) @@ -52,8 +52,8 @@ prepare() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" # ensure path where the libsyncthing Git submodule would be cloned into exists - mkdir -p 'libsyncthing/go/src/github.com/syncthing' - pushd 'libsyncthing/go/src/github.com/syncthing' + mkdir -p 'syncthing/go/src/github.com/syncthing' + pushd 'syncthing/go/src/github.com/syncthing' # delete empty sub directory of the Git submodule present in the archive from GitHub [[ -d syncthing ]] && rm -r syncthing diff --git a/syncthingtray/qt6/PKGBUILD b/syncthingtray/qt6/PKGBUILD index e5b9c593..186ed1c9 100644 --- a/syncthingtray/qt6/PKGBUILD +++ b/syncthingtray/qt6/PKGBUILD @@ -26,8 +26,8 @@ _reponame=syncthingtray _cfg=qt6 pkgname=syncthingtray-$_cfg _name=${pkgname%-$_cfg} -pkgver=1.3.2 -pkgrel=2 +pkgver=1.3.3 +pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing (using Qt 6)' license=('GPL') @@ -46,7 +46,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2' 'appstream') [[ $_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=('184d46f2bdf25be816635447c5ca390b6788cc7ccd643b5146686a128e70ef54') +sha256sums=('a268da44b0a463d50ed71fd3dbca785d5680afb034f6b587cd53a6dffe693b1e') 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 32a6aa76..c11ad62d 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.3.2 +pkgver=1.3.3 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=('184d46f2bdf25be816635447c5ca390b6788cc7ccd643b5146686a128e70ef54' +sha256sums=('a268da44b0a463d50ed71fd3dbca785d5680afb034f6b587cd53a6dffe693b1e' 'SKIP') [[ $_enable_libsyncthing == ON ]] && _disable_libsyncthing=OFF || _disable_libsyncthing=ON @@ -63,8 +63,8 @@ prepare() { [[ $_enable_libsyncthing == ON ]] || return 0 # ensure path where the libsyncthing Git submodule would be cloned into exists - mkdir -p 'libsyncthing/go/src/github.com/syncthing' - pushd 'libsyncthing/go/src/github.com/syncthing' + mkdir -p 'syncthing/go/src/github.com/syncthing' + pushd 'syncthing/go/src/github.com/syncthing' # delete empty sub directory of the Git submodule present in the archive from GitHub [[ -d syncthing ]] && rm -r syncthing diff --git a/tageditor/cli/PKGBUILD b/tageditor/cli/PKGBUILD index b439055c..9876b5b2 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.7 +pkgver=3.7.8 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=('1bc7bc43605503a264c065dd531299b23d1e124444d6cf6286f1b5763dc66074') +sha256sums=('7d1267b94092990b64584a5bf980847c5fe44f9e78e5b06e2e555a07e301cadd') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/default/PKGBUILD b/tageditor/default/PKGBUILD index def5b2bd..a74001d5 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.7 +pkgver=3.7.8 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' 'appstream') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('1bc7bc43605503a264c065dd531299b23d1e124444d6cf6286f1b5763dc66074') +sha256sums=('7d1267b94092990b64584a5bf980847c5fe44f9e78e5b06e2e555a07e301cadd') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/mingw-w64-qt6/PKGBUILD b/tageditor/mingw-w64-qt6/PKGBUILD index 2f7e6cfc..e91b42ef 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.7 +pkgver=3.7.8 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=('1bc7bc43605503a264c065dd531299b23d1e124444d6cf6286f1b5763dc66074') +sha256sums=('7d1267b94092990b64584a5bf980847c5fe44f9e78e5b06e2e555a07e301cadd') 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 5dc2c069..1c9627aa 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.7 +pkgver=3.7.8 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=('1bc7bc43605503a264c065dd531299b23d1e124444d6cf6286f1b5763dc66074') +sha256sums=('7d1267b94092990b64584a5bf980847c5fe44f9e78e5b06e2e555a07e301cadd') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/tageditor/qt6/PKGBUILD b/tageditor/qt6/PKGBUILD index 7d84180c..02340786 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.7 +pkgver=3.7.8 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' 'appstream') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('1bc7bc43605503a264c065dd531299b23d1e124444d6cf6286f1b5763dc66074') +sha256sums=('7d1267b94092990b64584a5bf980847c5fe44f9e78e5b06e2e555a07e301cadd') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/static-compat/PKGBUILD b/tageditor/static-compat/PKGBUILD index bab6a25b..8deeecfd 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.7 +pkgver=3.7.8 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=('1bc7bc43605503a264c065dd531299b23d1e124444d6cf6286f1b5763dc66074') +sha256sums=('7d1267b94092990b64584a5bf980847c5fe44f9e78e5b06e2e555a07e301cadd') build() { check_buildoption ccache y && ccache_args=' diff --git a/tagparser/default/PKGBUILD b/tagparser/default/PKGBUILD index b693adee..f495627e 100644 --- a/tagparser/default/PKGBUILD +++ b/tagparser/default/PKGBUILD @@ -5,7 +5,7 @@ _reponame=tagparser pkgname=tagparser -pkgver=11.5.1 +pkgver=11.6.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' @@ -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=('1c9d57ab0dfe9a0ecd8ef9406386dcdf3f628a50acfc303b17535e88f564be3a') +sha256sums=('87aaa693769012a77b8b0d4f5a2bfd04c7591afd64266ae11c999bbe92f7d117') prepare() { [[ -d tagparser ]] || ln -s "${PROJECT_DIR_NAME:-$_reponame-$pkgver}" tagparser diff --git a/tagparser/doc/PKGBUILD b/tagparser/doc/PKGBUILD index 9256d285..cfc2435c 100644 --- a/tagparser/doc/PKGBUILD +++ b/tagparser/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=tagparser _reponame=tagparser pkgname=$_name-doc -pkgver=11.5.1 +pkgver=11.6.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' '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=('1c9d57ab0dfe9a0ecd8ef9406386dcdf3f628a50acfc303b17535e88f564be3a') +sha256sums=('87aaa693769012a77b8b0d4f5a2bfd04c7591afd64266ae11c999bbe92f7d117') prepare() { [[ -d tagparser ]] || ln -s "${PROJECT_DIR_NAME:-$_reponame-$pkgver}" tagparser diff --git a/tagparser/mingw-w64/PKGBUILD b/tagparser/mingw-w64/PKGBUILD index 25f9af74..e09a2b75 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.5.1 +pkgver=11.6.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=('1c9d57ab0dfe9a0ecd8ef9406386dcdf3f628a50acfc303b17535e88f564be3a') +sha256sums=('87aaa693769012a77b8b0d4f5a2bfd04c7591afd64266ae11c999bbe92f7d117') options=(!buildflags staticlibs !strip !emptydirs) _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') diff --git a/tagparser/static-compat/PKGBUILD b/tagparser/static-compat/PKGBUILD index 10f3dd6c..19c9470f 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.5.1 +pkgver=11.6.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' @@ -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=('1c9d57ab0dfe9a0ecd8ef9406386dcdf3f628a50acfc303b17535e88f564be3a') +sha256sums=('87aaa693769012a77b8b0d4f5a2bfd04c7591afd64266ae11c999bbe92f7d117') prepare() { [[ -d tagparser ]] || ln -s "${PROJECT_DIR_NAME:-$_reponame-$pkgver}" tagparser