summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 796f4d9445b8..8806e1b7c912 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = olivia
url = https://github.com/keshavbhatt/olivia
arch = i686
arch = x86_64
- license = GPL3
+ license = MIT
depends = qt5-base
depends = qt5-tools
depends = mpv
diff --git a/PKGBUILD b/PKGBUILD
index 3678630202e2..401ca91a467e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Deadass music player for Linux"
arch=('i686' 'x86_64')
url="https://github.com/keshavbhatt/olivia"
-license=('GPL3')
+license=('MIT')
depends=('qt5-base' 'qt5-tools' 'mpv' 'python' 'wget')
source=("git+https://github.com/keshavbhatt/olivia.git")
sha256sums=('SKIP')