community/directfb to 1.7.0-1

This commit is contained in:
Kevin Mihelich 2013-08-30 16:06:08 +00:00
parent c1c0bc9f40
commit 8823b6cf9f

View file

@ -6,8 +6,8 @@
# - disable mesa, add rules for our architectures
pkgname=directfb
pkgver=1.6.3
pkgrel=2
pkgver=1.7.0
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')
url="http://www.directfb.org"
@ -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=('0433c5999044ec9701481a92e50c0760cdb50c41')
sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
build() {
cd DirectFB-${pkgver}