summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAutumn Boyhan2022-08-30 17:32:32 -0400
committerAutumn Boyhan2022-08-30 17:32:32 -0400
commit04ef0eca0f05216226b2042c6c7ee3c723ae3b9c (patch)
tree629bea3d4436cdf4a292154dec5029b86710b7b1
parente72bb714530f61c2d4049e521e7d5515cbab8ba7 (diff)
downloadaur-04ef0eca0f05216226b2042c6c7ee3c723ae3b9c.tar.gz
Changed pygame dependency to use git version.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c1d8712d728..0fe20b244481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-sge
pkgdesc = The Seclusion Game Engine, or SGE, is a general-purpose 2-D game engine.
pkgver = 2.0.post0
- pkgrel = 2
+ pkgrel = 3
url = https://python-sge.github.io/
arch = x86_64
license = LGPL
makedepends = python-setuptools
depends = python
- depends = python-pygame
+ depends = python-pygame-git
depends = python-uniseg
provides = python-sge
conflicts = python-sge
diff --git a/PKGBUILD b/PKGBUILD
index 101ea032dd8a..16c2c38ca2c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-sge
_pkgname=sge
pkgver=2.0.post0
-pkgrel=2
+pkgrel=3
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=('LGPL')
-depends=('python' 'python-pygame' 'python-uniseg')
+depends=('python' 'python-pygame-git' 'python-uniseg')
makedepends=('python-setuptools')
provides=('python-sge')
conflicts=('python-sge')