summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90ec3d1ba067..d886c4352a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Kilian Köppchen <kiliankoeppchen at gmail dot com>
pkgname=fifechan
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="A C++ GUI library designed for games. It comes with a standard set of 'widgets'."
arch=(any)
url="http://fifengine.github.io/fifechan/"
license=('LGPL2.1')
-depends=('sdl_image' 'allegro4' 'libgl' 'glut')
+depends=('sdl2_image' 'allegro4' 'libgl' 'glut')
makedepends=('cmake' 'make')
provides=('fifechan')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fifengine/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('ae58c86acb931a99dd7de21baf2f9cd22ca3b194d80c66622978c1da11cf7e4bcfd50b098b44c1e7f195d5ca270c3a879bfcd257611479575a38859c770d5b07')
-
+sha512sums=('52e6c3fad7c4692527185b575a8360964f2aa20259fd5fc42b42791e126932c976fc2c90b01984e75355aafae72c82d69b4945133b434665b0e6e29249b541d8')
build() {
cd ${srcdir}/${pkgname}-${pkgver}