Fix version number generation in pkgver()
This commit is contained in:
parent
16bde206f6
commit
69822b4304
6
.SRCINFO
6
.SRCINFO
@ -1,9 +1,9 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Tue Jan 31 18:55:29 UTC 2017
|
||||
# Tue Jan 31 18:59:22 UTC 2017
|
||||
pkgbase = bbswitch-dkms-git
|
||||
pkgdesc = kernel module allowing to switch dedicated graphics card on Optimus laptops, dkms version
|
||||
pkgver = v0.8.r0.g0c38f97
|
||||
pkgrel = 2
|
||||
pkgver = 0.8.r0.g0c38f97
|
||||
pkgrel = 1
|
||||
url = http://github.com/Bumblebee-Project/bbswitch
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -4,8 +4,8 @@
|
||||
# Contributor : abbradar <nikoamia at gmail {dot} com>
|
||||
|
||||
pkgname=bbswitch-dkms-git
|
||||
pkgver=v0.8.r0.g0c38f97
|
||||
pkgrel=2
|
||||
pkgver=0.8.r0.g0c38f97
|
||||
pkgrel=1
|
||||
pkgdesc="kernel module allowing to switch dedicated graphics card on Optimus laptops, dkms version"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://github.com/Bumblebee-Project/bbswitch"
|
||||
@ -22,7 +22,7 @@ sha256sums=("SKIP")
|
||||
|
||||
pkgver() {
|
||||
cd "$srcdir/${_gitname}"
|
||||
git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
|
||||
git describe --long | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user