summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Morris2021-09-16 19:31:14 -0700
committerKevin Morris2021-09-16 19:31:36 -0700
commit450df69bbba0d98825f938e671ea525beb6b24ba (patch)
tree136fd5726b7c6191816a17e5efa596eaf7778a19
parent62dbf52459eeebd8a40ad3ce37f22f285dbaf4fc (diff)
downloadaur-crustris.tar.gz
upgpkg: 0.3.2-1
Signed-off-by: Kevin Morris <kevr@0cost.org>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47ddcf9b6b5e..b5526164bfd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crustris
pkgdesc = Retro style 2D Tetris game using the crustygame engine.
- pkgver = 0.3
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/paulguy/crustygame
arch = i686
@@ -8,9 +8,9 @@ pkgbase = crustris
license = GPL3
makedepends = sdl2
depends = sdl2
- source = crustygame-0.3.tar.gz::https://github.com/paulguy/crustygame/archive/refs/tags/0.3.tar.gz
+ source = crustygame-0.3.2.tar.gz::https://github.com/paulguy/crustygame/archive/refs/tags/0.3.2.tar.gz
source = crustris.sh
- sha256sums = 98441d8cd19706e720195fc0c68e699008bfd1f49513d678c283f91ab4c2b644
+ sha256sums = 75fed36b562fa6d8dd6c3970dff86ab62dec329fa031193d1dba3ad7c98e8484
sha256sums = 1e846c139a1d8b1543f8c42eb63c7d41501afbeb23bbe350920fc6ca09214be0
pkgname = crustris
diff --git a/PKGBUILD b/PKGBUILD
index bafcc58cd4ad..93f2690da7bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_engine='crustygame'
pkgname='crustris'
-pkgver='0.3'
+pkgver='0.3.2'
pkgrel=1
license=('GPL3')
pkgdesc='Retro style 2D Tetris game using the crustygame engine.'
@@ -13,7 +13,7 @@ source=(
"crustris.sh"
)
sha256sums=(
- '98441d8cd19706e720195fc0c68e699008bfd1f49513d678c283f91ab4c2b644'
+ '75fed36b562fa6d8dd6c3970dff86ab62dec329fa031193d1dba3ad7c98e8484'
'1e846c139a1d8b1543f8c42eb63c7d41501afbeb23bbe350920fc6ca09214be0'
)