summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge2016-04-25 16:36:09 +0200
committerDavid Runge2016-04-25 16:36:09 +0200
commit667544ec8f0ef4a882c2759ee69126712d1bbf93 (patch)
tree26713ba42fb3bb2ebc07a8160f2172e322fc7914
parent5603e3a179ce4bd6b85bad454687c2603e57aae9 (diff)
downloadaur-667544ec8f0ef4a882c2759ee69126712d1bbf93.tar.gz
PKGBUILD: Making license information an array.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d33c4be7e6ef..847a6890b7c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Apr 25 14:35:39 UTC 2016
pkgbase = ssr
pkgdesc = The SoundScape Renderer (SSR) is a tool for real-time spatial audio reproduction providing a variety of rendering algorithms, e.g. Wave Field Synthesis, Higher-Order Ambisonics and binaural techniques.
pkgver = 0.4.2
- pkgrel = 1
+ pkgrel = 2
url = http://spatialaudio.net/ssr/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 863b4cdb2ec9..03336a5860f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Runge <dave@sleepmap.de>
pkgname=ssr
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="The SoundScape Renderer (SSR) is a tool for real-time spatial audio reproduction providing a variety of rendering algorithms, e.g. Wave Field Synthesis, Higher-Order Ambisonics and binaural techniques."
arch=('i686' 'x86_64')
url="http://spatialaudio.net/ssr/"
conflicts=('ssr')
replaces=('ssr')
provides=('ssr')
-license="GPL3"
+license=('GPL3')
depends=('jack' 'libsndfile' 'fftw' 'libxml2' 'ecasound' 'qt4>=4.2.2')
makedepends=('git' 'boost-libs>=1.35' 'help2man')
source=("https://github.com/SoundScapeRenderer/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")