summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2022-03-04 23:30:27 +0100
committerMarco Rubin2022-03-04 23:30:27 +0100
commitb84311066249d495506110c0eab837eef03404a9 (patch)
tree998063293355bfa611c21c6c89c921c345f24c1b
parentfb9cdce7baa7e11a1a56dd99d4030164c37176ab (diff)
downloadaur-b84311066249d495506110c0eab837eef03404a9.tar.gz
Fixed dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d4c430176ac..ef77dafff647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = uefi-run
license = MIT
makedepends = rust
depends = qemu
- depends = ovmf
+ depends = edk2-ovmf
source = https://github.com/Richard-W/uefi-run/archive/v0.4.0.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 13cf29b4cc3b..7848622fdb32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgver=0.4.0
pkgrel=2
pkgdesc="Directly run UEFI applications in QEMU"
arch=('x86_64')
-url="https://github.com/Richard-W/uefi-run"
+url=https://github.com/Richard-W/uefi-run
license=('MIT')
-depends=(qemu ovmf)
+depends=(qemu edk2-ovmf)
makedepends=(rust)
source=("$url/archive/v$pkgver.tar.gz")
md5sums=('SKIP')