Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/chezmoi/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'chezmoi'
pkgname=chezmoi
version=2.69.4
version=2.70.0
revision=1
build_style=go
go_import_path="chezmoi.io/chezmoi"
Expand All @@ -13,7 +13,7 @@ license="MIT"
homepage="https://chezmoi.io/"
changelog="https://github.com/twpayne/chezmoi/releases"
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
checksum=815eb56fed8c60150c3221f5a8268d068b3f1bbcecdbaeb5a80b8026c1d444f6
checksum=c256309dda65501bd4aefc3c44f6368c60c12fc305f5392a86bce001454c72c6

pre_build() {
local _date
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/kitty/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'kitty'
pkgname=kitty
version=0.45.0
version=0.46.2
revision=1
build_helper="python3"
pycompile_dirs="usr/lib/kitty"
Expand All @@ -17,7 +17,7 @@ license="GPL-3.0-only"
homepage="https://sw.kovidgoyal.net/kitty/"
changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
checksum=93fcba4984a97ccb7d811f487a818d406e681912b6bbb8f0ca426103ddce7ca5
checksum=e8ea44b13a1c70032a35128a8c4c8c29c90a7cfbe0ad4f6aa2927a057d10f83e
python_version=3
nopie_files="/usr/bin/kitten"

Expand Down
11 changes: 3 additions & 8 deletions srcpkgs/openpgp-card-ssh-agent/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'openpgp-card-ssh-agent'
pkgname=openpgp-card-ssh-agent
version=0.3.4
revision=2
version=0.3.6
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="pcsclite-devel dbus-devel"
Expand All @@ -11,12 +11,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
license="Apache-2.0 OR MIT"
homepage="https://codeberg.org/openpgp-card/ssh-agent"
distfiles="https://codeberg.org/openpgp-card/ssh-agent/archive/v${version}.tar.gz"
checksum=b210f0d55e070b0e1024cc1d3a1317afb663929411b05443ec0ce79afd0c0a6a

post_patch() {
# pinentry support
cargo update --package openpgp-card-state@0.3.1 --precise 0.3.3
}
checksum=b2605357346189593972eed3e42791a729c24cbab871b776884f4cc1f5030d0a

post_install() {
vlicense LICENSES/MIT.txt
Expand Down
11 changes: 3 additions & 8 deletions srcpkgs/openpgp-card-tool-git/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'openpgp-card-tool-git'
pkgname=openpgp-card-tool-git
version=0.1.6
revision=3
version=0.1.7
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="dbus-devel sqlite-devel openssl-devel pcsclite-devel"
Expand All @@ -11,12 +11,7 @@ maintainer="Alex March <alex@hosaka.cc>"
license="MIT OR Apache-2.0"
homepage="https://codeberg.org/openpgp-card/oct-git"
distfiles="https://codeberg.org/openpgp-card/oct-git/archive/v${version}.tar.gz"
checksum=fc0f3ba974a5020f844580781cc52c342a9ff93ab877a3a7e2a281d0d2899737

post_patch() {
# pinentry support
cargo update --package openpgp-card-state@0.3.2 --precise 0.3.3
}
checksum=ec51aa9e959f656f5e919cda1a5cb1660e18b0217feb89cc321926e97aec6f40

post_install() {
vlicense LICENSES/MIT.txt
Expand Down
106 changes: 0 additions & 106 deletions srcpkgs/python3-Brotli/patches/use-system-brotli.patch

This file was deleted.

14 changes: 9 additions & 5 deletions srcpkgs/python3-Brotli/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Template file for 'python3-Brotli'
pkgname=python3-Brotli
version=1.1.0
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
version=1.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-pkgconfig python3-setuptools"
makedepends="python3-devel brotli-devel"
depends="python3"
short_desc="Python bindings for the Brotli compression library"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://github.com/google/brotli"
distfiles="https://github.com/google/brotli/archive/v${version}.tar.gz"
checksum=e720a6ca29428b803f4ad165371771f5398faba397edf6778837a18599ea13ff
checksum=816c96e8e8f193b40151dad7e8ff37b1221d019dbcb9c35cd3fadbfe6477dfec

pre_build() {
export USE_SYSTEM_BROTLI=1
}

post_install() {
vlicense LICENSE
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/python3-cairosvg/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-cairosvg'
pkgname=python3-cairosvg
version=2.8.2
revision=2
version=2.9.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-cairocffi python3-cssselect2 python3-defusedxml python3-Pillow
Expand All @@ -13,7 +13,7 @@ license="LGPL-3.0-or-later"
homepage="https://www.courtbouillon.org/cairosvg/"
changelog="https://raw.githubusercontent.com/Kozea/CairoSVG/main/NEWS.rst"
distfiles="https://github.com/Kozea/CairoSVG/archive/refs/tags/${version}.tar.gz"
checksum=c292f3111c8cc4e5dc80aac9d4a36098ecb3ec9cf3238a6269da03f567c98b8c
checksum=d42ade287050d1385bdd701c011c8e9e3b0af72669362a420aaccdb06b31141d

pre_check() {
cp -r cairosvg test_non_regression/cairosvg_reference/
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/python3-yt-dlp-ejs/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-yt-dlp-ejs'
pkgname=python3-yt-dlp-ejs
version=0.7.0
version=0.8.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs pnpm"
Expand All @@ -10,4 +10,4 @@ license="Unlicense"
homepage="https://github.com/yt-dlp/ejs"
changelog="https://github.com/yt-dlp/ejs/releases"
distfiles="${PYPI_SITE}/y/yt_dlp_ejs/yt_dlp_ejs-${version}.tar.gz"
checksum=ecac13eb9ff948da84b39f1030fa03422abaf32dc58a0edd78f5dbcc03843556
checksum=d5fa1639f63b5c4af8d932495f60689d5370f1a095782c944f7f62a303eb104e
6 changes: 3 additions & 3 deletions srcpkgs/qlog/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Template file for 'qlog'
pkgname=qlog
version=0.48.0
version=0.49.1
revision=1
_flags_version=0.44.1
build_style=qmake
build_helper=qmake6
hostmakedepends="qt6-base"
hostmakedepends="pkg-config qt6-base"
makedepends="qt6-base-devel qt6-charts-devel qt6-serialport-devel qt6-declarative-devel
qt6-websockets-devel qt6-webengine-devel hamlib-devel openssl-devel qtkeychain-qt6-devel"
short_desc="Amateur radio logbook software"
Expand All @@ -15,7 +15,7 @@ homepage="https://github.com/foldynl/QLog"
changelog="https://raw.githubusercontent.com/foldynl/QLog/master/Changelog"
distfiles="https://github.com/foldynl/QLog/archive/refs/tags/v${version}.tar.gz
https://github.com/foldynl/QLog-Flags/archive/refs/tags/v${_flags_version}.tar.gz>flags-${_flags_version}.tar.gz"
checksum="fe0e1f6d60027555af39b78126e5447633f99f5794aa49904f86901991d94c12
checksum="de7c290b81ebf45deaba16edb7cf9d988580cd4e2a8536032c63db04f053f32f
4757c23033670556ab74ff62ee5ceaf39db3665b33414a9cfe9dae49c3a56e0a"
skip_extraction="flags-${_flags_version}.tar.gz"

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/qpwgraph/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'qpwgraph'
pkgname=qpwgraph
version=0.9.9
version=1.0.0
revision=1
build_style=cmake
hostmakedepends="pkg-config qt6-declarative-host-tools"
Expand All @@ -11,4 +11,4 @@ license="GPL-2.0-or-later"
homepage="https://gitlab.freedesktop.org/rncbc/qpwgraph"
changelog="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/raw/main/ChangeLog"
distfiles="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v${version}/qpwgraph-v${version}.tar.gz"
checksum=3b09883cf9187b391093c6e194e82ccf4c09461ceb2cf7ed70d27b6ebee70c33
checksum=359ac3c8d543a0aa96cea689c2ddc251106950f96e27072272da535b359f9601
4 changes: 2 additions & 2 deletions srcpkgs/tailscale/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'tailscale'
pkgname=tailscale
version=1.94.2
version=1.96.2
revision=1
build_style=go
build_helper="qemu"
Expand All @@ -17,7 +17,7 @@ license="BSD-3-Clause"
homepage="https://tailscale.com"
changelog="https://tailscale.com/changelog"
distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
checksum=c45975beb4cb7bab8047cfba77ec8b170570d184f3c806258844f3e49c60d7aa
checksum=2142b73a86de1e934e20a8f316c8139e234b3360bb76edda4cf5b6cef1e605f3

post_install() {
for sh in bash fish zsh; do
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/tinymist/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'tinymist'
pkgname=tinymist
version=0.14.10
version=0.14.12
revision=1
build_style=cargo
build_helper="qemu"
Expand All @@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://myriad-dreamin.github.io/tinymist/"
changelog="https://github.com/Myriad-Dreamin/tinymist/releases"
distfiles="https://github.com/Myriad-Dreamin/tinymist/archive/refs/tags/v${version}.tar.gz"
checksum=215c08d8a10ff51e15711f0684eafc85d119dc98db57f4f47ec7bf5987ea681e
checksum=feb042f8f5b39f07eb770137d892c0217a69b6a73d672c275b1169ccd7efeb57
# takes forever
make_check=no

Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/vivaldi/template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Permission to redistribute is granted.
# see: srcpkgs/vivaldi/files/redistribution-permission.eml
pkgname=vivaldi
version=7.8.3925.66+1
version=7.9.3970.41+1
revision=1
archs="x86_64 aarch64"
depends="desktop-file-utils hicolor-icon-theme xz libnotify xdg-utils"
Expand All @@ -16,11 +16,11 @@ skiprdeps="/opt/vivaldi/libqt5_shim.so /opt/vivaldi/libqt6_shim.so"
case "$XBPS_TARGET_MACHINE" in
x86_64)
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version//+/-}_amd64.deb"
checksum=46922c2535002a20f519f17bf118a0ac7b62bea6d6faa66e17e1d426c15c288d
checksum=3aa9dbe6bedf3f524e1b09b62a9d63400f7f6231df9e0d815e18aa3bec3520a3
;;
aarch64)
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version//+/-}_arm64.deb"
checksum=fa00e5e3e82d9c49128b6f494fbcec0ecdbd75a6e07e9cd1d9120c94a825c283
checksum=caa693f76fa590db2b9f0f8fb93293617704c721399d626589417b0e4cb9f292
;;
*)
broken="No distfiles available for this target"
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/yt-dlp/template
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Template file for 'yt-dlp'
pkgname=yt-dlp
version=2026.03.13
version=2026.03.17
revision=1
# XXX: keep python3-yt-dlp-ejs in sync with pyproject.toml
_ejs_ver=0.7.0
_ejs_ver=0.8.0
build_style=python3-pep517
make_check_args="-k not((download)or(test_socks))"
hostmakedepends="hatchling"
depends="python3-Brotli python3-certifi python3-mutagen python3-pycryptodomex
python3-urllib3 python3-requests python3-websockets"
checkdepends="python3-pytest-xdist python3-Brotli python3-certifi python3-mutagen
checkdepends="python3-Brotli python3-certifi python3-mutagen
python3-pycryptodomex python3-urllib3 python3-requests python3-websockets"
short_desc="CLI program to download videos from YouTube and other sites"
maintainer="classabbyamp <void@placeviolette.net>"
license="Unlicense"
homepage="https://github.com/yt-dlp/yt-dlp"
changelog="https://raw.githubusercontent.com/yt-dlp/yt-dlp/master/Changelog.md"
distfiles="https://github.com/yt-dlp/yt-dlp/releases/download/${version}/yt-dlp.tar.gz>yt-dlp-$version.tar.gz"
checksum=d10140b4afbfba22b13031935e59679ea144191ba472337ca4dd87127003a0da
checksum=c74f56fc88a7f9b7c995646f30538974a03dd7609f55257b20594fdeeb1e13df
replaces="python3-youtube-dl>=0"

if [ "$XBPS_WORDSIZE" -eq "$XBPS_TARGET_WORDSIZE" ]; then
Expand Down