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

Tobias Powalowski tpowa at archlinux.org
Thu May 12 13:23:09 UTC 2016


    Date: Thursday, May 12, 2016 @ 15:23:09
  Author: tpowa
Revision: 267872

upgpkg: efivar 0.23-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-12 13:19:56 UTC (rev 267871)
+++ PKGBUILD	2016-05-12 13:23:09 UTC (rev 267872)
@@ -18,10 +18,10 @@
 source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=c5685d8d14a0164728a6587fe037a3b995db721b")
 sha1sums=('SKIP')
 
-#pkgver() {
-#	cd "${srcdir}/efivar/"
-#	echo "$(git describe --tags)" | sed -e 's|efivar-||g'
-#}
+pkgver() {
+	cd "${srcdir}/efivar/"
+	echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
 
 prepare() {
 	



More information about the arch-commits mailing list