summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2022-03-11 00:47:09 -0500
committerKevin MacMartin2022-03-11 00:47:09 -0500
commit88d8c0d52c8bbc617bce102269191d92b4a00e4e (patch)
treee558ac0e922a65da1e467714969a60a6d9cf9f0b /PKGBUILD
parent65e9247a9a563921f0c34a955ea9f9d6e42de50c (diff)
downloadaur-88d8c0d52c8bbc617bce102269191d92b4a00e4e.tar.gz
Remove libglvnd from the dependency list (thanks selurvedu!)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38a62dd260d0..2741f5ef6b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@ _region=us
_pkgname=sm64ex
pkgname=$_pkgname-redrawn-git
pkgver=r513.58
-pkgrel=2
+pkgrel=3
pkgdesc='Super Mario 64 PC port (sm64ex fork) with the redrawn texture pack and HD Mario'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://github.com/sm64pc/sm64ex'
license=('reverse-engineered and unlicensed')
-depends=('sdl2' 'libglvnd')
+depends=('sdl2')
makedepends=('audiofile' 'git' 'python')
provides=($_pkgname)
conflicts=($_pkgname)