summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Desaulniers2018-11-18 12:04:40 -0500
committerPatrick Desaulniers2018-11-18 12:04:40 -0500
commit6986ab3e9fee95a9b0ae56c4357a334a03398651 (patch)
treee98d7f57a7e5fb5301dc3005475c3aa6f6e9d064
parentb22fe9a54d77dddfbb7c29dc85087319da377fe1 (diff)
downloadaur-6986ab3e9fee95a9b0ae56c4357a334a03398651.tar.gz
Set proper license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 341de1524b76..418eb53cddc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = bitrot-git
url = https://github.com/grejppi/bitrot.git
arch = i686
arch = x86_64
- license = GPL
+ license = Apache
makedepends = git
makedepends = python
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 3cf9cafef563..c0bde3382adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Bitrot audio plugins (LV2, VST2 and LADSPA)"
arch=('i686' 'x86_64')
url="https://github.com/grejppi/bitrot.git"
-license=('GPL')
+license=('Apache')
depends=('gcc-libs')
makedepends=('git' 'python')
provides=("${pkgname%-*}")