summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 043a00af15fd..b5d446015b26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Sep 2 20:05:28 UTC 2017
+# Fri Sep 8 09:10:22 UTC 2017
pkgbase = spl-utils-common-git
pkgdesc = Solaris Porting Layer kernel module support files.
pkgver = 0.7.0.r12.g9df9692
diff --git a/PKGBUILD b/PKGBUILD
index 4c60913d2407..f1922e6010f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@
#
#
pkgname="spl-utils-common-git"
+
pkgver=0.7.0.r12.g9df9692
pkgrel=1
pkgdesc="Solaris Porting Layer kernel module support files."
@@ -19,9 +20,9 @@ provides=("spl-utils")
makedepends=("git")
conflicts=('spl-utils-common' 'spl-utils-linux-git' 'spl-utils-linux' 'spl-utils-linux-lts' 'spl-utils-linux-lts-git')
replaces=("spl-utils-linux", "spl-utils-linux-lts")
-pkgver() {
- cd "${srcdir}/spl"
- git describe --long | sed 's/^spl-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+
+pkgver() { cd "${srcdir}/spl"
+ git describe --long | sed 's/^spl-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {