mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/directfb to 1.7.1-1
This commit is contained in:
parent
776c3185b0
commit
17daa86ad7
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue