summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKilian Köppchen2016-02-16 11:46:05 +0100
committerKilian Köppchen2016-02-16 11:46:05 +0100
commit82895251db0d89ca5298661836b234b6b6ab8d2d (patch)
tree4794b619d862bcb5388bdd145ec2c012362108bc /PKGBUILD
parent1de317399ee471f1cf0719c1597a2735e374ae5b (diff)
downloadaur-82895251db0d89ca5298661836b234b6b6ab8d2d.tar.gz
Dep change from sdl_image to sdl2_image
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 924cc1f2d9e9..ba062310ca79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Kilian Köppchen <kiliankoeppchen at gmail dot com>
pkgname=fifechan-git
-pkgver=0.1.1.r9.g102fb65
+pkgver=0.1.1.r20.gbcd9f57
pkgrel=1
pkgdesc="Fifechan is a C++ GUI library designed for
games. It comes with a standard set of 'widgets'."
arch=(any)
url="http://fifengine.github.io/fifechan/"
license=('(L)GPL')
-depends=('sdl_image' 'allegro4' 'libgl' 'glut')
+depends=('sdl2_image' 'allegro4' 'libgl' 'glut')
makedepends=('git' 'cmake' 'make')
source=("$pkgname"::'git+https://github.com/fifengine/fifechan.git')
md5sums=('SKIP')
@@ -27,4 +27,4 @@ build() {
package() {
cd "$srcdir/$pkgname/build"
make DESTDIR=$pkgdir install
-} \ No newline at end of file
+}