summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspupykin2013-10-17 12:43:08 +0000
committersvntogit2013-10-17 12:43:08 +0000
commitc7f3fc676f6b7d60527b89bc432e5c0b151499dc (patch)
treef4accb9db62262ffa864371379d2fece2771dc6e
parent5d4d1023d31cde345b3ee16cda101ea6655e6ab1 (diff)
downloadaur-c7f3fc676f6b7d60527b89bc432e5c0b151499dc.tar.gz
upgpkg: directfb 1.7.1-1
upd git-svn-id: file:///srv/repos/svn-community/svn@98722 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c781f2f4da4c..9cfecd4901ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Mon Sep 26 02:32:37 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.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = http://www.directfb.org
arch = i686
@@ -17,8 +17,8 @@ pkgbase = directfb
depends = libgl
depends = mesa
options = !libtool
- source = http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.0.tar.gz
- sha1sums = 095852479098a55be2b0c6a0250af4159ee16e7c
+ source = http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.1.tar.gz
+ sha1sums = ff3dc6885f2875586849d88ee9f87fca866259b0
pkgname = directfb
diff --git a/PKGBUILD b/PKGBUILD
index f7de00b0d32f..9966c9a85057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
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')
@@ -13,6 +13,7 @@ depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2' 'libdrm' 'libgl' 'mesa'
options=('!libtool')
source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
+sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
build() {
cd DirectFB-${pkgver}