diff options
author | Valerii Huz | 2021-08-26 12:30:45 +0300 |
---|---|---|
committer | Valerii Huz | 2021-08-26 12:30:45 +0300 |
commit | e18495aee4cd87f7113e73f6b2111dc93a8889ba (patch) | |
tree | c26b8e08221c413a22c0dab07d0010aa19c0d636 /PKGBUILD | |
parent | 3fc9280d44583861fe90ef41638fc5fc42393e62 (diff) | |
download | aur-lc0-blas-git.tar.gz |
reverted deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ pkgdesc="BLAS version of Leela Chess Zero." arch=('any') url="https://lczero.org/" license=('GPL3') -depends=('openblas-cblas-git' 'protobuf') -makedepends=('git' 'meson>=0.46' 'ninja') +depends=('openblas' 'protobuf') +makedepends=('git' 'meson>=0.46' 'ninja' 'openblas-cblas-git') source=("${_pkgname}::git+https://github.com/LeelaChessZero/lc0.git#branch=master") md5sums=('SKIP') |