summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKozeid2017-09-14 11:38:36 +0200
committerKozeid2017-09-14 11:38:36 +0200
commitc7beb9e59825a1663e75b447b97e85f3c2ce9c22 (patch)
treeaa7a8a614fd278a042a9970943e98a681b0d1da0 /PKGBUILD
parent1bcca0f1b4d8a2f3d243d26c74e11382969b1627 (diff)
downloadaur-c7beb9e59825a1663e75b447b97e85f3c2ce9c22.tar.gz
Add gcc-multilib to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a765e954e3aa..bf9b6dd68f1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
-# Maintainer: Kozeid <kozeid2@gmail.com>
+# Maintainer: Rafał Kozdrój <kozeid2@gmail.com>
# Contributor: Felix Yan <felixonmars@archlinux.org>
_pkgname=lib32-libglvnd
pkgname=$_pkgname-git
-pkgver=0.2.999.r538.3ed1275
+pkgver=0.2.999.r548.fe4a384
pkgrel=1
pkgdesc="The GL Vendor-Neutral Dispatch library"
arch=('x86_64')
url="https://github.com/NVIDIA/libglvnd"
license=('custom:BSD-like')
-makedepends=('lib32-libx11' 'lib32-libxext' 'glproto' 'git' 'python')
+makedepends=('lib32-libx11' 'lib32-libxext' 'glproto' 'git' 'python' 'gcc-multilib')
provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles' "$_pkgname=$pkgver")
conflicts=("$_pkgname")
source=("git+https://github.com/NVIDIA/libglvnd.git")
-sha1sums=('SKIP')
+md5sums=('SKIP')
pkgver() {
cd libglvnd