summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAutumn Boyhan2022-08-30 17:33:03 -0400
committerAutumn Boyhan2022-08-30 17:33:03 -0400
commit420b4b6bc6fe20045a7f8af3abdcfad05acb8f42 (patch)
tree193f76c0667dfbf2f699a36b2547ca25a107ceca /PKGBUILD
parent8a8b8975b54296b21a9d9627b5c726dfc4844f19 (diff)
downloadaur-420b4b6bc6fe20045a7f8af3abdcfad05acb8f42.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 922bc56b143c..c34017801c33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-xsge
_pkgname=xsge
pkgver=2021.10.11
-pkgrel=1
+pkgrel=2
pkgdesc="xSGE is a collection of higher-level extensions for the SGE which
enhance the core functionality in an implementation-independent way."
arch=('x86_64')
url="https://python-sge.github.io/"
license=('LGPL')
-depends=('python' 'python-pygame' 'python-sge')
+depends=('python' 'python-pygame-git' 'python-sge')
makedepends=('python-setuptools')
provides=('python-xsge')
conflicts=('python-xsge')