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 f8367371ad24..4a154ffa1797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = siji-git
url = https://github.com/stark/siji
install = siji-git.install
arch = any
- license = MIT
+ license = GPLv2
makedepends = git
depends = fontconfig
depends = xorg-font-utils
diff --git a/PKGBUILD b/PKGBUILD
index c28d6d430cf8..026cf3c1c293 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Iconic bitmap font based on stlarch with additional glyphs'
arch=('any')
url='https://github.com/stark/siji'
-license=('MIT')
+license=('GPLv2')
depends=('fontconfig' 'xorg-font-utils')
optdepends=('xorg-xfd: use view.sh script to view glyphs')
makedepends=('git')