community/directfb to 1.7.1-1

This commit is contained in:
Kevin Mihelich 2013-10-17 13:37:08 +00:00
parent 776c3185b0
commit 17daa86ad7

View file

@ -6,7 +6,7 @@
# - disable mesa, add rules for our architectures
pkgname=directfb
pkgver=1.7.0
pkgver=1.7.1
pkgrel=1
pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device"
arch=('i686' 'x86_64')
@ -15,7 +15,7 @@ license=('LGPL')
depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
options=('!libtool')
source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
build() {
cd DirectFB-${pkgver}