summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2019-07-27 11:06:09 +0200
committerMarcel Röthke2019-07-27 11:06:09 +0200
commit066cd0dccc962929822ac5eac382332b2bfc1db9 (patch)
tree75f3856820b4553dd5e8a2601bfb10f6a82a3952
parent4a10b0f3a42c6a47ada8df71f0a7ddfaac96ff7a (diff)
downloadaur-066cd0dccc962929822ac5eac382332b2bfc1db9.tar.gz
upgpkg: actor-framework 0.16.3-1
fix license array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72d136a4e075..4ab811464a4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = actor-framework
url = http://actor-framework.org
arch = i686
arch = x86_64
- license = custom:"BSD-3-Clause",
+ license = custom:"BSD-3-Clause"
license = custom:"Boost Software License"
makedepends = cmake
makedepends = opencl-headers
diff --git a/PKGBUILD b/PKGBUILD
index 6c931a99a852..be931440338f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="An Open Source Implementation of the Actor Model in C++"
arch=(i686 x86_64)
url="http://actor-framework.org"
-license=('custom:"BSD-3-Clause"',
+license=('custom:"BSD-3-Clause"'
'custom:"Boost Software License"')
depends=()
makedepends=('cmake' 'opencl-headers' 'git' 'python' 'opencl-icd-loader' 'chrpath')