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
6 changes: 3 additions & 3 deletions srcpkgs/fzf/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'fzf'
pkgname=fzf
version=0.68.0
revision=2
version=0.70.0
revision=1
build_style=go
go_import_path="github.com/junegunn/fzf"
go_ldflags="-X main.version=${version} -X main.revision="
Expand All @@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/junegunn/fzf"
changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md"
distfiles="https://github.com/junegunn/fzf/archive/refs/tags/v${version}.tar.gz"
checksum=ed878dcb57e083129db5d8a28c656fd981ce90f12b67d32024888d33790ca3a6
checksum=a99e0df4dfb6228c8af63a2f99f39f7476b7da614833141be30a6b3a3f9d440f

post_install() {
cd ${wrksrc}
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/nitro/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'nitro'
pkgname=nitro
version=0.7.1
version=0.8
revision=1
build_style=gnu-makefile
checkdepends="ruby"
Expand All @@ -10,7 +10,7 @@ license="0BSD"
homepage="https://github.com/leahneukirchen/nitro"
changelog="https://github.com/leahneukirchen/nitro/blob/master/NEWS.md"
distfiles="https://github.com/leahneukirchen/nitro/archive/refs/tags/v${version}.tar.gz"
checksum=2cf311f2686346c82af3ba55473fa3d62a029257bad1e89d3f0425338d12fd09
checksum=12e8c1430ca661306f41f2e95745236e4eb8a0ad8766d420500a21e00b6e8f62

CPPFLAGS="-DREOPEN_USE_DUP_HACK"

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/uftrace/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'uftrace'
pkgname=uftrace
version=0.18.1
version=0.19
revision=1
archs="x86_64* i686* aarch64* arm* riscv64*"
build_style=configure
Expand All @@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
homepage="https://github.com/namhyung/uftrace"
distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz"
checksum=c089e7f38dab8d17346d41cee0ec69dc60699d5527b54e6765712235577da0db
checksum=c35ef25f279684fc7d79dcc250fb29386890870fd2c9f812e587151419ca01af

case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/xdotool/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'xdotool'
pkgname=xdotool
version=4.20251130.1
version=4.20260303.1
revision=1
build_style=gnu-makefile
make_build_target="all"
Expand All @@ -11,8 +11,8 @@ short_desc="Command-line X11 automation tool"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
homepage="https://github.com/jordansissel/xdotool"
distfiles="https://github.com/jordansissel/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=eee789b00d6a13d47b31bbc139727e6408c21b5f6ba5e804fdf6ecfb8c781356
distfiles="https://github.com/jordansissel/xdotool/archive/refs/tags/v${version}/${pkgname}-${version}.tar.gz"
checksum=c1f971a384da588eb99ca0755fc4300316d49c1e612537e3f1de52215e104fa3

xdotool-devel_package() {
short_desc+=" - development files"
Expand Down
Loading