summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 963dd0bdda90..692d3bce1405 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = silentarmy
arch = i686
arch = x86_64
license = MIT
- depends = ocl-icd
+ depends = libcl
depends = libsodium
depends = opencl-headers
source = https://github.com/mbevand/silentarmy/archive/v3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4fa563af09e5..972314d9f247 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="https://github.com/mbevand/silentarmy"
license=('MIT')
groups=()
-depends=('ocl-icd' 'libsodium' 'opencl-headers')
+depends=('libcl' 'libsodium' 'opencl-headers')
source=("https://github.com/mbevand/silentarmy/archive/v3.tar.gz")
sha256sums=('0143966902d30a9edd1f6c4867d9a6b1d07596eb4773aa4cf93a10b8eb532457')