summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorebelanger2009-11-08 05:57:50 +0000
committerebelanger2009-11-08 05:57:50 +0000
commitb7126354561c2a171d873d6bbe54935465d79908 (patch)
tree0c3bbf818550d4ecb83c7e3162d69d2874c69db1
parent9ee83ef67603f27f552f76c2e79bb9e48aa50f73 (diff)
downloadaur-b7126354561c2a171d873d6bbe54935465d79908.tar.gz
upgpkg: directfb 1.4.2-1
Upstream update git-svn-id: file:///srv/repos/svn-community/svn@5378 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 769f20d753bc..4e64dfc5d158 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Mon Sep 26 02:32:33 UTC 2016
pkgbase = directfb
pkgdesc = A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = http://www.directfb.org
arch = i686
@@ -15,9 +15,9 @@ pkgbase = directfb
depends = libpng
depends = freetype2
options = !libtool
- source = http://www.directfb.org/downloads/Core/DirectFB-1.4/DirectFB-1.4.1.tar.gz
- md5sums = e7df079ff44ec98187c24a00500e597a
- sha1sums = 98f3c46789fa599367037654ee35b71f453b68b3
+ source = http://www.directfb.org/downloads/Core/DirectFB-1.4/DirectFB-1.4.2.tar.gz
+ md5sums = e4376c6c5b8e27d735edb7f62a7a8e86
+ sha1sums = 29a5e5a82b1a9e2cbfe31af127a54767fffae975
pkgname = directfb
diff --git a/ChangeLog b/ChangeLog
index 2cc6d8441ff2..789ef8fe9069 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-08 Eric Belanger <eric@archlinux.org>
+
+ * directfb 1.4.2-1
+ * Upstream update
+
2009-07-13 Eric Belanger <eric@archlinux.org>
* directfb 1.4.1-1
diff --git a/PKGBUILD b/PKGBUILD
index ded1bf7426cd..6ca43fc5c5ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=directfb
-pkgver=1.4.1
+pkgver=1.4.2
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')
@@ -12,8 +12,8 @@ license=('LGPL')
depends=('libjpeg>=7' 'libxext' 'sdl' 'sysfsutils' 'libpng' 'freetype2')
options=('!libtool')
source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
-md5sums=('e7df079ff44ec98187c24a00500e597a')
-sha1sums=('98f3c46789fa599367037654ee35b71f453b68b3')
+md5sums=('e4376c6c5b8e27d735edb7f62a7a8e86')
+sha1sums=('29a5e5a82b1a9e2cbfe31af127a54767fffae975')
build() {
cd "${srcdir}/DirectFB-${pkgver}"