summarylogtreecommitdiffstats
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
parentdf09c8b26d81a0cfa2225265c5feea464c1a64cc (diff)
downloadaur-bcedb29a6919e0230c8fa56d2173170b8fc8ae67.tar.gz
Fix url, some other changes.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 278cbe9a5e00..8256798cee2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Fri Nov 25 00:54:16 UTC 2016
pkgbase = uefi-shell-git
pkgdesc = UEFI Shell v2 - from Tianocore EDK2 - GIT Version
- pkgver = 20052.ed72804
+ pkgver = 24185.3b03b5e990
pkgrel = 1
- url = http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ShellPkg
+ url = https://github.com/tianocore/edk2
install = uefi-shell.install
arch = x86_64
arch = i686
@@ -13,7 +11,6 @@ pkgbase = uefi-shell-git
makedepends = python2
makedepends = nasm
provides = uefi-shell
- provides = uefi-shell-svn
conflicts = uefi-shell
conflicts = uefi-shell-svn
options = !strip
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"