summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel LeWarne2017-02-08 17:58:35 -0500
committerDaniel LeWarne2017-02-08 17:58:35 -0500
commit57762c5e430216c405f2e6e28a8d7b80964fd591 (patch)
tree3863e48659d4de3aec266f3f86ff4fbb6aba7fe4 /PKGBUILD
parentb12362d1177e92874e93c87330eea02abcbcb361 (diff)
downloadaur-citro3d-git.tar.gz
Depend on libctru instead of ctrulib-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 372a6d3e537c..1c936e611eed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="https://github.com/fincs/citro3d"
license=('custom:BSD-like')
sha256sums=('SKIP')
-depends=('devkitarm' 'ctrulib-git')
+depends=('devkitarm' 'libctru')
makedepends=('git')
options=('!strip' 'staticlibs')