Explorar o código

Fix versioning faux pas

Donald Carr %!s(int64=5) %!d(string=hai) anos
pai
achega
c3b551f09a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

@@ -25,7 +25,7 @@ _make_cmd="make ${_xcompile_args}"
 
 pkgver() {
   cd $_kernel_src_dir
-  git describe --tags | cut -c2- | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+  git describe --tags | sed -e "s/^v//"
 }
 
 build() {