File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 22
33pkgname=bcachefs-tools-git
44_pkgname=${pkgname% -git}
5- pkgver=1.32.1.r88.g57ce8c0
5+ pkgver=1.33.0.r1.gd8cad47
66pkgrel=1
77epoch=1
88pkgdesc=" BCacheFS filesystem utilities"
Original file line number Diff line number Diff line change 33
44pkgname=box64
55pkgver=0.3.8
6- pkgrel=2
6+ pkgrel=3
77pkgdesc=' Linux Userspace x86_64 Emulator with a twist'
88arch=(' x86_64' ' aarch64' ' riscv64' ' powerpc64le' )
99url=' https://github.com/ptitSeb/box64'
@@ -35,21 +35,29 @@ build() {
3535 fi
3636 cmake -B build -S . \
3737 $exargs \
38+ -DBOX32=ON \
39+ -DBOX32_BINFMT=ON \
3840 -DARM_DYNAREC=ON \
3941 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
4042 -DCMAKE_INSTALL_PREFIX=/usr
4143 elif [[ $CARCH == " x86_64" ]]; then
4244 cmake -B build -S . \
45+ -DBOX32=ON \
46+ -DBOX32_BINFMT=ON \
4347 -DLD80BITS=1 -DNOALIGN=1 \
4448 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
4549 -DCMAKE_INSTALL_PREFIX=/usr
4650 elif [[ $CARCH == " powerpc64le" ]]; then
4751 cmake -B build -S . \
52+ -DBOX32=ON \
53+ -DBOX32_BINFMT=ON \
4854 -DPPC64LE=1 \
4955 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
5056 -DCMAKE_INSTALL_PREFIX=/usr
5157 elif [[ $CARCH == " riscv64" ]]; then
5258 cmake -B build -S . \
59+ -DBOX32=ON \
60+ -DBOX32_BINFMT=ON \
5361 -DRV64=1 \
5462 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
5563 -DCMAKE_INSTALL_PREFIX=/usr
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ _pkgbase='herdtools7'
44pkgname=(' herdtools7-git' )
55provides=(' herdtools7' )
66conflicts=(' herdtools7' )
7- pkgver=7.58+1.r1104.g55f5aa3d9
7+ pkgver=7.58+1.r1108.g9da810510
88pkgrel=1
99pkgdesc=" The Herd toolsuite to deal with .cat memory models"
1010arch=(armv7h aarch64 i686 x86_64)
Original file line number Diff line number Diff line change 33# Maintainer: Kuan-Yen Chou <kuanyenchou at gmail dot com>
44
55pkgname=vcpkg-git
6- pkgver=2025.10.17.r487.ge7d7451462
6+ pkgver=2025.10.17.r497.g580d480f75
77pkgrel=1
88pkgdesc=' C++ library manager for Windows, Linux, and MacOS'
99depends=(' curl' ' zip' ' unzip' )
You can’t perform that action at this time.
0 commit comments