summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenerator2021-03-12 21:32:29 +0000
committerGenerator2021-03-12 21:32:29 +0000
commit586ed9cdb1c967db25c82f8c3650bbb3334e230b (patch)
tree7bc6ab4a113dac97639178b56933762b613b74de
parent93e4cd8a9c614f88871200e2c78bac724ce3bb3f (diff)
downloadaur-586ed9cdb1c967db25c82f8c3650bbb3334e230b.tar.gz
bump version 2.3.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b25d1ab83aa9..a25f33c7f1ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grub2-theme-preview
pkgdesc = Preview a full GRUB 2.x theme (or just a background image) using KVM/QEMU
- pkgver = 2.1.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/hartwork/grub2-theme-preview
arch = any
@@ -10,10 +10,9 @@ pkgbase = grub2-theme-preview
depends = qemu
depends = mtools
depends = python
- depends = python-distro
depends = libisoburn
depends = edk2-ovmf
- source = git+https://github.com/hartwork/grub2-theme-preview.git#tag=2.1.0
+ source = git+https://github.com/hartwork/grub2-theme-preview.git#tag=2.3.0
sha256sums = SKIP
pkgname = grub2-theme-preview
diff --git a/PKGBUILD b/PKGBUILD
index 14d286ec36d6..72d0b68c6306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: American_Jesus <american.jesus.pt AT gmail DOT com>
pkgname=grub2-theme-preview
-pkgver=2.1.0
+pkgver=2.3.0
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' 'python-distro' 'libisoburn' 'edk2-ovmf')
+depends=('grub' 'qemu' 'mtools' 'python' 'libisoburn' 'edk2-ovmf')
makedepends=('git')
source=("git+https://github.com/hartwork/grub2-theme-preview.git#tag=${pkgver}")
sha256sums=('SKIP')