From 28109a9f3719b0cf976da7b6d3560413a0d78026 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 6 Feb 2024 19:01:02 +0100 Subject: [PATCH] Update own projects --- c++utilities/default/PKGBUILD | 4 ++-- c++utilities/doc/PKGBUILD | 4 ++-- c++utilities/mingw-w64/PKGBUILD | 4 ++-- c++utilities/static-compat/PKGBUILD | 4 ++-- devel/versions.sh | 4 ++-- syncthingtray/default/PKGBUILD | 4 ++-- syncthingtray/mingw-w64-qt6/PKGBUILD | 4 ++-- syncthingtray/mingw-w64/PKGBUILD | 4 ++-- syncthingtray/qt6/PKGBUILD | 4 ++-- syncthingtray/static-compat/PKGBUILD | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/c++utilities/default/PKGBUILD b/c++utilities/default/PKGBUILD index b951e8a1..0cae7835 100644 --- a/c++utilities/default/PKGBUILD +++ b/c++utilities/default/PKGBUILD @@ -5,7 +5,7 @@ _reponame=cpp-utilities pkgname=c++utilities -pkgver=5.24.5 +pkgver=5.24.6 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=('28cfbfe4e91eb37d9c0224f39def16b4aab41d09d7762a120c83382cf2fb3cbc') +sha256sums=('2a42a0595d7d36ebe4b3e24fb3347b8800bc82ab7abd113c753fd0f8cb4af6d8') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/c++utilities/doc/PKGBUILD b/c++utilities/doc/PKGBUILD index fa39ad0d..64fff9b2 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.24.5 +pkgver=5.24.6 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=('28cfbfe4e91eb37d9c0224f39def16b4aab41d09d7762a120c83382cf2fb3cbc') +sha256sums=('2a42a0595d7d36ebe4b3e24fb3347b8800bc82ab7abd113c753fd0f8cb4af6d8') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/c++utilities/mingw-w64/PKGBUILD b/c++utilities/mingw-w64/PKGBUILD index 94c300d3..dcbafb09 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.24.5 +pkgver=5.24.6 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=('28cfbfe4e91eb37d9c0224f39def16b4aab41d09d7762a120c83382cf2fb3cbc') +sha256sums=('2a42a0595d7d36ebe4b3e24fb3347b8800bc82ab7abd113c753fd0f8cb4af6d8') 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 62b9c868..3ec7d967 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.24.5 +pkgver=5.24.6 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=('28cfbfe4e91eb37d9c0224f39def16b4aab41d09d7762a120c83382cf2fb3cbc') +sha256sums=('2a42a0595d7d36ebe4b3e24fb3347b8800bc82ab7abd113c753fd0f8cb4af6d8') prepare() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/devel/versions.sh b/devel/versions.sh index 0baf523d..927b3aea 100755 --- a/devel/versions.sh +++ b/devel/versions.sh @@ -1,7 +1,7 @@ #!/bin/bash declare -A versions=( - [syncthingtray]=1.4.12 - [c++utilities]=5.24.5 + [syncthingtray]=1.4.13 + [c++utilities]=5.24.6 [qtutilities]=6.13.4 [qtforkawesome]=0.1.0 [tagparser]=12.1.0 diff --git a/syncthingtray/default/PKGBUILD b/syncthingtray/default/PKGBUILD index ab23abdf..4fe023bb 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.4.12 +pkgver=1.4.13 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing' @@ -44,7 +44,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2') [[ $_enable_plasmoid ]] && makedepends+=('plasma-framework5' '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=('569d50ac1fd5799fda86d948b3e15934b14ac469d3055738415f359452e3290f') +sha256sums=('18e604518fc252e49ce1cf8249f1ee15ac094c9d5303b02d23fe1d8468736cef') 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 ca389ff5..5e84682d 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.4.12 +pkgver=1.4.13 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=('569d50ac1fd5799fda86d948b3e15934b14ac469d3055738415f359452e3290f' +sha256sums=('18e604518fc252e49ce1cf8249f1ee15ac094c9d5303b02d23fe1d8468736cef' 'SKIP') options=(!buildflags staticlibs !strip !emptydirs) diff --git a/syncthingtray/mingw-w64/PKGBUILD b/syncthingtray/mingw-w64/PKGBUILD index b23003ea..10cbb783 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.4.12 +pkgver=1.4.13 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=('569d50ac1fd5799fda86d948b3e15934b14ac469d3055738415f359452e3290f' +sha256sums=('18e604518fc252e49ce1cf8249f1ee15ac094c9d5303b02d23fe1d8468736cef' 'SKIP') options=(!buildflags staticlibs !strip !emptydirs) diff --git a/syncthingtray/qt6/PKGBUILD b/syncthingtray/qt6/PKGBUILD index f1eac736..cce5327d 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.4.12 +pkgver=1.4.13 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing (using Qt 6)' @@ -46,7 +46,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2') [[ $_enable_plasmoid ]] && makedepends+=('libplasma' '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=('569d50ac1fd5799fda86d948b3e15934b14ac469d3055738415f359452e3290f') +sha256sums=('18e604518fc252e49ce1cf8249f1ee15ac094c9d5303b02d23fe1d8468736cef') 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 19cd98f8..95d978f5 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.4.12 +pkgver=1.4.13 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=('569d50ac1fd5799fda86d948b3e15934b14ac469d3055738415f359452e3290f' +sha256sums=('18e604518fc252e49ce1cf8249f1ee15ac094c9d5303b02d23fe1d8468736cef' 'SKIP') [[ $_enable_libsyncthing == ON ]] && _disable_libsyncthing=OFF || _disable_libsyncthing=ON