summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrocoDuck2017-05-14 14:39:38 +0100
committerCrocoDuck2017-05-14 14:39:38 +0100
commit749b185e28dcb9f2bc1b55f8d07cd6975ef53c47 (patch)
tree77dc884cdf94fa0ab4467b54ada9407b656d73fc
parent49d0564baa835e06fba816d1e0395ebfb4832416 (diff)
downloadaur-749b185e28dcb9f2bc1b55f8d07cd6975ef53c47.tar.gz
Fixing license array
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 113cc6fac874..a3fbdea04227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
pkgbase = dpf-plugins-git
pkgdesc = Collection of DPF-based plugins by DISTRHO. LV2, LADSPA, dssi and VST.
pkgver = r80.4477c3e
- pkgrel = 1
+ pkgrel = 2
url = http://distrho.sourceforge.net/
arch = i686
arch = x86_64
- license = GPL
- license = LGPL
- license = MIT
- license = custom:ISC
+ license = custom
makedepends = git
makedepends = wget
depends = liblo
diff --git a/PKGBUILD b/PKGBUILD
index 4bb2b6241e07..822bae25ac92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=dpf-plugins-git
pkgver=r80.4477c3e
-pkgrel=1
+pkgrel=2
pkgdesc="Collection of DPF-based plugins by DISTRHO. LV2, LADSPA, dssi and VST."
arch=('i686' 'x86_64')
url="http://distrho.sourceforge.net/"
-license=('GPL' 'LGPL' 'MIT' 'custom:ISC')
+license=('custom')
depends=('liblo' 'projectm')
makedepends=('git' 'wget')
provides=("${pkgname%-*}")