tbb: fix xbps-checkvers error
This commit is contained in:
parent
059c6f6af6
commit
c186f4b15f
1 changed files with 1 additions and 1 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'tbb'
|
||||
pkgname=tbb
|
||||
version=4.3.20150611
|
||||
revision=1
|
||||
_lv="${version%.*}"
|
||||
_lv="${_lv//.}"
|
||||
_rv="${version##*.}"
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64"
|
||||
wrksrc="$pkgname${_lv}_${_rv}oss"
|
||||
build_style=gnu-makefile
|
||||
|
|
Loading…
Reference in a new issue