summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Witschel2022-06-17 22:19:15 +0200
committerJonas Witschel2022-06-17 22:19:15 +0200
commitd8c06c27c7c3412804e735e7261fdc7e4934fbde (patch)
tree11b2e1147cd7814ba0ce96c9c5eaaa2a7bfbe9a7
parentf1ab3fc77e4942425eeca7c60af3ed462609765b (diff)
downloadaur-d8c06c27c7c3412804e735e7261fdc7e4934fbde.tar.gz
upgpkg: shim-git 15.6.r0.505cdb6-1: remove "#branch=main" source fragment
The "main" branch is now the default upstream branch, so there is no need to specify it explicitly in the PKGBUILD any more.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef4cab62d51e..08486dd84646 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shim-git
pkgdesc = UEFI shim loader
- pkgver = 15.5.r0.f2c598b
+ pkgver = 15.6.r0.505cdb6
pkgrel = 1
url = https://github.com/rhboot/shim
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = shim-git
conflicts = shim
replaces = shim-efi-git
options = !buildflags
- source = git+https://github.com/rhboot/shim.git#branch=main
+ source = git+https://github.com/rhboot/shim.git
source = rhboot-gnu-efi::git+https://github.com/rhboot/gnu-efi.git
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d37db339dc38..61469659d95c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
# Contributor: Pablo Lezaeta <(prflr 88) (arro'a) (gmail) (puntocom)>
pkgname=shim-git
-pkgver=15.5.r0.f2c598b
+pkgver=15.6.r0.505cdb6
pkgrel=1
pkgdesc='UEFI shim loader'
arch=('x86_64')
@@ -14,7 +14,7 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=('shim-efi-git')
options=('!buildflags')
-source=("git+$url.git#branch=main"
+source=("git+$url.git"
'rhboot-gnu-efi::git+https://github.com/rhboot/gnu-efi.git')
sha512sums=('SKIP'
'SKIP')