summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAutumn Boyhan2022-08-30 17:32:32 -0400
committerAutumn Boyhan2022-08-30 17:32:32 -0400
commit04ef0eca0f05216226b2042c6c7ee3c723ae3b9c (patch)
tree629bea3d4436cdf4a292154dec5029b86710b7b1 /PKGBUILD
parente72bb714530f61c2d4049e521e7d5515cbab8ba7 (diff)
downloadaur-04ef0eca0f05216226b2042c6c7ee3c723ae3b9c.tar.gz
Changed pygame dependency to use git version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')