Skip to content

Commit 7399dee

Browse files
committed
Merge branch 'master' of 192.168.60.2:archgitrepo
2 parents 67f0bc7 + e43775b commit 7399dee

7 files changed

Lines changed: 20 additions & 13 deletions

File tree

alarmcn/bcachefs-tools-git/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pkgname=bcachefs-tools-git
44
_pkgname=${pkgname%-git}
5-
pkgver=1.37.5.r11.g7514504
5+
pkgver=1.37.5.r13.gb7ddcb5
66
pkgrel=1
77
epoch=1
88
pkgdesc="BCacheFS filesystem utilities"

alarmcn/herdtools7-git/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _pkgbase='herdtools7'
44
pkgname=('herdtools7-git')
55
provides=('herdtools7')
66
conflicts=('herdtools7')
7-
pkgver=7.58+1.r1569.g0f5101391
7+
pkgver=7.58+1.r1571.g549a89dbb
88
pkgrel=1
99
pkgdesc="The Herd toolsuite to deal with .cat memory models"
1010
arch=(armv7h aarch64 i686 x86_64)

alarmcn/neovim-git/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
pkgname=neovim-git
66
_pkgname=${pkgname%-git}
7-
pkgver=0.12.0.r254.g5b0ad4a060
7+
pkgver=0.12.0.r261.gbc6d946cca
88
pkgrel=1
99
pkgdesc="Fork of Vim aiming to improve user experience, plugins, and GUIs."
1010
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')

alarmcn/openblas-git/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
pkgbase=openblas-git
77
pkgname=(openblas-git openblas64-git)
88
_pkgname=OpenBLAS
9-
pkgver=0.3.32.1dev.0.110.gfe23eadd1
9+
pkgver=0.3.32.1dev.0.118.gb8bb6d08f
1010
pkgrel=1
1111
pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD"
1212
arch=('aarch64' 'x86_64')

alarmcn/qemu/PKGBUILD

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pkgname=(
2727
qemu-{base,desktop,emulators-full,full}
2828
)
2929
pkgver=10.2.2
30-
pkgrel=3
30+
pkgrel=4
3131
pkgdesc="A generic and open source machine emulator and virtualizer"
3232
arch=(aarch64 x86_64)
3333
url="https://www.qemu.org/"
@@ -446,10 +446,6 @@ package_qemu-common() {
446446
# remove files provided by seabios
447447
rm -fv "$pkgdir/usr/share/$pkgbase/"{bios,vgabios}*
448448

449-
# remove files provided by edk2-{aarch64,arm,ovmf}
450-
rm -fv "$pkgdir/usr/share/$pkgbase/"edk2-*
451-
rm -frv "$pkgdir/usr/share/$pkgbase/firmware"
452-
453449
(
454450
# create man page symlinks for all system emulators
455451
cd "$pkgdir/usr/share/man/man1"
@@ -525,6 +521,10 @@ package_qemu-common() {
525521
_pick qemu-system-arm usr/share/man/man1/qemu-system-arm.1*
526522

527523
_pick qemu-system-arm-firmware usr/share/qemu/{ast27x0,npcm{7,8}xx}_bootrom.bin
524+
# NOTE: These used to belong to edk2-arm, but upstream edk2 removed support for 32bit ARM.
525+
# We will track them here for as long as QEMU upstream provides them prebuilt.
526+
_pick qemu-system-arm-firmware usr/share/qemu/edk2-arm-{code,vars}.fd
527+
_pick qemu-system-arm-firmware usr/share/qemu/firmware/60-edk2-arm.json
528528

529529
_pick qemu-system-avr usr/bin/qemu-system-avr
530530
_pick qemu-system-avr usr/share/man/man1/qemu-system-avr.1*
@@ -627,6 +627,11 @@ package_qemu-common() {
627627
_pick qemu-vmsr-helper usr/bin/qemu-vmsr-helper
628628
fi
629629
)
630+
631+
# remove files provided by edk2-{aarch64,arm,ovmf}
632+
rm -fv "$pkgdir/usr/share/$pkgbase/"edk2-*
633+
rm -frv "$pkgdir/usr/share/$pkgbase/firmware"
634+
630635
}
631636

632637
package_qemu-audio-alsa() {
@@ -864,13 +869,15 @@ package_qemu-system-alpha-firmware() {
864869

865870
package_qemu-system-arm() {
866871
pkgdesc="QEMU system emulator for ARM"
867-
depends=("${_qemu_system_deps[@]}" dtc edk2-arm qemu-system-arm-firmware=$pkgver-$pkgrel systemd-libs libudev.so)
872+
depends=("${_qemu_system_deps[@]}" dtc qemu-system-arm-firmware=$pkgver-$pkgrel systemd-libs libudev.so)
868873
mv -v $pkgname/* "$pkgdir"
869874
_install_licenses
870875
}
871876

872877
package_qemu-system-arm-firmware() {
873878
pkgdesc="Firmware for QEMU system emulator for ARM"
879+
conflicts=(edk2-arm)
880+
replaces=(edk2-arm)
874881
options=(!strip)
875882
mv -v $pkgname/* "$pkgdir"
876883
_install_licenses
@@ -955,7 +962,7 @@ package_qemu-system-ppc-firmware() {
955962

956963
package_qemu-system-riscv() {
957964
pkgdesc="QEMU system emulator for RISC-V"
958-
depends=("${_qemu_system_deps[@]}" dtc qemu-system-riscv-firmware=$pkgver-$pkgrel systemd-libs libudev.so)
965+
depends=("${_qemu_system_deps[@]}" dtc edk2-riscv64 qemu-system-riscv-firmware=$pkgver-$pkgrel systemd-libs libudev.so)
959966
mv -v $pkgname/* "$pkgdir"
960967
_install_licenses
961968
}

alarmcn/rr-git/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Previous maintainer: Joel Teichroeb <joel@teichroeb.net>
33

44
pkgname=rr-git
5-
pkgver=5.9.0.r140.g9e6dfa89
5+
pkgver=5.9.0.r141.gcb603175
66
pkgrel=1
77
pkgdesc='a nondeterministic debugger'
88
arch=(i686 x86_64 aarch64)

alarmcn/yazi-git/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pkgname=yazi-git
55
_pkgname=yazi
6-
pkgver=26.1.22.r83.g4631508
6+
pkgver=26.1.22.r84.gae4c138
77
pkgrel=1
88
pkgdesc="Blazing fast terminal file manager written in Rust, based on async I/O."
99
url="https://github.com/sxyazi/${_pkgname}"

0 commit comments

Comments
 (0)