Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / os-prober
Commits: a2b69efa by Tobias Powalowski at 2025-02-24T17:58:01+01:00 upgpkg: 1.83-1: update to latest version - - - - - 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.81 - pkgrel = 2 + pkgver = 1.83 + pkgrel = 1 url = https://joeyh.name/code/os-prober/ arch = x86_64 - license = GPL3 + license = GPL-3.0-or-later depends = sh - source = https://deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.81.tar.xz - sha512sums = ffb0e618f9e58a7a8e4a265d253bad4e168c220697216684acb38dbfa20680e552eb7c5f3d2186cd750c61a8929bf152527aa85c39318ed8b025a4ffffadde50 - b2sums = 0159870612d265c5e610e093a8839129aa9dc111a6f3abee65a6044b4c997ba65a69f70deca246bde53c1cf5314812312178e82c0893093d9f23ced3b0176f9d + source = https://deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.83.tar.xz + sha512sums = b6a75cfa9cd71338e43597d3529a9f65cf210013f5b0e05a3e7aada6d33d391453b73dfc366e452538b13701be3e2eb00ad8e22da34ab108f60822c35ec46623 + b2sums = ae0b5884f28dc60622142e8e7004e40f15fc2cc325eb634306fed0bbfa431c22331af75f7e52bdf78f60a0842fb9398c7d95be792cb06397223dda7aa9d36a8d pkgname = os-prober ===================================== PKGBUILD ===================================== @@ -3,31 +3,31 @@ # Contributor: darkcoder <mario_v...@hotmail.com> pkgname=os-prober -pkgver=1.81 -pkgrel=2 +pkgver=1.83 +pkgrel=1 pkgdesc='Utility to detect other OSes on a set of drives' url='https://joeyh.name/code/os-prober/' arch=('x86_64') -license=('GPL3') +license=('GPL-3.0-or-later') depends=('sh') source=(https://deb.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz) -sha512sums=('ffb0e618f9e58a7a8e4a265d253bad4e168c220697216684acb38dbfa20680e552eb7c5f3d2186cd750c61a8929bf152527aa85c39318ed8b025a4ffffadde50') -b2sums=('0159870612d265c5e610e093a8839129aa9dc111a6f3abee65a6044b4c997ba65a69f70deca246bde53c1cf5314812312178e82c0893093d9f23ced3b0176f9d') +sha512sums=('b6a75cfa9cd71338e43597d3529a9f65cf210013f5b0e05a3e7aada6d33d391453b73dfc366e452538b13701be3e2eb00ad8e22da34ab108f60822c35ec46623') +b2sums=('ae0b5884f28dc60622142e8e7004e40f15fc2cc325eb634306fed0bbfa431c22331af75f7e52bdf78f60a0842fb9398c7d95be792cb06397223dda7aa9d36a8d') prepare() { - cd ${pkgname}-${pkgver} + cd work # 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 ${pkgname}-${pkgver} + cd work make newns } package() { - cd ${pkgname}-${pkgver} + cd work 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/a2b69efa2b7389d7928ea29a4061f64686a11dcf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/os-prober/-/commit/a2b69efa2b7389d7928ea29a4061f64686a11dcf You're receiving this email because of your account on gitlab.archlinux.org.