ocl-icd: extract update_* to external update file
This commit is contained in:
parent
4d77f1e640
commit
4fe3a718fa
|
@ -9,7 +9,6 @@ short_desc="Generic OpenCL ICD loader/demultiplexer"
|
|||
maintainer="John Galt <johngaltfirstrun@gmail.com>"
|
||||
homepage="https://forge.imag.fr/projects/ocl-icd/"
|
||||
license="GPL-2"
|
||||
update_pattern=$pkgname' \K[\d.]+'
|
||||
distfiles="https://forge.imag.fr/frs/download.php/598/ocl-icd-${version}.tar.gz"
|
||||
checksum=93a5ac3b23fb10731cc9e6406a58f7a21825562877787ed08c3a41f08b504d0c
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pattern=$pkgname' \K[\d.]+'
|
Loading…
Reference in New Issue