community/directfb to 1.7.7-1

This commit is contained in:
Kevin Mihelich 2015-04-18 22:09:25 +00:00
parent e0972be74a
commit e2e6bcc840

View file

@ -6,7 +6,7 @@
# - disable mesa, add rules for our architectures # - disable mesa, add rules for our architectures
pkgname=directfb pkgname=directfb
pkgver=1.7.5 pkgver=1.7.7
pkgrel=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" 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') arch=('i686' 'x86_64')
@ -14,7 +14,7 @@ url="http://www.directfb.org"
license=('LGPL') license=('LGPL')
depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2') depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz) source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
sha1sums=('13f769b5fc0a38b123968761fad3058bc923b01f') sha1sums=('205d824906906303db9b096cc2d3bea0662e8860')
build() { build() {
cd DirectFB-${pkgver} cd DirectFB-${pkgver}