summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/core-testing/directfb/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/directfb/PKGBUILD b/abs/core-testing/directfb/PKGBUILD
index 76e86d1..87ab961 100644
--- a/abs/core-testing/directfb/PKGBUILD
+++ b/abs/core-testing/directfb/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=directfb
-pkgver=1.2.7
+pkgver=1.2.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')
@@ -11,8 +11,8 @@ url="http://www.directfb.org"
license=('LGPL')
depends=('libjpeg' 'libxext' 'sdl' 'sysfsutils' 'libpng' 'freetype2')
options=('!libtool')
-source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver}.tar.gz dfb_serial.diff)
-md5sums=('59ca16f600e96c8c104a485ff7c322c6'
+source=(http://www.directfb.org/downloads/Old/DirectFB-${pkgver}.tar.gz dfb_serial.diff)
+md5sums=('231f2247c9d0a2b8a51f415571105ecb'
'5993ae20546b80d0e5fa4f7b367e2f82')
build() {