summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-10-29 15:47:35 -0400
committeracxz2020-10-29 15:47:35 -0400
commite1ca162c10a91bd2ad6621cf0d763648985dcea2 (patch)
tree1023c45fc93e8f6cfb9ed29952df76c9fea9d36f /PKGBUILD
parentf85f69d3ffe5495643a6e5dd67daaf815f7a2d0c (diff)
downloadaur-e1ca162c10a91bd2ad6621cf0d763648985dcea2.tar.gz
fix url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd72f95b1253..f25c622886d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id$
-# Maintainer: Victor3D <webmaster@victor3d.com.br>
+# Maintainer: acxz <akashpatel2008 at yahoo dot com>
+# Contributor: Victor3D <webmaster@victor3d.com.br>
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Eric BĂ©langer <eric@archlinux.org>
pkgname=directfb
pkgver=1.7.7
-pkgrel=4
+pkgrel=5
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"
+url="https://www.directfb.org"
license=('LGPL')
makedepends=('fluxcomp')
depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2' 'libdrm' 'libgl' 'mesa')
@@ -23,7 +23,7 @@ build() {
--enable-video4linux2 --enable-voodoo \
--enable-mesa --enable-drmkms
make
-}
+}
package() {
cd $srcdir/DirectFB-DIRECTFB_1_7_7/