summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2017-12-27 18:28:40 +0100
committerEduardo Sánchez Muñoz2017-12-27 18:28:40 +0100
commit4908962135b37c26c6227adb83e3dab61f1f1169 (patch)
tree4b3e4849f3fa7cb2b94c6fadb432b5f4f4eea30f
parent613b438057a1237c13927e0099a8ad97328e9204 (diff)
downloadaur-4908962135b37c26c6227adb83e3dab61f1f1169.tar.gz
Fix license.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af31f2aa6e4b..c72425c758bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 26 13:57:33 UTC 2017
+# Wed Dec 27 17:28:24 UTC 2017
pkgbase = pothos-git
pkgdesc = The Pothos data-flow framework
pkgver = r2979.9da168ef
@@ -7,7 +7,7 @@ pkgbase = pothos-git
url = https://github.com/pothosware/PothosCore/wiki
arch = i686
arch = x86_64
- license = Boost Software License
+ license = boost
makedepends = git
makedepends = nlohmann-json
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 65bacca9d139..182d5eeadef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="The Pothos data-flow framework"
arch=('i686' 'x86_64')
url="https://github.com/pothosware/PothosCore/wiki"
-license=('Boost Software License')
+license=('boost')
depends=('python' 'poco' 'soapysdr-git' 'portaudio')
makedepends=('git' 'nlohmann-json')
provides=('pothos')