summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenerator2020-06-29 12:19:55 +0100
committerGenerator2020-06-29 12:19:55 +0100
commit3d08ac3c27afe19a85595db545391175712dc3b3 (patch)
tree9f37746929795cdf5920884f2df2c5d1f5f86df4
parent8ce9408e7fea6b01cdec47fa7de6a0e51f34e2bb (diff)
downloadaur-3d08ac3c27afe19a85595db545391175712dc3b3.tar.gz
missing dependency python-distro
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6c9e9814820..6094a6137445 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grub2-theme-preview
pkgdesc = Preview a full GRUB 2.x theme (or just a background image) using KVM/QEMU
pkgver = 1.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hartwork/grub2-theme-preview
arch = any
license = GPL
@@ -9,6 +9,7 @@ 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=1.4.4
diff --git a/PKGBUILD b/PKGBUILD
index ae967aa4fcb8..f033cd94e869 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.4.4
-pkgrel=1
+pkgrel=2
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' 'edk2-ovmf')
+depends=('grub' 'qemu' 'mtools' 'python' 'python-distro' 'libisoburn' 'edk2-ovmf')
source=("git+https://github.com/hartwork/grub2-theme-preview.git#tag=${pkgver}")
sha256sums=('SKIP')