summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c01ad571c1c9..c838572873b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 24 11:14:47 UTC 2017
+# Sat Nov 4 15:36:38 UTC 2017
pkgbase = supertux-git
pkgdesc = A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario game
- pkgver = v0.5.0.r303.g57010ce4f
+ pkgver = v0.5.0.r306.g038397675
pkgrel = 1
epoch = 1
url = http://supertux.lethargik.org/
@@ -12,12 +12,13 @@ pkgbase = supertux-git
makedepends = git
makedepends = cmake
makedepends = physfs
- makedepends = curl
makedepends = boost
depends = sdl2_image
depends = openal
depends = libvorbis
depends = glew
+ depends = boost-libs
+ depends = curl
provides = supertux
conflicts = supertux
source = git+https://github.com/SuperTux/supertux.git
diff --git a/PKGBUILD b/PKGBUILD
index ec7bd738537a..70cc0dd3098d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=supertux-git
_pkgname=supertux
-pkgver=v0.5.0.r303.g57010ce4f
+pkgver=v0.5.0.r306.g038397675
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')
-makedepends=('git' 'cmake' 'physfs' 'curl' 'boost')
+depends=('sdl2_image' 'openal' 'libvorbis' 'glew' 'boost-libs' 'curl')
+makedepends=('git' 'cmake' 'physfs' 'boost')
conflicts=(supertux)
provides=(supertux)
source=('git+https://github.com/SuperTux/supertux.git'