summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakobDev2023-02-04 11:29:25 +0100
committerJakobDev2023-02-04 11:29:25 +0100
commit0b23fdfae99c8204eb168e20cb5ba3f424431aa5 (patch)
treeb359dac75b57edcce76f87bb78d8f45f3848bd8a
parente0bbcca2e9eb97111c09e0353677d0b296f82e7d (diff)
downloadaur-0b23fdfae99c8204eb168e20cb5ba3f424431aa5.tar.gz
Update to Version 5.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7f835b7dbd9..25e949cdffdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ursina
pkgdesc = An easy to use game engine/framework for python.
- pkgver = 4.0.0
+ pkgver = 5.2.0
pkgrel = 1
url = https://pokepetter.github.io/ursina
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-ursina
depends = python-pillow
depends = python-screeninfo
depends = python-pyperclip
- source = python-ursina-4.0.0.tar.gz::https://files.pythonhosted.org/packages/ef/1b/19c7fe203c3483e1e21cf640bf0cb45fcad235868547103c3e783bbdcf29/ursina-4.0.0.tar.gz
- sha256sums = c49c7bf52b3deaa909fe7412219692ce0bc57841b8e681ad4cb95377f33cb26a
+ source = python-ursina-5.2.0.tar.gz::https://files.pythonhosted.org/packages/1c/ae/767f11bdee8a1ed6e755c4f7805caa73d76468963669e1891e02f2e138c4/ursina-5.2.0.tar.gz
+ sha256sums = 090fc35858c5fc64bf898fd0d9449d43552b405b696088a0247c10ac643f581e
pkgname = python-ursina
diff --git a/PKGBUILD b/PKGBUILD
index b77ba96b410e..c61e3d06e41b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-ursina
-pkgver=4.0.0
+pkgver=5.2.0
pkgrel=1
pkgdesc="An easy to use game engine/framework for python."
arch=("any")
@@ -12,8 +12,8 @@ depends=("python"
"python-screeninfo"
"python-pyperclip")
makedepends=("python-setuptools")
-source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/ef/1b/19c7fe203c3483e1e21cf640bf0cb45fcad235868547103c3e783bbdcf29/ursina-4.0.0.tar.gz")
-sha256sums=("c49c7bf52b3deaa909fe7412219692ce0bc57841b8e681ad4cb95377f33cb26a")
+source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/1c/ae/767f11bdee8a1ed6e755c4f7805caa73d76468963669e1891e02f2e138c4/ursina-5.2.0.tar.gz")
+sha256sums=("090fc35858c5fc64bf898fd0d9449d43552b405b696088a0247c10ac643f581e")
package() {
cd "ursina-${pkgver}"