summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Klar2016-11-04 04:51:03 -0500
committerJosh Klar2016-11-04 04:51:03 -0500
commit3377eaa0334ead62b8f8e440a369dcb82f5050d9 (patch)
treecd802ef23ca47e2de6fad584f38d32a682c92f3c
parent4088be20d03c716defb398dc60e7171f329f2bf5 (diff)
downloadaur-3377eaa0334ead62b8f8e440a369dcb82f5050d9.tar.gz
Fix opencl dependency
-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')