summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2020-10-24 17:08:54 +0200
committerGroctel2020-10-24 17:08:54 +0200
commitcf53c12781d2b0b702c0ef420ca680045b15f835 (patch)
treee6ec3c7140ec06803c5ae23d64e4e42d3bcab23d
parentfcb6b7ff125cd901a3974fdbf58c276bb15cc138 (diff)
downloadaur-cf53c12781d2b0b702c0ef420ca680045b15f835.tar.gz
Corrected licenses
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26caf387fe23..53f467f10c4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Animation engine for explanatory math videos (community edition)."
arch=('any')
url="https://github.com/ManimCommunity/manim/"
-license=('MIT')
+license=('MIT' 'custom')
depends=(
'cairo'
'ffmpeg'
@@ -41,4 +41,5 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -D -m644 LICENSE.community "$pkgdir/usr/share/licenses/$pkgname/LICENSE.community"
}