summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2024-05-10 21:43:00 +0200
committerSefa Eyeoglu2024-05-10 21:43:00 +0200
commit6ed26200334b1c11f0d1ed6531d82fba4a8f1ddd (patch)
treea69dbfa357ad62cdc33f3992f0ae87d29f3858f7
parenta38480cb0c354d273044b7041fb109d577375967 (diff)
downloadaur-6ed26200334b1c11f0d1ed6531d82fba4a8f1ddd.tar.gz
vibrantlinux-git: fix license
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00b29cf12f8d..f8cd8c33d13f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = vibrantlinux-git
pkgrel = 1
url = https://github.com/libvibrant/vibrantlinux
arch = x86_64
- license = MIT
+ license = GPL
makedepends = git
makedepends = cmake
depends = qt6-base
diff --git a/PKGBUILD b/PKGBUILD
index a486253bdb3b..b2a5d8fb6497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='vibranceGUI replacement for Linux'
arch=('x86_64')
url='https://github.com/libvibrant/vibrantlinux'
-license=('MIT')
+license=('GPL')
depends=('qt6-base' 'libvibrant')
makedepends=('git' 'cmake')
conflicts=('vibrantlinux')