summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric2013-02-07 05:11:08 +0000
committereric2013-02-07 05:11:08 +0000
commit25589e04cb61e9b5945dae395730ffb2972aecdf (patch)
tree026ca30e082337935781a2783f67479af5150ef6
parenta0d08e9e75100ef4833e356e0b097b023ec997f8 (diff)
downloadaur-25589e04cb61e9b5945dae395730ffb2972aecdf.tar.gz
upgpkg: directfb 1.6.3-1
Upstream update git-svn-id: file:///srv/repos/svn-community/svn@83934 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1edf50df17e4..a94e09b52480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Mon Sep 26 02:32:36 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.6.2
+ pkgver = 1.6.3
pkgrel = 1
url = http://www.directfb.org
arch = i686
@@ -14,8 +14,8 @@ pkgbase = directfb
depends = libpng
depends = freetype2
options = !libtool
- source = http://www.directfb.org/downloads/Core/DirectFB-1.6/DirectFB-1.6.2.tar.gz
- sha1sums = a393a53130e6a80369b7081371cd23dd1cd5e192
+ source = http://www.directfb.org/downloads/Core/DirectFB-1.6/DirectFB-1.6.3.tar.gz
+ sha1sums = 0433c5999044ec9701481a92e50c0760cdb50c41
pkgname = directfb
diff --git a/PKGBUILD b/PKGBUILD
index d5c958f39e4b..7f09b9d9abf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=directfb
-pkgver=1.6.2
+pkgver=1.6.3
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,7 +12,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=('a393a53130e6a80369b7081371cd23dd1cd5e192')
+sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
build() {
cd "${srcdir}/DirectFB-${pkgver}"