summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')