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

Tobias Powalowski tpowa at nymeria.archlinux.org
Sat Jul 5 19:53:53 UTC 2014


    Date: Saturday, July 5, 2014 @ 21:53:51
  Author: tpowa
Revision: 216554

upgpkg: efivar 0.10.8.g81d0146-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-05 18:22:30 UTC (rev 216553)
+++ PKGBUILD	2014-07-05 19:53:51 UTC (rev 216554)
@@ -4,8 +4,8 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver="0.10"
-pkgrel="1"
+pkgver=0.10.8.g81d0146
+pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar"
 license=('LGPL2.1')
@@ -15,10 +15,11 @@
 provides=("libefivar=${pkgver}")
 options=('strip' 'zipman' 'docs')
 
-source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}")
+# source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}")
+source=("efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425")
 sha1sums=('SKIP')
 
-_pkgver() {
+pkgver() {
 	cd "${srcdir}/efivar/"
 	echo "$(git describe --tags)" | sed -e 's|-|\.|g'
 }
@@ -30,8 +31,8 @@
 	git clean -x -d -f
 	echo
 	
+	sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
 	sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i "${srcdir}/efivar/src/test/Makefile" || true
-        sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
 	
 }
 




More information about the arch-commits mailing list