summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspupykin2014-07-31 09:59:25 +0000
committersvntogit2014-07-31 09:59:25 +0000
commit508c25adc6097b405b129db7809a10e6b7de8556 (patch)
tree43ee2303cca3e628c785c22f49c998898bcc800b
parent6d02aa2e749a45be14da11284fa540ab98811517 (diff)
downloadaur-508c25adc6097b405b129db7809a10e6b7de8556.tar.gz
upgpkg: directfb 1.7.5-1
upd git-svn-id: file:///srv/repos/svn-community/svn@116628 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f980731061eb..58effeb09e12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Sep 26 02:32:37 UTC 2016
+# Mon Sep 26 02:32:38 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.1
- pkgrel = 2
+ pkgver = 1.7.5
+ pkgrel = 1
url = http://www.directfb.org
arch = i686
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = directfb
depends = libdrm
depends = libgl
depends = mesa
- source = http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.1.tar.gz
- sha1sums = ff3dc6885f2875586849d88ee9f87fca866259b0
+ source = http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.5.tar.gz
+ sha1sums = 13f769b5fc0a38b123968761fad3058bc923b01f
pkgname = directfb
diff --git a/PKGBUILD b/PKGBUILD
index 9faa8531f094..e18bf1e8d0b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
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"
@@ -13,6 +13,7 @@ depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2' 'libdrm' 'libgl' 'mesa'
source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
+sha1sums=('13f769b5fc0a38b123968761fad3058bc923b01f')
build() {
cd DirectFB-${pkgver}