summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2017-12-27 18:26:57 +0100
committerEduardo Sánchez Muñoz2017-12-27 18:26:57 +0100
commitbc77c401c1c3bc6a6bb8fe9f0bcda1d1382603e8 (patch)
tree45e503c2314c85584c3f905b15844d30da0fb6aa /PKGBUILD
parentda9278dac5bf3c829b735d8a3c28ecf3b6aa6e7e (diff)
downloadaur-bc77c401c1c3bc6a6bb8fe9f0bcda1d1382603e8.tar.gz
Fix license.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 004c7c73c717..7b6dfb7691be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=pothos
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
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')
source=("git+https://github.com/pothosware/PothosCore.git#tag=pothos-$pkgver")