summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2022-01-23 21:11:50 -0500
committerKevin MacMartin2022-01-23 21:11:50 -0500
commit65e9247a9a563921f0c34a955ea9f9d6e42de50c (patch)
tree9fc553ee3fb87317921c03036faaf224660ec69d /PKGBUILD
parent8b27e5abe32a105be7dcaf3e477cd519ed75fca9 (diff)
downloadaur-65e9247a9a563921f0c34a955ea9f9d6e42de50c.tar.gz
Update dependencies (thanks selurvedu!)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be2ed6bb8234..38a62dd260d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Maintainer: Kevin MacMartin <prurigro@gmail.com>
# Contributor: Hekuran https://github.com/narukeh
+# Contributor: selurvedu
# A legally obtained copy of the Super Mario 64 ROM should be included
# The US version should have a sha1sum of 9bef1128717f958171a4afac3ed78ee2bb4e86ce
@@ -8,13 +9,13 @@ _region=us
_pkgname=sm64ex
pkgname=$_pkgname-redrawn-git
pkgver=r513.58
-pkgrel=1
+pkgrel=2
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=('python' 'audiofile' 'sdl2' 'glew')
-makedepends=('git')
+depends=('sdl2' 'libglvnd')
+makedepends=('audiofile' 'git' 'python')
provides=($_pkgname)
conflicts=($_pkgname)