summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenerator2020-06-29 00:27:44 +0100
committerGenerator2020-06-29 00:27:44 +0100
commit8ce9408e7fea6b01cdec47fa7de6a0e51f34e2bb (patch)
treef659e584aa6cd564a9325171e97a85c0c4fdecdd
parent1b9de48a90d8ffe7897f56e87754da0d52d54e17 (diff)
downloadaur-8ce9408e7fea6b01cdec47fa7de6a0e51f34e2bb.tar.gz
bump version 1.4.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c5335d0e2c4..b6c9e9814820 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jan 4 19:02:15 UTC 2018
pkgbase = grub2-theme-preview
pkgdesc = Preview a full GRUB 2.x theme (or just a background image) using KVM/QEMU
- pkgver = 1.3.2
+ pkgver = 1.4.4
pkgrel = 1
url = https://github.com/hartwork/grub2-theme-preview
arch = any
@@ -12,7 +10,8 @@ pkgbase = grub2-theme-preview
depends = mtools
depends = python
depends = libisoburn
- source = git+https://github.com/hartwork/grub2-theme-preview.git#tag=1.3.2
+ depends = edk2-ovmf
+ source = git+https://github.com/hartwork/grub2-theme-preview.git#tag=1.4.4
sha256sums = SKIP
pkgname = grub2-theme-preview
diff --git a/PKGBUILD b/PKGBUILD
index 81168537470e..ae967aa4fcb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: American_Jesus <american.jesus.pt AT gmail DOT com>
pkgname=grub2-theme-preview
-pkgver=1.3.2
+pkgver=1.4.4
pkgrel=1
pkgdesc="Preview a full GRUB 2.x theme (or just a background image) using KVM/QEMU"
arch=('any')
url="https://github.com/hartwork/grub2-theme-preview"
license=('GPL')
-depends=('grub' 'qemu' 'mtools' 'python' 'libisoburn')
+depends=('grub' 'qemu' 'mtools' 'python' 'libisoburn' 'edk2-ovmf')
source=("git+https://github.com/hartwork/grub2-theme-preview.git#tag=${pkgver}")
sha256sums=('SKIP')