summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5516555183c0..9920987d1640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Mar 29 18:15:51 UTC 2016
+# Tue Mar 29 18:50:09 UTC 2016
pkgbase = colobot-gold
pkgdesc = Colobot GOLD is a real-time strategy game with programmable bots.
pkgver = 0.1.7_alpha
@@ -13,14 +13,14 @@ pkgbase = colobot-gold
makedepends = boost
depends = libsndfile
depends = glew
- depends = sdl
+ depends = sdl2
depends = libvorbis
depends = libpng
depends = libogg
depends = gettext
depends = libgl
- depends = sdl_image
- depends = sdl_ttf
+ depends = sdl2_image
+ depends = sdl2_ttf
depends = boost-libs
depends = openal
depends = colobot-gold-data=0.1.7_alpha
diff --git a/PKGBUILD b/PKGBUILD
index d17e53e97804..5521839951c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Colobot GOLD is a real-time strategy game with programmable bots."
arch=('i686' 'x86_64')
url="http://colobot.info"
license=('GPL3')
-depends=('libsndfile' 'glew' 'sdl' 'libvorbis' 'libpng' 'libogg' 'gettext' 'libgl' 'sdl_image' 'sdl_ttf' 'boost-libs' 'openal' "colobot-gold-data=$pkgver" 'physfs')
+depends=('libsndfile' 'glew' 'sdl2' 'libvorbis' 'libpng' 'libogg' 'gettext' 'libgl' 'sdl2_image' 'sdl2_ttf' 'boost-libs' 'openal' "colobot-gold-data=$pkgver" 'physfs')
makedepends=('cmake' 'boost')
source=("https://github.com/colobot/colobot/archive/colobot-gold-$__ver.zip")
md5sums=('7080b76d488b657195ac8e41146d6ffa')