summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb6b24077a1d..3ad943dd7bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-sge
_pkgname=sge
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="The Seclusion Game Engine, or SGE, is a general-purpose 2-D game engine."
arch=('x86_64')
@@ -14,7 +14,7 @@ provides=('python-sge')
conflicts=('python-sge')
_name=${pkgname#python-}
source=("https://github.com/python-sge/sge/archive/refs/tags/v${pkgver}.tar.gz")
-md5sums=('fd8c0ce9ed89f0c62c4ac9b4b64f3dff')
+md5sums=('bcd9cc46754910925f847bec249999bb')
package() {
cd "$srcdir/$_pkgname-$pkgver"