summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea8a0defeadd..01d2723a9a00 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.2.r734.gc6c3e2865
+ pkgver = 0.6.2.r777.g6b8583e8b
pkgrel = 1
epoch = 1
url = http://supertux.lethargik.org/
@@ -10,14 +10,16 @@ pkgbase = supertux-git
makedepends = git
makedepends = cmake
makedepends = boost
+ makedepends = glm-git
depends = sdl2_image
depends = openal
depends = libvorbis
depends = glew
depends = boost-libs
depends = curl
- depends = freetype2
depends = physfs
+ depends = hicolor-icon-theme
+ depends = libraqm
provides = supertux
conflicts = supertux
source = git+https://github.com/SuperTux/supertux.git
diff --git a/PKGBUILD b/PKGBUILD
index c8649f5a9065..2730b2cfed1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=supertux-git
_pkgname=supertux
-pkgver=0.6.2.r734.gc6c3e2865
+pkgver=0.6.2.r777.g6b8583e8b
pkgrel=1
epoch=1
pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario game"
url='http://supertux.lethargik.org/'
license=(GPL)
arch=(i686 x86_64)
-depends=('sdl2_image' 'openal' 'libvorbis' 'glew' 'boost-libs' 'curl' 'freetype2' 'physfs')
-makedepends=('git' 'cmake' 'boost')
+depends=('sdl2_image' 'openal' 'libvorbis' 'glew' 'boost-libs' 'curl' 'physfs' 'hicolor-icon-theme' 'libraqm')
+makedepends=('git' 'cmake' 'boost' 'glm-git')
conflicts=(supertux)
provides=(supertux)
source=('git+https://github.com/SuperTux/supertux.git')