diff options
author | Marco Rubin | 2022-03-04 23:30:27 +0100 |
---|---|---|
committer | Marco Rubin | 2022-03-04 23:30:27 +0100 |
commit | b84311066249d495506110c0eab837eef03404a9 (patch) | |
tree | 998063293355bfa611c21c6c89c921c345f24c1b | |
parent | fb9cdce7baa7e11a1a56dd99d4030164c37176ab (diff) | |
download | aur-b84311066249d495506110c0eab837eef03404a9.tar.gz |
Fixed dependency
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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') |