diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-03 14:25:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-03 14:44:23 +0000 |
commit | 5ef02fd465055aa3d9f6efda9b393be088a89a2e (patch) | |
tree | d2e256045bc3506b909fc27c4bb77dd973cdc11c | |
parent | fc71eb96c592f7d0ee40997bd700e43aa10f3531 (diff) | |
download | aports-5ef02fd465055aa3d9f6efda9b393be088a89a2e.tar.bz2 aports-5ef02fd465055aa3d9f6efda9b393be088a89a2e.tar.xz |
community/edk2: move from testing and claim maintainership
fixes https://github.com/linuxkit/linuxkit/issues/1761
-rw-r--r-- | community/edk2/APKBUILD (renamed from testing/edk2/APKBUILD) | 5 | ||||
-rw-r--r-- | community/edk2/build-hack.patch (renamed from testing/edk2/build-hack.patch) | 0 |
2 files changed, 3 insertions, 2 deletions
diff --git a/testing/edk2/APKBUILD b/community/edk2/APKBUILD index d610081452..50ed180f4e 100644 --- a/testing/edk2/APKBUILD +++ b/community/edk2/APKBUILD @@ -1,9 +1,10 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> + pkgname=edk2 pkgver=0.0.20161115 _commitid=e242cdfb307a6dfe2c0f75c4719f5c1f6b418625 -pkgrel=0 +pkgrel=1 pkgdesc="EFI Development Kit II" url="http://www.tianocore.org/edk2/" arch="x86_64" diff --git a/testing/edk2/build-hack.patch b/community/edk2/build-hack.patch index 5573717b0d..5573717b0d 100644 --- a/testing/edk2/build-hack.patch +++ b/community/edk2/build-hack.patch |