This package is full of problems, missing dependencies for python3/python3-pyqt5 and plenty of files with missing read permission.
Search Criteria
Package Details: multibootusb 9.2.0-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/multibootusb.git (read-only, click to copy) |
|---|---|
| Package Base: | multibootusb |
| Description: | Boot multiple live Linux distros from a usb flash drive |
| Upstream URL: | https://github.com/mbusb/multibootusb |
| Keywords: | multiboot multibootusb usb |
| Licenses: | GPL-2.0-or-later |
| Submitter: | Angel_Caido |
| Maintainer: | francismartin |
| Last Packager: | francismartin |
| Votes: | 111 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-08-20 19:45 (UTC) |
| Last Updated: | 2026-05-17 02:50 (UTC) |
Dependencies (9)
- 7zip (p7zip-natspecAUR, 7zip-natspecAUR, 7zip-zstd-binAUR, 7zip-zstdAUR)
- mtools (mtools-svnAUR)
- npm (python-nodejs-wheelAUR, npm-corepackAUR)
- parted (parted-gitAUR)
- python
- python-dbus
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR, python-pyqt5-pre-releaseAUR)
- python-pyudev
- python-setuptools (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 Next › Last »
AdrianoML commented on 2016-11-23 15:12 (UTC)
satriani commented on 2016-11-21 08:26 (UTC)
-rw------- 1 root root 191 20. Nov 09:41 multibootusb.desktop
wrong permission.
Please add to PKGBUILD "chmod 755 /usr/share/applications/multibootusb.desktop"
sundar_ima commented on 2016-11-21 07:20 (UTC)
Your PKGBUILD is not correct. The latest version is based on pyqt5 and p7zip is also missing.
Angel_Caido commented on 2016-11-21 03:07 (UTC)
PKGBUILD updated. Thanks for your patience.
sundar_ima commented on 2016-11-20 12:01 (UTC) (edited on 2016-11-20 12:02 (UTC) by sundar_ima)
The latest version is released http://multibootusb.org/2016-11-20-Multibootusb-version-8.1.0-is-released/
It would be nice if you report the issues you encountered. This will be helpful in solving the issue faster.
Angel_Caido commented on 2016-11-19 16:15 (UTC)
I shall update the PKGBUILD as soon as I make sure that Multibootusb is working properly. I have read that it has some errors.
GeoffMaciolek commented on 2016-11-12 22:39 (UTC)
Hey, here's the PKGBUILD I made for 8.0.0: https://github.com/GeoffMaciolek/PKGBUILDs/raw/master/multibootusb/PKGBUILD
Or:
# Contributor: Jonas Heinrich <onny@project-insanity.org>
# Former Maintainer: sundar_ima <feedback.multibootusb@gmail.com>
# Maintainer: Angel_Caido <geussepe at gmail dot com>>
pkgname=multibootusb
pkgver=8.0.0
pkgrel=1
pkgdesc="Boot multiple live Linux distros from a usb flash drive."
arch=("any")
url="http://multibootusb.org"
license=("GPL")
#depends=("python2-pyqt4" "mtools" "util-linux" "parted")
depends=("python>=3.0.0" "python-pyqt5" "python-dbus" "mtools" "util-linux" "parted")
#sha512sums=("b5a01dd81d90abd45b8443d922704432e84ceb58ad67c8cfe289064230f721baec420244000533d82e5c66db29767054556d8f8f2606918a8b3e51e24199a867")
sha512sums=("fe62166ee027be89e3773b1d4236368999749d16c90e1ecf15f308c4550db1915492ea6bca889154b6601f65cf0424a6b8061a57bf8215e7c28fe9a93905e753")
source=("https://github.com/mbusb/$pkgname/releases/download/v${pkgver}/$pkgname-${pkgver}.tar.gz")
#source=("http://downloads.sourceforge.net/project/$pkgname/${pkgver}/Source/$pkgname-${pkgver}.tar.gz")
package () {
cd "$srcdir/$pkgname-$pkgver"
python3 setup.py install --root="$pkgdir/" --optimize=1
}
sundar_ima commented on 2016-11-06 15:44 (UTC)
New version is released. http://multibootusb.org/2016-11-06-Upgraded-version-of-multibootusb-8.0.0-is-ready/
Angel_Caido commented on 2016-07-25 02:49 (UTC)
PKGBUILD Updated. I apologize for the delay. Thank you so much for the information.
Pinned Comments