summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenerator2020-07-08 12:06:44 +0100
committerGenerator2020-07-08 12:06:44 +0100
commitef9b05482839438b9fffa8fcc3d670c8fdc50482 (patch)
tree8dea0042c056aeead952d64fc4e129b619fc81ee
parent3d08ac3c27afe19a85595db545391175712dc3b3 (diff)
downloadaur-ef9b05482839438b9fffa8fcc3d670c8fdc50482.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6094a6137445..a88eb70dca33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
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 = 2
+ pkgrel = 3
url = https://github.com/hartwork/grub2-theme-preview
arch = any
license = GPL
+ makedepends = git
depends = grub
depends = qemu
depends = mtools
diff --git a/PKGBUILD b/PKGBUILD
index f033cd94e869..15694cc60c26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: American_Jesus <american.jesus.pt AT gmail DOT com>
pkgname=grub2-theme-preview
pkgver=1.4.4
-pkgrel=2
+pkgrel=3
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')
+makedepends=('git')
source=("git+https://github.com/hartwork/grub2-theme-preview.git#tag=${pkgver}")
sha256sums=('SKIP')