Package Details: virtualbox-unattended-templates 7.0.12-1

Git Clone URL: https://aur.archlinux.org/virtualbox-unattended-templates.git (read-only, click to copy)
Package Base: virtualbox-unattended-templates
Description: Unattended Templates for Virtualbox
Upstream URL: https://www.virtualbox.org/
Licenses: GPL3
Submitter: Yethal
Maintainer: yurikoles
Last Packager: yurikoles
Votes: 7
Popularity: 1.51
First Submitted: 2020-09-27 00:50 (UTC)
Last Updated: 2023-10-17 14:58 (UTC)

Latest Comments

samlior commented on 2023-08-31 10:55 (UTC)

This solved the problem, thanks!

avannus commented on 2022-12-29 00:29 (UTC)

Thank you for updating this package!

mgsCatDev commented on 2022-12-09 18:39 (UTC) (edited on 2022-12-09 18:39 (UTC) by mgsCatDev)

While the package is not updated to virtualbox 7, the patch for version 7.0.4 is:

diff --git a/PKGBUILD b/PKGBUILD
index e2499ae..5bf0404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grzegorz Chodzicki <grzegorz.chodzicki AT protonmail DOT com>

pkgname='virtualbox-unattended-templates'
-pkgver=6.1.16
+pkgver=7.0.4
pkgrel=1

pkgdesc="Unattended Templates for Virtualbox"
@@ -12,7 +12,7 @@ license=('GPL2')
optdepends=('virtualbox')

source=("https://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver}.tar.bz2")
-sha256sums=('49c1990da16d8a3d5bda8cdb961ec8195a901e67e4c79aea44c1521a5fc2f9f1')
+sha256sums=('58951f7d1bcda836c5e50ca0a6b13f0e61a07a904f476526a831df3d9bfe5b17')

package() {
    cd "$srcdir"

sebdotv commented on 2022-12-07 07:09 (UTC)

PKGBUILD is incorrect. Proper patch for 6.1.34

diff --git a/PKGBUILD b/PKGBUILD
index e2499ae..4c527d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Grzegorz Chodzicki <grzegorz.chodzicki AT protonmail DOT com>

 pkgname='virtualbox-unattended-templates'
-pkgver=6.1.16
+pkgver=6.1.34
 pkgrel=1

 pkgdesc="Unattended Templates for Virtualbox"
@@ -12,7 +12,7 @@ license=('GPL2')
 optdepends=('virtualbox')

 source=("https://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver}.tar.bz2")
-sha256sums=('49c1990da16d8a3d5bda8cdb961ec8195a901e67e4c79aea44c1521a5fc2f9f1')
+sha256sums=('9c3ce1829432e5b8374f950698587038f45fb0492147dc200e59edb9bb75eb49')

 package() {
    cd "$srcdir"