summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAutumn Boyhan2022-08-30 17:33:03 -0400
committerAutumn Boyhan2022-08-30 17:33:03 -0400
commit420b4b6bc6fe20045a7f8af3abdcfad05acb8f42 (patch)
tree193f76c0667dfbf2f699a36b2547ca25a107ceca
parent8a8b8975b54296b21a9d9627b5c726dfc4844f19 (diff)
downloadaur-420b4b6bc6fe20045a7f8af3abdcfad05acb8f42.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 cd7f20af444f..5b900a8966b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-xsge
pkgdesc = xSGE is a collection of higher-level extensions for the SGE which enhance the core functionality in an implementation-independent way.
pkgver = 2021.10.11
- pkgrel = 1
+ pkgrel = 2
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-sge
provides = python-xsge
conflicts = python-xsge
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')