summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2015-03-30 23:20:01 -0400
committerKeshav Amburay2015-03-30 23:20:01 -0400
commit726d9402c28fc75e582cac0188a2b007ec1229ad (patch)
tree84c3594f289eca0b703c694963b5c9659979d0eb
parentd31ebc65abefb783bfa1a65c7da0e0d93da62ca9 (diff)
downloadaur-726d9402c28fc75e582cac0188a2b007ec1229ad.tar.gz
Bump pkgver
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cef814bd7699..f90fe23b5c7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = shim-efi-git
pkgdesc = Simple bootloader for x86_64 UEFI Secure Boot - GIT Version
- pkgver = 0.7.25.g5103c3b
+ pkgver = 0.8.1.g361716d
pkgrel = 1
- url = https://github.com/mjg59/shim
+ url = https://github.com/rhinstaller/shim
arch = x86_64
license = GPL
makedepends = git
@@ -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.25.g5103c3b
- provides = shim-efi-x86_64=0.7.25.g5103c3b
- provides = shim-efi-x86_64-git=0.7.25.g5103c3b
+ provides = shim-efi=0.8.1.g361716d
+ provides = shim-efi-x86_64=0.8.1.g361716d
+ provides = shim-efi-x86_64-git=0.8.1.g361716d
conflicts = shim-efi
conflicts = shim-efi-x86_64
conflicts = shim-efi-x86_64-git
options = !strip
- source = shim::git+https://github.com/mjg59/shim.git#branch=master
+ source = shim::git+https://github.com/rhinstaller/shim.git#branch=master
sha1sums = SKIP
pkgname = shim-efi-git
diff --git a/PKGBUILD b/PKGBUILD
index 8920ff0f7faf..05c0cd40e364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
-_gitroot="https://github.com/mjg59/shim.git"
+_gitroot="https://github.com/rhinstaller/shim.git"
_gitname="shim"
_gitbranch="master"
_pkgname="shim-efi"
pkgname="${_pkgname}-git"
-pkgver=0.7.25.g5103c3b
+pkgver=0.8.1.g361716d
pkgrel=1
pkgdesc="Simple bootloader for x86_64 UEFI Secure Boot - GIT Version"
-url="https://github.com/mjg59/shim"
+url="https://github.com/rhinstaller/shim"
arch=('x86_64')
license=('GPL')
options=('!strip')