diff options
author | Kilian Köppchen | 2016-02-16 11:46:05 +0100 |
---|---|---|
committer | Kilian Köppchen | 2016-02-16 11:46:05 +0100 |
commit | 82895251db0d89ca5298661836b234b6b6ab8d2d (patch) | |
tree | 4794b619d862bcb5388bdd145ec2c012362108bc | |
parent | 1de317399ee471f1cf0719c1597a2735e374ae5b (diff) | |
download | aur-82895251db0d89ca5298661836b234b6b6ab8d2d.tar.gz |
Dep change from sdl_image to sdl2_image
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Tue Feb 16 10:45:38 UTC 2016 pkgbase = fifechan-git pkgdesc = Fifechan is a C++ GUI library designed for games. It comes with a standard set of 'widgets'. - pkgver = 0.1.1.r9.g102fb65 + pkgver = 0.1.1.r20.gbcd9f57 pkgrel = 1 url = http://fifengine.github.io/fifechan/ arch = any @@ -8,7 +10,7 @@ pkgbase = fifechan-git makedepends = git makedepends = cmake makedepends = make - depends = sdl_image + depends = sdl2_image depends = allegro4 depends = libgl depends = glut @@ -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 +} |