summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2014-03-01 13:58:39 -0500
committerKeshav Amburay2014-03-01 13:58:39 -0500
commit2fa95c59d8c845b7ff094e1b20009c4a4c46f982 (patch)
treece55224c3f325e20a408c16e5ddd48e0a6f0f07b
parent770ec60a437631250483da782982ba64eb503cf3 (diff)
downloadaur-2fa95c59d8c845b7ff094e1b20009c4a4c46f982.tar.gz
Use http: for git checkout
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a90025b0781d..0a310a6ef833 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shim-efi-git
pkgdesc = Simple bootloader for x86_64 UEFI Secure Boot - GIT Version
- pkgver = 0.7.13.g27129a5
+ pkgver = 0.7.22.g06495f6
pkgrel = 1
url = https://github.com/mjg59/shim
arch = x86_64
@@ -12,14 +12,14 @@ pkgbase = shim-efi-git
depends = efivar
depends = efibootmgr
optdepends = mactel-boot: For bless command in Apple Mac systems
- provides = shim-efi=0.7.13.g27129a5
- provides = shim-efi-x86_64=0.7.13.g27129a5
- provides = shim-efi-x86_64-git=0.7.13.g27129a5
+ provides = shim-efi=0.7.22.g06495f6
+ provides = shim-efi-x86_64=0.7.22.g06495f6
+ provides = shim-efi-x86_64-git=0.7.22.g06495f6
conflicts = shim-efi
conflicts = shim-efi-x86_64
conflicts = shim-efi-x86_64-git
options = !strip
- source = shim::git+git://github.com/mjg59/shim.git#branch=master
+ source = shim::git+https://github.com/mjg59/shim.git#branch=master
sha1sums = SKIP
pkgname = shim-efi-git
diff --git a/PKGBUILD b/PKGBUILD
index ce8f40e94a29..15824eae7823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
-_gitroot="git://github.com/mjg59/shim.git"
+_gitroot="https://github.com/mjg59/shim.git"
_gitname="shim"
_gitbranch="master"
_pkgname="shim-efi"
pkgname="${_pkgname}-git"
-pkgver=0.7.13.g27129a5
+pkgver=0.7.22.g06495f6
pkgrel=1
pkgdesc="Simple bootloader for x86_64 UEFI Secure Boot - GIT Version"
url="https://github.com/mjg59/shim"