mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/directfb to 1.7.5-1
This commit is contained in:
parent
2d7e385655
commit
56ce7f22cb
1 changed files with 3 additions and 3 deletions
|
@ -6,15 +6,15 @@
|
|||
# - disable mesa, add rules for our architectures
|
||||
|
||||
pkgname=directfb
|
||||
pkgver=1.7.1
|
||||
pkgrel=2
|
||||
pkgver=1.7.5
|
||||
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"
|
||||
license=('LGPL')
|
||||
depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
|
||||
source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
|
||||
sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
|
||||
sha1sums=('13f769b5fc0a38b123968761fad3058bc923b01f')
|
||||
|
||||
build() {
|
||||
cd DirectFB-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue