Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
os-prober
Commits:
23fffcd7 by Levente Polyak at 2026-02-22T16:04:35+01:00
upgpkg: 1.84-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = os-prober
pkgdesc = Utility to detect other OSes on a set of drives
- pkgver = 1.83
+ pkgver = 1.84
pkgrel = 1
url = https://joeyh.name/code/os-prober/
arch = x86_64
license = GPL-3.0-or-later
depends = sh
- source =
https://deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.83.tar.xz
- sha512sums =
b6a75cfa9cd71338e43597d3529a9f65cf210013f5b0e05a3e7aada6d33d391453b73dfc366e452538b13701be3e2eb00ad8e22da34ab108f60822c35ec46623
- b2sums =
ae0b5884f28dc60622142e8e7004e40f15fc2cc325eb634306fed0bbfa431c22331af75f7e52bdf78f60a0842fb9398c7d95be792cb06397223dda7aa9d36a8d
+ source =
https://deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.84.tar.xz
+ sha512sums =
b6e3f8997cf647e44582513dcf2b186ca9f3bf76fe97beb49d15feb053ee16606c3600de88e77a1f6e2919b348a49e555c67b6b5453e5ca0033b2cb99e4f3a2b
+ b2sums =
35030940a3913d64ea9b4bda9af64c0490a9bd38a39b069c057ef7cacb0db1af606e70f2b3ed8788d0a458a76b6f63867d55ee9e6b6b6daa1641e88198973751
pkgname = os-prober
=====================================
PKGBUILD
=====================================
@@ -3,31 +3,33 @@
# Contributor: darkcoder <[email protected]>
pkgname=os-prober
-pkgver=1.83
+pkgver=1.84
pkgrel=1
pkgdesc='Utility to detect other OSes on a set of drives'
url='https://joeyh.name/code/os-prober/'
-arch=('x86_64')
-license=('GPL-3.0-or-later')
-depends=('sh')
+arch=(x86_64)
+license=(GPL-3.0-or-later)
+depends=(
+ sh
+)
source=(https://deb.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-sha512sums=('b6a75cfa9cd71338e43597d3529a9f65cf210013f5b0e05a3e7aada6d33d391453b73dfc366e452538b13701be3e2eb00ad8e22da34ab108f60822c35ec46623')
-b2sums=('ae0b5884f28dc60622142e8e7004e40f15fc2cc325eb634306fed0bbfa431c22331af75f7e52bdf78f60a0842fb9398c7d95be792cb06397223dda7aa9d36a8d')
+sha512sums=('b6e3f8997cf647e44582513dcf2b186ca9f3bf76fe97beb49d15feb053ee16606c3600de88e77a1f6e2919b348a49e555c67b6b5453e5ca0033b2cb99e4f3a2b')
+b2sums=('35030940a3913d64ea9b4bda9af64c0490a9bd38a39b069c057ef7cacb0db1af606e70f2b3ed8788d0a458a76b6f63867d55ee9e6b6b6daa1641e88198973751')
prepare() {
- cd work
+ cd ${pkgname}-${pkgver}
# adjust lib dir to allow detection of 64-bit distros
sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g"
os-probes/mounted/common/90linux-distro
rm -f Makefile
}
build() {
- cd work
+ cd ${pkgname}-${pkgver}
make newns
}
package() {
- cd work
+ cd ${pkgname}-${pkgver}
install -Dm 755 os-prober linux-boot-prober -t "${pkgdir}/usr/bin"
install -Dm 755 newns -t "${pkgdir}/usr/lib/os-prober"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/os-prober/-/commit/23fffcd77d056e64b8e2a6760305c9e97da62430
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/os-prober/-/commit/23fffcd77d056e64b8e2a6760305c9e97da62430
You're receiving this email because of your account on gitlab.archlinux.org.