summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2024-04-27 11:08:42 +0200
committerFrederic Bezies2024-04-27 11:08:42 +0200
commit1b4e0e462a036a2089804b6a38b9f9ce5e107e20 (patch)
treeaddfcc2b5d980c03f261cd28c2050d34208d21ff
parent6b2d02b063fb93c0abbeda3d18a9c8a9df8cabf5 (diff)
downloadaur-1b4e0e462a036a2089804b6a38b9f9ce5e107e20.tar.gz
April 27th, 2024 update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9aa01a69a48..2e559240db15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = supertux-git
pkgdesc = A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario game
- pkgver = 0.6.3.r1147.g044a8ad91
+ pkgver = 0.6.3.r1195.g630c01cf7
pkgrel = 1
epoch = 1
url = http://supertux.lethargik.org/
@@ -22,6 +22,7 @@ pkgbase = supertux-git
depends = libraqm
provides = supertux
conflicts = supertux
+ options = !debug
source = git+https://github.com/SuperTux/supertux.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 193442a1fb4f..a0a42e2b0108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=supertux-git
_pkgname=supertux
-pkgver=0.6.3.r1147.g044a8ad91
+pkgver=0.6.3.r1195.g630c01cf7
pkgrel=1
epoch=1
pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario game"
@@ -18,6 +18,7 @@ conflicts=(supertux)
provides=(supertux)
source=('git+https://github.com/SuperTux/supertux.git')
sha512sums=('SKIP')
+options=(!debug)
pkgver() {
cd "$_pkgname"