summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlison Watson2019-07-22 11:58:59 -0400
committerAlison Watson2019-07-22 11:58:59 -0400
commit1bd0eaef218b42a2aa66714c7b43179d631e83be (patch)
tree8b78612d3bdd86bf1d1e9715d169d1896a606583 /PKGBUILD
parentc2fab6edee726bbb6e94a45a2793f1057d647c3c (diff)
downloadaur-1bd0eaef218b42a2aa66714c7b43179d631e83be.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8a64cf82ed6..4923750ac1cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="A low-level N64 video emulation plugin, based on the pixel-perfect angr
arch=('i686' 'x86_64')
url="https://github.com/ata4/${_srcname}"
license=('custom:MAME')
-depends=('mupen64plus')
-makedepends=('git' 'mesa' 'glut' 'glibc' 'cmake' 'boost')
+depends=('mupen64plus' 'glut')
+makedepends=('git' 'mesa' 'glibc' 'cmake' 'boost')
source=("git+https://github.com/ata4/${_srcname}")
sha256sums=('SKIP')