mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
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'
|
# Template file for 'tbb'
|
||||||
pkgname=tbb
|
pkgname=tbb
|
||||||
version=4.3.20150611
|
version=4.3.20150611
|
||||||
|
revision=1
|
||||||
_lv="${version%.*}"
|
_lv="${version%.*}"
|
||||||
_lv="${_lv//.}"
|
_lv="${_lv//.}"
|
||||||
_rv="${version##*.}"
|
_rv="${version##*.}"
|
||||||
revision=1
|
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
wrksrc="$pkgname${_lv}_${_rv}oss"
|
wrksrc="$pkgname${_lv}_${_rv}oss"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue