summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-07-17 16:40:42 +0200
committerChristopher Arndt2020-07-17 16:40:42 +0200
commitc8e16cf60a47a2edd141743f8b3ce9a326b1cb3e (patch)
treeeb6c3b3f649391bd03ccd36e1bfcf0101c799526
parent890f6773eccfbde452a429408c85b0f5a82b8c79 (diff)
downloadaur-c8e16cf60a47a2edd141743f8b3ce9a326b1cb3e.tar.gz
Fix license filed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 796e9257251b..52207efaf0c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fatfrog.lv2
pkgdesc = A high gain valve amplifier simulation LV2 plugin
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/brummer10/FatFrog.lv2
arch = x86_64
groups = lv2-plugins
groups = pro-audio
- license = BSD
+ license = 0BSD
checkdepends = lv2lint
checkdepends = sord
makedepends = lv2
diff --git a/PKGBUILD b/PKGBUILD
index 9c2da3b4f3d8..7d5354ede1f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_name=FatFrog
pkgname=fatfrog.lv2
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A high gain valve amplifier simulation LV2 plugin"
arch=('x86_64')
url="https://github.com/brummer10/${_name}.lv2"
-license=('BSD')
+license=('0BSD')
groups=('lv2-plugins' 'pro-audio')
depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
makedepends=('lv2')