summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Scott Tincman Tinkham2015-06-15 12:13:44 -0600
committerJonathan Scott Tincman Tinkham2015-06-15 12:13:44 -0600
commite90c67ccb45b7ed273b2744d15562fbde9334fd8 (patch)
treef8002ce3a52cea94a571dd10b637ecc103f16883 /PKGBUILD
parentf046bce557db0ef25adfad8127c67afba55f1723 (diff)
downloadaur-freeocl-git.tar.gz
Correct license info
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c54bf877c818..4a9ab744ca71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='Implementation of OpenCL 1.2 specifications targeting CPUs'
arch=(i686 x86_64)
url='https://code.google.com/p/freeocl/'
-license=(GPL)
+license=(LGPL)
depends=(libatomic_ops gcc)
provides=(libcl opencl-headers)
conflicts=(libcl opencl-headers)