summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Weiman2019-01-13 20:15:04 -0500
committerMark Weiman2019-01-13 20:15:04 -0500
commit97d2e0f39eb90bddadbcb16a5c0cdb6105a1ed5c (patch)
treeba116a4a9deb0e7f0199129374c86fd7b8a58412 /PKGBUILD
parent30acd8917bb840148ccc72ec535c72df0409fc61 (diff)
downloadaur-ovmf-git.tar.gz
git submodule fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ec9b7f13cf1..9d612b590ba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Weiman <mark.weiman@markzz.com>
pkgname=ovmf-git
-pkgver=r23046.f13f306b3b
+pkgver=r25361.514c55c185
epoch=1
pkgrel=1
arch=('any')
@@ -25,6 +25,8 @@ prepare() {
# edk2 uses python everywhere, but expects python2
mkdir bin
ln -s /usr/bin/python2 bin/python
+ cd edk2
+ git submodule update --init --recursive
}
build() {