summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCrocoDuck2017-05-14 14:39:38 +0100
committerCrocoDuck2017-05-14 14:39:38 +0100
commit749b185e28dcb9f2bc1b55f8d07cd6975ef53c47 (patch)
tree77dc884cdf94fa0ab4467b54ada9407b656d73fc /PKGBUILD
parent49d0564baa835e06fba816d1e0395ebfb4832416 (diff)
downloadaur-749b185e28dcb9f2bc1b55f8d07cd6975ef53c47.tar.gz
Fixing license array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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%-*}")