summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2022-01-23 21:11:50 -0500
committerKevin MacMartin2022-01-23 21:11:50 -0500
commit65e9247a9a563921f0c34a955ea9f9d6e42de50c (patch)
tree9fc553ee3fb87317921c03036faaf224660ec69d
parent8b27e5abe32a105be7dcaf3e477cd519ed75fca9 (diff)
downloadaur-65e9247a9a563921f0c34a955ea9f9d6e42de50c.tar.gz
Update dependencies (thanks selurvedu!)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea8aa38bc38a..2eb6bd75744b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = sm64ex-redrawn-git
pkgdesc = Super Mario 64 PC port (sm64ex fork) with the redrawn texture pack and HD Mario
pkgver = r513.58
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sm64pc/sm64ex
arch = i686
arch = x86_64
arch = armv7h
arch = aarch64
license = reverse-engineered and unlicensed
+ makedepends = audiofile
makedepends = git
- depends = python
- depends = audiofile
+ makedepends = python
depends = sdl2
- depends = glew
+ depends = libglvnd
provides = sm64ex
conflicts = sm64ex
source = git+https://github.com/sm64pc/sm64ex.git
@@ -31,4 +31,3 @@ pkgbase = sm64ex-redrawn-git
sha512sums = SKIP
pkgname = sm64ex-redrawn-git
-
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)