-rw------- 1 root root 191 20. Nov 09:41 multibootusb.desktop
wrong permission.
Please add to PKGBUILD "chmod 755 /usr/share/applications/multibootusb.desktop"
Search Criteria
Package Details: multibootusb 9.2.0-5
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://sourceforge.net/projects/multibootusb/ |
Keywords: | multiboot multibootusb usb |
Licenses: | GPL |
Submitter: | Angel_Caido |
Maintainer: | gmy |
Last Packager: | gmy |
Votes: | 113 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-20 19:45 (UTC) |
Last Updated: | 2021-04-19 10:40 (UTC) |
Dependencies (6)
- mtools (mtools-svnAUR)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR)
- parted (parted-gitAUR)
- python-dbus
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-pyudev
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 Next › Last »
satriani commented on 2016-11-21 08:26 (UTC)
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.
xpt commented on 2016-07-19 06:01 (UTC)
Please change:
source=("http://iweb.dl.sourceforge.net/project/$pkgname/${pkgver}/Source/$pkgname-${pkgver}.tar.gz")
to
source=(http://downloads.sourceforge.net/project/$pkgname/${pkgver}/Source/$pkgname-${pkgver}.tar.gz")
Pinned Comments