summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-09-29 21:24:23 -0400
committeracxz2020-09-29 21:24:23 -0400
commitc84728d80f418e8eac281f6f0333c14020e61e36 (patch)
tree855424a92e97e4310dc64a9045b28cb3ecc6d59f /PKGBUILD
parentb88abe309a054c197c2c4b19a64607445732e680 (diff)
downloadaur-c84728d80f418e8eac281f6f0333c14020e61e36.tar.gz
[recastnavigation-git] remove gcc dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14aed2a73a9e..b87a9fe5332d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=recastnavigation-git
-pkgver=r741.57610fa
+pkgver=r744.9337e12
pkgrel=1
pkgdesc="Navigation-msh Toolset for Games"
url="https://github.com/recastnavigation/recastnavigation"
arch=(x86_64)
license=('Zlib')
-makedepends=(git cmake gcc sdl2 glut)
+makedepends=(git cmake sdl2 glut)
depends=(sdl2 glut)
provides=('recastnavigation')
conflicts=('recastnavigation')