summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpacingBat32020-10-17 17:20:07 +0200
committerSpacingBat32020-10-17 17:20:07 +0200
commit190061a6c87e5e6d79ae4c6bf8c15042a4ad1fa9 (patch)
tree8c5bc2359b56020a567c38ea019610b6b60a5bf3 /PKGBUILD
parent114c8b6084e2c830f9680ef1582032437d0ff845 (diff)
downloadaur-sm64ex-nightly-git.tar.gz
Added `git` as a build dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbad56efcd5e..3237138f9cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
# Contributor: Hekuran https://github.com/narukeh
pkgname=sm64ex-nightly-git
-pkgver=r573.dd0e86db
+pkgver=r592.2cf99649
pkgrel=1
pkgdesc='Nightly branch of sm64ex with 60fps patch. PKGBUILD based on sm64pc-git.'
arch=('any')
url='https://github.com/sm64pc/sm64ex'
license=('reverse-engineered and unlicensed')
+makedepends=('git')
depends=('python' 'audiofile' 'sdl2' 'glew')
provides=(sm64ex-nightly)