diff options
author | acxz | 2020-10-29 15:47:35 -0400 |
---|---|---|
committer | acxz | 2020-10-29 15:47:35 -0400 |
commit | e1ca162c10a91bd2ad6621cf0d763648985dcea2 (patch) | |
tree | 1023c45fc93e8f6cfb9ed29952df76c9fea9d36f | |
parent | f85f69d3ffe5495643a6e5dd67daaf815f7a2d0c (diff) | |
download | aur-e1ca162c10a91bd2ad6621cf0d763648985dcea2.tar.gz |
fix url
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 7 insertions, 7 deletions
@@ -1,8 +1,8 @@ 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.7 - pkgrel = 4 - url = http://www.directfb.org + pkgrel = 5 + url = https://www.directfb.org arch = i686 arch = x86_64 license = LGPL @@ -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/ |