summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61700e671086..295246f8108e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Tue Dec 26 13:43:09 UTC 2017
+# Wed Dec 27 17:26:03 UTC 2017
pkgbase = pothos
pkgdesc = The Pothos data-flow framework
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
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 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")