summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornl67202018-07-11 14:44:42 +0300
committernl67202018-07-11 14:44:42 +0300
commit7323f79c9a033e43a038e3dbf8fe338ef25fe4d4 (patch)
tree759f9cbd70e7efa65bdc54b83bb3808a6d018cb3
parent21ce2eace5f02767b720f78f293970bb25d437e6 (diff)
downloadaur-7323f79c9a033e43a038e3dbf8fe338ef25fe4d4.tar.gz
Make pkgdesc consistent between TianoCore EDK2 & GNU-EFI builds
Add 'libs' at the end of pkgdesc.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b1f055bed2e..e5f0385f7d26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = refind-efi-git
- pkgdesc = rEFInd Boot Manager - git version - Built with TianoCore EDK2
+ pkgdesc = rEFInd Boot Manager - git version - Built with TianoCore EDK2 libs
pkgver = 0.11.2.2.r617.7e9e438
pkgrel = 1
url = http://www.rodsbooks.com/refind/
diff --git a/PKGBUILD b/PKGBUILD
index 77807277e2d4..591a6500b305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ if [[ "${_USE_GNU_EFI}" == '1' ]]; then
else
- pkgdesc="${pkgdesc} - Built with TianoCore EDK2"
+ pkgdesc="${pkgdesc} - Built with TianoCore EDK2 libs"
makedepends+=('python2' 'nasm')
_UDK_VERSION='UDK2018'