diff --git a/community/directfb/PKGBUILD b/community/directfb/PKGBUILD index a676f3606..fe72cb18d 100644 --- a/community/directfb/PKGBUILD +++ b/community/directfb/PKGBUILD @@ -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}