[arch-commits] Commit in efibootmgr/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Aug 1 10:07:37 UTC 2014


    Date: Friday, August 1, 2014 @ 12:07:37
  Author: tpowa
Revision: 218482

upgpkg: efibootmgr 0.7.0.8.g15a46a8-1

bump to latest version

Modified:
  efibootmgr/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-01 08:13:15 UTC (rev 218481)
+++ PKGBUILD	2014-08-01 10:07:37 UTC (rev 218482)
@@ -5,8 +5,8 @@
 
 pkgname="efibootmgr"
 pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
-pkgver="0.7.0"
-pkgrel="1"
+pkgver=0.7.0.8.g15a46a8
+pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efibootmgr"
 license=('GPL2')
@@ -14,10 +14,11 @@
 depends=('pciutils' 'efivar' 'zlib')
 options=('strip' 'zipman' 'docs' '!emptydirs')
 
-source=("efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver}")
+# source=("efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver}")
+source=("efibootmgr::git+https://github.com/vathpela/efibootmgr.git#commit=099e1107489a24e019e8900f1c44da646945c343")
 sha1sums=('SKIP')
 
-_pkgver() {
+pkgver() {
 	cd "${srcdir}/efibootmgr/"
 	echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
 }




More information about the arch-commits mailing list