summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Xu (Hello71)2018-06-23 11:42:29 -0400
committerAlex Xu (Hello71)2018-06-23 11:42:49 -0400
commitbcedb29a6919e0230c8fa56d2173170b8fc8ae67 (patch)
treeceb7bb96fd4f812e31036fbb2cd1f559a2dba846 /PKGBUILD
parentdf09c8b26d81a0cfa2225265c5feea464c1a64cc (diff)
downloadaur-bcedb29a6919e0230c8fa56d2173170b8fc8ae67.tar.gz
Fix url, some other changes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ce884cac311..a93acfd62208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,10 +27,10 @@ _COMPILER="GCC5"
_pkgname="uefi-shell"
pkgname="${_pkgname}-git"
-pkgver=20052.ed72804
+pkgver=24185.3b03b5e990
pkgrel=1
pkgdesc="UEFI Shell v2 - from Tianocore EDK2 - GIT Version"
-url="http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ShellPkg"
+url="https://github.com/tianocore/edk2"
arch=('x86_64' 'i686')
license=('BSD')
@@ -39,7 +39,7 @@ makedepends=('git' 'python2' 'nasm')
options=('!strip' '!makeflags')
conflicts=('uefi-shell' 'uefi-shell-svn')
-provides=('uefi-shell' 'uefi-shell-svn')
+provides=('uefi-shell')
install="${_pkgname}.install"