From 32e369c7c1b8e1792cf0e32d6fd86b4f9a161f84 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 4 Mar 2026 01:56:37 +0100 Subject: [PATCH 01/20] syncthing: update to 2.0.15. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 3a0a5cfab92c27..a532387b283f84 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=2.0.14 +version=2.0.15 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -20,7 +20,7 @@ license="MPL-2.0" homepage="https://syncthing.net/" changelog="https://github.com/syncthing/syncthing/releases" distfiles="https://github.com/syncthing/syncthing/archive/v${version}.tar.gz" -checksum=ebcac29df68eec7cfdba1934f7a5efd7bf1f980d4f5652e332cea4250c3c1d5c +checksum=82ee7a343ac0b5434ef04c7dd6630dca848358039a9edf27ee9a6164e3bdd0fb pre_build() { GOARCH= go generate github.com/syncthing/syncthing/lib/api/auto From 18ee09d9c24bcfcb06c708686a4848a22f182548 Mon Sep 17 00:00:00 2001 From: zlice Date: Mon, 2 Mar 2026 17:49:12 -0500 Subject: [PATCH 02/20] discord: update to 0.0.127 --- srcpkgs/discord/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template index fc7354492f38cb..e3bfc1a2413750 100644 --- a/srcpkgs/discord/template +++ b/srcpkgs/discord/template @@ -1,6 +1,6 @@ # Template file for 'discord' pkgname=discord -version=0.0.126 +version=0.0.127 revision=1 archs="x86_64" depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic @@ -10,7 +10,7 @@ maintainer="Ryan Conwell " license="custom:Proprietary" homepage="https://discord.com" distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz" -checksum=6bad72589183702e65e92cfb00b989424cbe3c278216ceb0094f084aa0df972d +checksum=71e7fefac4c48aaab51fe987632230e59fd38f5740a0bb4a411c3b39207f6b16 repository=nonfree restricted=yes nopie=yes From 9ea5cb2f5f3fe563214d3b9e45de3efc6fc35559 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Tue, 3 Mar 2026 01:38:39 +0000 Subject: [PATCH 03/20] peru: update to 1.3.5. --- srcpkgs/peru/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template index af393cc6c8cb61..65c84f5a465bb1 100644 --- a/srcpkgs/peru/template +++ b/srcpkgs/peru/template @@ -1,17 +1,17 @@ # Template file for 'peru' pkgname=peru -version=1.3.2 -revision=3 +version=1.3.5 +revision=1 build_style=python3-pep517 hostmakedepends="hatchling python3-wheel" -depends="curl git mercurial python3 python3-docopt python3-yaml" +depends="curl git mercurial python3 python3-yaml" checkdepends="${depends} python3-pytest rsync subversion" short_desc="Tool for fetching code" maintainer="Andy Weidenbaum " license="MIT" homepage="https://github.com/buildinspace/peru" distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=5778f76e83aedc1b01cd77992716a855c134346168a9167c37b8c1ac9c22dfa3 +checksum=be16ebd78f95cbc1698d23404600793868f08d2856b8dd4da793355d48eceeb0 do_check() { local skiptests From 079df57be333482dc2bf00677c80ed4427153e03 Mon Sep 17 00:00:00 2001 From: Hue Date: Mon, 2 Mar 2026 16:32:14 +0100 Subject: [PATCH 04/20] ddcutil: update to 2.2.5. --- srcpkgs/ddcutil/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ddcutil/template b/srcpkgs/ddcutil/template index 21dbfa7bfef2f5..41788ed5fdd961 100644 --- a/srcpkgs/ddcutil/template +++ b/srcpkgs/ddcutil/template @@ -1,6 +1,6 @@ # Template file for 'ddcutil' pkgname=ddcutil -version=2.2.1 +version=2.2.5 revision=1 build_style=gnu-configure configure_args="--libdir=/usr/lib" @@ -14,7 +14,7 @@ license="GPL-2.0-or-later" homepage="https://www.ddcutil.com" changelog="https://www.ddcutil.com/release_notes_220/" distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz" -checksum=ff8eb39b4559fcbc83de7b16834a010262dfa825938625272212fcaeefaef692 +checksum=dd17ee072124c1c2b28426dde6985b503abc475af9fcfc13336363590ba42155 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" libexecinfo-devel musl-legacy-compat" From c7ee1fe1c59267f449ec5b994d2e9237d86a0c84 Mon Sep 17 00:00:00 2001 From: dogknowsnx Date: Mon, 2 Mar 2026 09:57:56 +0100 Subject: [PATCH 05/20] freetype: update to 2.14.2 --- srcpkgs/freetype/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/freetype/template b/srcpkgs/freetype/template index f0ef05359164ca..6f7f363e3e77c1 100644 --- a/srcpkgs/freetype/template +++ b/srcpkgs/freetype/template @@ -1,6 +1,6 @@ # Template file for 'freetype' pkgname=freetype -version=2.14.1 +version=2.14.2 revision=1 build_style=gnu-configure configure_args="--enable-freetype-config" @@ -8,12 +8,12 @@ hostmakedepends="pkg-config" makedepends="bzip2-devel libpng-devel brotli-devel" short_desc="Font rendering engine and library API" maintainer="Orphaned " -license="GPL-2.0-or-later, FTL" +license="GPL-2.0-or-later OR FTL" homepage="https://www.freetype.org/" # Should be using NONGNU_SITE instead, but that often redirects to outdated # mirrors, causing fetching the distfile to fail. distfiles="https://download-mirror.savannah.gnu.org/releases/freetype/freetype-${version}.tar.xz" -checksum=32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc +checksum=4b62dcab4c920a1a860369933221814362e699e26f55792516d671e6ff55b5e1 post_patch() { vsed -i -e "s/%PKG_CONFIG%/pkg-config/" builds/unix/freetype-config.in From 2f365148da7778e85d8aaaadeb6f93b3df5592af Mon Sep 17 00:00:00 2001 From: Lydia Sobot Date: Sun, 1 Mar 2026 16:42:33 +0100 Subject: [PATCH 06/20] remindcal: update to 0.1.1. --- srcpkgs/remindcal/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/remindcal/template b/srcpkgs/remindcal/template index 24fc34ff0c8447..c985f3d93be8d9 100644 --- a/srcpkgs/remindcal/template +++ b/srcpkgs/remindcal/template @@ -1,6 +1,6 @@ # Template file for 'remindcal' pkgname=remindcal -version=0.1.0 +version=0.1.1 revision=1 build_style=go go_import_path="remindcal" @@ -12,4 +12,4 @@ license="Unlicense" homepage="https://github.com/realsirjoe/remindcal" changelog="https://github.com/realsirjoe/remindcal/releases" distfiles="https://github.com/realsirjoe/remindcal/archive/v${version}.tar.gz" -checksum=ffcd524c2ffc78c5b8ea0707085d7fdd440962b1cbf446a08205ebd1d6959222 +checksum=b3e0a0a618bf0498533eba7367e0748fa109392ccc307888f4e3346549f80522 From b6167dafa1c286b834a890e8fba9c5be8e3c1f5b Mon Sep 17 00:00:00 2001 From: Jason Elswick Date: Thu, 26 Feb 2026 20:41:21 -0600 Subject: [PATCH 07/20] python3-fastapi: update to 0.135.1. --- srcpkgs/python3-fastapi/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-fastapi/template b/srcpkgs/python3-fastapi/template index 2c220ce01aff43..429257f43fa897 100644 --- a/srcpkgs/python3-fastapi/template +++ b/srcpkgs/python3-fastapi/template @@ -1,6 +1,6 @@ # Template file for 'python3-fastapi' pkgname=python3-fastapi -version=0.133.0 +version=0.135.1 revision=1 build_style=python3-pep517 hostmakedepends="python3-pdm-backend" @@ -10,7 +10,7 @@ maintainer="Jason Elswick " license="MIT" homepage="https://github.com/FastAPI/FastAPI" distfiles="https://github.com/fastapi/fastapi/archive/refs/tags/${version}.tar.gz" -checksum=8a7d94bac10aaf994a49bc0a4ff15ab47b04510479446e629419a98376fcc8e4 +checksum=0fc2cc0d82c046e295cfca85edbabb79dcaea394a838dcf6ea065670bc38e0f1 make_check=no # too many unpackaged dependencies post_install() { From 486501013a316119605050935106be82ba346e02 Mon Sep 17 00:00:00 2001 From: amak Date: Tue, 3 Mar 2026 00:51:32 +1100 Subject: [PATCH 08/20] upmpdcli: update to 1.9.14 --- srcpkgs/upmpdcli/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template index 8f3f4571b325ff..76b45f28102acf 100644 --- a/srcpkgs/upmpdcli/template +++ b/srcpkgs/upmpdcli/template @@ -1,6 +1,6 @@ # Template file for 'upmpdcli' pkgname=upmpdcli -version=1.9.6 +version=1.9.14 revision=1 build_style=meson hostmakedepends="pkg-config tar" @@ -11,7 +11,7 @@ license="LGPL-2.1-or-later" homepage="https://www.lesbonscomptes.com/upmpdcli" changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html" distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz" -checksum=d0c26c75e72c97ae3a3cea63b451922d4dc1023b4b57d2d17510ce0049d0afeb +checksum=157fd89034bad0a7c8264661408d5f74de509e293717a95ed884f84f5eecb589 python_version=3 system_accounts="_upmpdcli" From baad3d737eccfbb3bb3c0621c147e712bbd0118e Mon Sep 17 00:00:00 2001 From: amak Date: Mon, 2 Mar 2026 16:30:35 +1100 Subject: [PATCH 09/20] snapcast: update to 0.34.0 --- srcpkgs/snapcast/template | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/srcpkgs/snapcast/template b/srcpkgs/snapcast/template index bd0679ec86285c..a29990d891d5dc 100644 --- a/srcpkgs/snapcast/template +++ b/srcpkgs/snapcast/template @@ -1,16 +1,17 @@ # Template file for 'snapcast' pkgname=snapcast -version=0.31.0 -revision=2 -_snapweb_version=0.8.0 +version=0.34.0 +revision=1 +_snapweb_version=0.9.2 build_style=cmake configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc -DBUILD_WITH_TREMOR=OFF -DBUILD_WITH_AVAHI=$(vopt_if avahi ON OFF) + -DBUILD_WITH_PIPEWIRE=$(vopt_if pipewire ON OFF) -DBUILD_WITH_PULSE=$(vopt_if pulseaudio ON OFF)" hostmakedepends="pkg-config" makedepends="alsa-lib-devel boost-headers expat-devel libflac-devel libsoxr-devel libvorbis-devel openssl-devel opus-devel $(vopt_if avahi avahi-libs-devel) - $(vopt_if pulseaudio pulseaudio-devel)" + $(vopt_if pipewire pipewire-devel) $(vopt_if pulseaudio pulseaudio-devel)" short_desc="Synchronous multi-room audio player" maintainer="amak " license="GPL-3.0-or-later" @@ -18,12 +19,12 @@ homepage="https://github.com/badaix/snapcast" changelog="https://raw.githubusercontent.com/badaix/snapcast/master/changelog.md" distfiles="https://github.com/badaix/snapcast/archive/v${version}.tar.gz https://github.com/badaix/snapweb/releases/download/v${_snapweb_version}/snapweb.zip>snapweb-${_snapweb_version}.zip" -checksum="d38d576f85bfa936412413b6860875ba3b462a8e67405f3984a0485778f2fdac - 71078f94d87e44881c7bf6491456d528420a69ae09f1ae115dd6c48c03c2a65c" +checksum="a2918ea4d1f9b2df9c4247fd71bd452ea03a5d20ac44f60a736df90488858944 + e4ebeb911d4485daa469a12238d935721d4577612f9b5e43d2febf105f5a4660" skip_extraction="snapweb-${_snapweb_version}.zip" -build_options="avahi pulseaudio" -build_options_default="avahi pulseaudio" +build_options="avahi pipewire pulseaudio" +build_options_default="avahi pipewire pulseaudio" post_extract() { vsrcextract -C server/etc/snapweb --strip-components=0 snapweb-${_snapweb_version}.zip From fec717b4640a6db0e1c4fd665e9e84d53b0360eb Mon Sep 17 00:00:00 2001 From: amak Date: Tue, 3 Mar 2026 01:03:13 +1100 Subject: [PATCH 10/20] libnpupnp: update to 6.2.3 --- srcpkgs/libnpupnp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template index 4228ba476ad0db..5b268cf515173a 100644 --- a/srcpkgs/libnpupnp/template +++ b/srcpkgs/libnpupnp/template @@ -1,7 +1,7 @@ # Template file for 'libnpupnp' pkgname=libnpupnp -version=6.2.1 -revision=2 +version=6.2.3 +revision=1 build_style=meson hostmakedepends="pkg-config" makedepends="expat-devel libcurl-devel libmicrohttpd-devel" @@ -11,7 +11,7 @@ license="BSD-3-Clause" homepage="https://www.lesbonscomptes.com/upmpdcli/npupnp-doc/libnpupnp.html" changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html" distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz" -checksum=1cc1222512d480826d2923cc7b98b7361183a2add8c6b646a7fa32c2f34b32b3 +checksum=563d2a9e4afe603717343dc4667c0b89c6a017008ac6b52262da17a1e4f6bb96 post_install() { vlicense COPYING From df878a9489703c4aa683c3919d8d0938515a0ec7 Mon Sep 17 00:00:00 2001 From: Yushi Date: Sun, 1 Mar 2026 14:01:22 +0800 Subject: [PATCH 11/20] bzmenu: update to 0.4.0. --- srcpkgs/bzmenu/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bzmenu/template b/srcpkgs/bzmenu/template index 66b4fb8342b10a..ab371ec4b55a12 100644 --- a/srcpkgs/bzmenu/template +++ b/srcpkgs/bzmenu/template @@ -1,6 +1,6 @@ # Template file for 'bzmenu' pkgname=bzmenu -version=0.3.0 +version=0.4.0 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -11,4 +11,4 @@ maintainer="Yushi " license="GPL-3.0-or-later" homepage="https://github.com/e-tho/bzmenu" distfiles="https://github.com/e-tho/bzmenu/archive/refs/tags/v${version}.tar.gz" -checksum=a51185d603bc2ed5dfb814ae9295b5a004b6e857baf27ceff5e50dfbb980bce5 +checksum=d38db4f9d530126ab7d0fc4487f25b2da0b3b7e17ffc2635e92151d9f4a4253f From 7d2cf6f173ce245fd3f9f53fef2b96e9f841433b Mon Sep 17 00:00:00 2001 From: Yushi Date: Sun, 1 Mar 2026 13:52:58 +0800 Subject: [PATCH 12/20] iwmenu: update to 0.4.0. --- srcpkgs/iwmenu/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/iwmenu/template b/srcpkgs/iwmenu/template index eb34d4e1b1d07d..c290cbb7565389 100644 --- a/srcpkgs/iwmenu/template +++ b/srcpkgs/iwmenu/template @@ -1,6 +1,6 @@ # Template file for 'iwmenu' pkgname=iwmenu -version=0.3.0 +version=0.4.0 revision=1 build_style=cargo depends="iwd" @@ -9,4 +9,4 @@ maintainer="Yushi " license="GPL-3.0-or-later" homepage="https://github.com/e-tho/iwmenu" distfiles="https://github.com/e-tho/iwmenu/archive/refs/tags/v${version}.tar.gz" -checksum=9537bf39032a229558e34f7e98700bb0f1924d818aa4bc55ee92c7ddf4bd73b9 +checksum=feb608a42bf7cdc77babade9610d577d7e86e17e06f9426759a3457c0ca106b0 From 3fd9b4e23a7c3b7c9d14c0d0ffdfee99c13b92b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Mon, 23 Feb 2026 22:38:00 +0100 Subject: [PATCH 13/20] mpd: update to 0.24.8. --- srcpkgs/mpd/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template index 7081ee6a6f976b..84eb2f2c3d0366 100644 --- a/srcpkgs/mpd/template +++ b/srcpkgs/mpd/template @@ -1,7 +1,7 @@ # Template file for 'mpd' pkgname=mpd -version=0.24.5 -revision=3 +version=0.24.8 +revision=1 build_style=meson configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled @@ -39,7 +39,7 @@ license="GPL-2.0-or-later" homepage="https://www.musicpd.org/" changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/master/NEWS" distfiles="https://www.musicpd.org/download/mpd/${version%.*}/mpd-${version}.tar.xz" -checksum=69dfcba5c99c8d828d8f35dfb31eb0a4e34ce3813f54666af4d8247558160a13 +checksum=1868aded6aabe6a02a6427ef1d3856b11370612afc53d28184533db53991d2f7 LDFLAGS="-Wl,-z,stack-size=1048576" system_accounts="mpd" From 5731c5786f83c4fa31493a50f0993b9cfbbcba56 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sat, 28 Feb 2026 19:34:43 +0100 Subject: [PATCH 14/20] esbuild: update to 0.27.3. --- srcpkgs/esbuild/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/esbuild/template b/srcpkgs/esbuild/template index 25f25e4dc1a350..bcb12b1689599e 100644 --- a/srcpkgs/esbuild/template +++ b/srcpkgs/esbuild/template @@ -1,6 +1,6 @@ # Template file for 'esbuild' pkgname=esbuild -version=0.25.4 +version=0.27.3 revision=1 build_style=go go_import_path=github.com/evanw/esbuild @@ -12,7 +12,7 @@ license="MIT" homepage="https://esbuild.github.io/" changelog="https://github.com/evanw/esbuild/releases" distfiles="https://github.com/evanw/esbuild/archive/refs/tags/v${version}.tar.gz" -checksum=4661a2b1d2b1db035a19eca5e771a40b6c16b23279aae02022def9fa45ed5ad9 +checksum=05d56070104b46d24c8921bfc4c83209d71cf583eb0396c13d0f359705bb5b61 do_check() { # Skip test-deno (deno not packaged) and decorator-tests (not in a git From d4fa175e7a1d42c57feea9e0e0c2ef058843c6eb Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sat, 28 Feb 2026 19:34:48 +0100 Subject: [PATCH 15/20] anubis: update to 1.25.0. --- srcpkgs/anubis/template | 6 +++--- srcpkgs/esbuild/template | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/anubis/template b/srcpkgs/anubis/template index d68544770ea99c..1c59bbd1c652b0 100644 --- a/srcpkgs/anubis/template +++ b/srcpkgs/anubis/template @@ -1,6 +1,6 @@ # Template file for 'anubis' pkgname=anubis -version=1.23.1 +version=1.25.0 revision=1 build_style=go go_import_path="github.com/TecharoHQ/anubis" @@ -14,12 +14,12 @@ license="MIT" homepage="https://anubis.techaro.lol/" changelog="https://github.com/TecharoHQ/anubis/releases" distfiles="https://github.com/TecharoHQ/anubis/archive/refs/tags/v${version}.tar.gz" -checksum=55bf6d6ee6a1372604816b2bac08e7d6850f747a0c86bcdf9eca1be281feffab +checksum=e281562dea0b49d0639c3c5e9b0a2a7fe522b1a359e3cec470db06493835bbe7 system_accounts="_anubis" pre_build() { - npm install --ignore-scripts + npm ci --ignore-scripts CGO_ENABLED=0 GOARCH= npm run assets } diff --git a/srcpkgs/esbuild/template b/srcpkgs/esbuild/template index bcb12b1689599e..8ea7774983f12e 100644 --- a/srcpkgs/esbuild/template +++ b/srcpkgs/esbuild/template @@ -16,8 +16,9 @@ checksum=05d56070104b46d24c8921bfc4c83209d71cf583eb0396c13d0f359705bb5b61 do_check() { # Skip test-deno (deno not packaged) and decorator-tests (not in a git - # repo) and test-wasm-node (exec fail) and js-api-tests (fails in CI) - make test-go vet-go no-filepath verify-source-map end-to-end-tests plugin-tests register-test node-unref-tests ts-type-tests lib-typecheck-node lib-typecheck-node-nolib + # repo) and test-wasm-node (exec fail) and end-to-end-tests (fails on + # musl) and js-api-tests (fails in CI) + make test-go vet-go no-filepath verify-source-map plugin-tests register-test node-unref-tests ts-type-tests lib-typecheck-node lib-typecheck-node-nolib } post_install() { From 3521973e6a3195d6823d56a16439c82dd08ec697 Mon Sep 17 00:00:00 2001 From: Ingvix Date: Sun, 1 Mar 2026 16:12:44 +0200 Subject: [PATCH 16/20] dash: update to 0.5.13.1 --- srcpkgs/dash/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dash/template b/srcpkgs/dash/template index 04db89b8a9bb58..43f5d46d0eac69 100644 --- a/srcpkgs/dash/template +++ b/srcpkgs/dash/template @@ -1,7 +1,7 @@ # Template file for 'dash' pkgname=dash -version=0.5.12 -revision=2 +version=0.5.13.1 +revision=1 build_style=gnu-configure hostmakedepends="bison" makedepends="libedit-devel" @@ -10,7 +10,7 @@ maintainer="Enno Boland " license="BSD-3-Clause" homepage="http://gondor.apana.org.au/~herbert/dash/" distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz" -checksum=6a474ac46e8b0b32916c4c60df694c82058d3297d8b385b74508030ca4a8f28a +checksum=d9271bce09c127d9866e25c011582ddc75ab988958a04bc4d8553a3b8f30e370 register_shell="/usr/bin/sh /usr/bin/dash /bin/sh /bin/dash" alternatives=" From 233071679930e41d920684ae190652949b61df5b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 4 Mar 2026 02:11:33 +0100 Subject: [PATCH 17/20] srcpkgs: orphan OpenSourceAlchemist's packages --- srcpkgs/kpcli/template | 2 +- srcpkgs/makepasswd/template | 2 +- srcpkgs/perl-Clone/template | 2 +- srcpkgs/perl-Crypt-OpenSSL-Random/template | 2 +- srcpkgs/perl-Crypt-PasswdMD5/template | 2 +- srcpkgs/perl-Crypt-Rijndael/template | 2 +- srcpkgs/perl-File-KeePass/template | 2 +- srcpkgs/perl-Sort-Naturally/template | 2 +- srcpkgs/perl-Term-ShellUI/template | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/srcpkgs/kpcli/template b/srcpkgs/kpcli/template index 193c227462ea7b..c5b3b884dfe910 100644 --- a/srcpkgs/kpcli/template +++ b/srcpkgs/kpcli/template @@ -5,7 +5,7 @@ revision=2 build_style=fetch depends="perl perl-Crypt-Rijndael perl-Sort-Naturally perl-Term-ReadKey perl-Term-ShellUI perl-File-KeePass perl-Clone perl-Term-ReadLine-Gnu perl-XML-Parser" short_desc="KeePass Command Line Interface" -maintainer="Kevin Berry " +maintainer="Orphaned " license="Artistic-1.0, GPL-1.0-or-later" homepage="http://kpcli.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.pl" diff --git a/srcpkgs/makepasswd/template b/srcpkgs/makepasswd/template index 72d5b2432f9bad..76b50f0f469ad9 100644 --- a/srcpkgs/makepasswd/template +++ b/srcpkgs/makepasswd/template @@ -4,7 +4,7 @@ version=1.10.9 revision=3 depends="perl-Crypt-OpenSSL-Random perl-Crypt-PasswdMD5" short_desc="Create and/or encrypt true-random-seeded password strings" -maintainer="Kevin Berry " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://github.com/deathsyn/makepasswd" distfiles="https://github.com/deathsyn/makepasswd/archive/${version}.tar.gz" diff --git a/srcpkgs/perl-Clone/template b/srcpkgs/perl-Clone/template index 95a59e52ad62ec..71c46bb68cce38 100644 --- a/srcpkgs/perl-Clone/template +++ b/srcpkgs/perl-Clone/template @@ -8,7 +8,7 @@ makedepends="perl" depends="$hostmakedepends" checkdepends="perl-b-cow perl-Test-Most" short_desc="Clone - recursively copy Perl datatypes" -maintainer="Kevin Berry " +maintainer="Orphaned " license="Artistic-1.0-Perl, GPL-1.0-or-later" homepage="https://metacpan.org/release/Clone" distfiles="${CPAN_SITE}/Clone/Clone-${version}.tar.gz" diff --git a/srcpkgs/perl-Crypt-OpenSSL-Random/template b/srcpkgs/perl-Crypt-OpenSSL-Random/template index ac2e3c0639fd38..93d4a36dbb748c 100644 --- a/srcpkgs/perl-Crypt-OpenSSL-Random/template +++ b/srcpkgs/perl-Crypt-OpenSSL-Random/template @@ -7,7 +7,7 @@ hostmakedepends="perl perl-Crypt-OpenSSL-Guess" makedepends="perl openssl-devel" depends="perl" short_desc="Crypt::OpenSSL::Random - OpenSSL PRNG" -maintainer="Kevin Berry " +maintainer="Orphaned " license="Artistic-1.0-Perl, GPL-1.0-or-later" homepage="https://metacpan.org/release/Crypt-OpenSSL-Random" distfiles="${CPAN_SITE}/Crypt/Crypt-OpenSSL-Random-${version}.tar.gz" diff --git a/srcpkgs/perl-Crypt-PasswdMD5/template b/srcpkgs/perl-Crypt-PasswdMD5/template index cfe02334c787e3..7e119224113ba9 100644 --- a/srcpkgs/perl-Crypt-PasswdMD5/template +++ b/srcpkgs/perl-Crypt-PasswdMD5/template @@ -7,7 +7,7 @@ hostmakedepends="perl" makedepends="perl" depends="${hostmakedepends}" short_desc="Crypt::PasswdMD5 - interoperable MD5-based crypt() functions" -maintainer="Kevin Berry " +maintainer="Orphaned " license="Artistic-1.0-Perl, GPL-1.0-or-later" homepage="https://metacpan.org/release/Crypt-PasswdMD5" distfiles="${CPAN_SITE}/Crypt/Crypt-PasswdMD5-${version}.tgz" diff --git a/srcpkgs/perl-Crypt-Rijndael/template b/srcpkgs/perl-Crypt-Rijndael/template index 23b86673a8b901..6802891645eb32 100644 --- a/srcpkgs/perl-Crypt-Rijndael/template +++ b/srcpkgs/perl-Crypt-Rijndael/template @@ -7,7 +7,7 @@ hostmakedepends="perl" makedepends="perl" depends="${hostmakedepends}" short_desc="Crypt::Rijndael - Crypt::CBC compliant Rijndael module" -maintainer="Kevin Berry " +maintainer="Orphaned " license="LGPL-2.0-or-later" homepage="https://metacpan.org/release/Crypt-Rijndael" distfiles="${CPAN_SITE}/Crypt/Crypt-Rijndael-${version}.tar.gz" diff --git a/srcpkgs/perl-File-KeePass/template b/srcpkgs/perl-File-KeePass/template index eafdcb62c19c41..7016a6e5a92734 100644 --- a/srcpkgs/perl-File-KeePass/template +++ b/srcpkgs/perl-File-KeePass/template @@ -8,7 +8,7 @@ makedepends="perl perl-Crypt-Rijndael" depends="${makedepends}" checkdepends="perl-XML-Parser" short_desc="File::KeePass - Interface to KeePass V1 and V2 database files" -maintainer="Kevin Berry " +maintainer="Orphaned " license="Artistic-1.0-Perl, GPL-1.0-or-later" homepage="https://metacpan.org/release/File-KeePass" distfiles="${CPAN_SITE}/File/File-KeePass-${version}.tar.gz" diff --git a/srcpkgs/perl-Sort-Naturally/template b/srcpkgs/perl-Sort-Naturally/template index a132a410ddfad5..cc756b9a540598 100644 --- a/srcpkgs/perl-Sort-Naturally/template +++ b/srcpkgs/perl-Sort-Naturally/template @@ -7,7 +7,7 @@ hostmakedepends="perl" makedepends="perl" depends="${hostmakedepends}" short_desc="Sort::Naturally - sort lexically, but sort numeral parts numerically" -maintainer="Kevin Berry " +maintainer="Orphaned " license="Artistic-1.0-Perl, GPL-1.0-or-later" homepage="https://metacpan.org/release/Sort-Naturally" distfiles="${CPAN_SITE}/Sort/Sort-Naturally-${version}.tar.gz" diff --git a/srcpkgs/perl-Term-ShellUI/template b/srcpkgs/perl-Term-ShellUI/template index bf955d8362bc9e..a8c05658a85a00 100644 --- a/srcpkgs/perl-Term-ShellUI/template +++ b/srcpkgs/perl-Term-ShellUI/template @@ -7,7 +7,7 @@ hostmakedepends="perl" makedepends="perl" depends="${hostmakedepends}" short_desc="Term::ShellUI - A fully-featured shell-like command line environment" -maintainer="Kevin Berry " +maintainer="Orphaned " license="MIT" homepage="https://metacpan.org/release/Term-ShellUI" distfiles="${CPAN_SITE}/Term/Term-ShellUI-${version}.tar.gz" From 89cfda9113c90c3e9c07349917d993c7013a7291 Mon Sep 17 00:00:00 2001 From: D Date: Sun, 1 Mar 2026 13:37:58 -0600 Subject: [PATCH 18/20] kpcli: update to 4.1.3. --- srcpkgs/kpcli/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kpcli/template b/srcpkgs/kpcli/template index c5b3b884dfe910..e6418744a8ce8f 100644 --- a/srcpkgs/kpcli/template +++ b/srcpkgs/kpcli/template @@ -1,7 +1,7 @@ # Template file for 'kpcli' pkgname=kpcli -version=3.3 -revision=2 +version=4.1.3 +revision=1 build_style=fetch depends="perl perl-Crypt-Rijndael perl-Sort-Naturally perl-Term-ReadKey perl-Term-ShellUI perl-File-KeePass perl-Clone perl-Term-ReadLine-Gnu perl-XML-Parser" short_desc="KeePass Command Line Interface" @@ -9,7 +9,7 @@ maintainer="Orphaned " license="Artistic-1.0, GPL-1.0-or-later" homepage="http://kpcli.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.pl" -checksum=04de984d6b79bdeb84689bf8eaa0e2e3aa8756b7cca9ffdf36e1a9d1c0f1cdfc +checksum=c91363e4e07f3521a867f68db602c95b53dc167e4366ee7ff254252b4176c62f do_install() { vbin kpcli-${version}.pl kpcli From 520f89b12b1ece192a6449da46a9b45a555c9c2b Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Fri, 27 Feb 2026 21:58:34 +0100 Subject: [PATCH 19/20] bcal: update to 2.5 --- srcpkgs/bcal/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bcal/template b/srcpkgs/bcal/template index 0307229432b695..5fb94b3ad447dd 100644 --- a/srcpkgs/bcal/template +++ b/srcpkgs/bcal/template @@ -1,17 +1,16 @@ # Template file for 'bcal' pkgname=bcal -version=2.4 +version=2.5 revision=1 build_style=gnu-makefile makedepends="readline-devel" -depends="bc" short_desc="Byte CALculator for storage conversions and calculations" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/jarun/bcal" changelog="https://raw.githubusercontent.com/jarun/bcal/master/CHANGELOG" distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz" -checksum=141f39d866f62274b2262164baaac6202f60749862c84c2e6ed231f6d03ee8df +checksum=7e00d38aca2272ef93f55515841e2912ecf845914ec140f8e4c356e1493cf5cf if [ "$XBPS_TARGET_WORDSIZE" -ne 64 ]; then broken="Can only be built for 64 bit targets which define __uint128_t." From 7d890497d6f404cdd3ecacc126c3a09aa7aaaf58 Mon Sep 17 00:00:00 2001 From: Tunguso4ka Date: Fri, 27 Feb 2026 22:45:54 +0200 Subject: [PATCH 20/20] wdisplays: update to 1.1.3. --- srcpkgs/wdisplays/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wdisplays/template b/srcpkgs/wdisplays/template index 85f03e720e3d5c..0e8f049133079e 100644 --- a/srcpkgs/wdisplays/template +++ b/srcpkgs/wdisplays/template @@ -1,6 +1,6 @@ # Template file for 'wdisplays' pkgname=wdisplays -version=1.1.1 +version=1.1.3 revision=1 build_style=meson hostmakedepends="pkg-config wayland-devel glib-devel python3-scour" @@ -10,4 +10,4 @@ maintainer="Érico Nogueira " license="GPL-3.0-or-later" homepage="https://github.com/artizirk/wdisplays" distfiles="https://github.com/artizirk/wdisplays/archive/${version}.tar.gz" -checksum=2df2c56db494c8450b1c7746b0ed2af11bf637fe2838f7412146fcc5cc1a2605 +checksum=6b8674598d50cb56a3acb79bd563c1d7a7d7781a8ce8dcc83a240916024b7070