summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAutumn Boyhan2021-10-18 12:23:05 -0400
committerAutumn Boyhan2021-10-18 12:23:05 -0400
commita0384fa3051f985edd6d0d4b4233d1b79ca00cc5 (patch)
tree50010d69bc77426387fe3f7b9b2f72d6d9147200
parent19352efb799bc17933d7ffc5ad8c7fad424fd007 (diff)
downloadaur-a0384fa3051f985edd6d0d4b4233d1b79ca00cc5.tar.gz
Added python-uniseg as a dependency for non-European language support.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb28ad7969a1..513745a6fd77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,11 @@ pkgbase = python-sge
pkgrel = 1
url = https://python-sge.github.io/
arch = x86_64
- license = GPL3
+ license = LGPL
makedepends = python-setuptools
depends = python
depends = python-pygame
+ depends = python-uniseg
provides = python-sge
conflicts = python-sge
source = https://github.com/python-sge/sge/archive/refs/tags/v2.0.post0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 0a413b2a570e..b73533a71653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgrel=1
pkgdesc="The Seclusion Game Engine, or SGE, is a general-purpose 2-D game engine."
arch=('x86_64')
url="https://python-sge.github.io/"
-license=('GPL3')
-depends=('python' 'python-pygame')
+license=('LGPL')
+depends=('python' 'python-pygame' 'python-uniseg')
makedepends=('python-setuptools')
provides=('python-sge')
conflicts=('python-sge')