summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel LeWarne2017-02-08 18:15:44 -0500
committerDaniel LeWarne2017-02-08 18:15:44 -0500
commit1b95fdf03cb8b7698588c1e2eea8d892ff75c7c0 (patch)
tree0aec142fdfc1dc0518a70fa6528a2384fdab1487 /PKGBUILD
parent503d364215f4178ff514d1d89eaa7a875f9bef1a (diff)
downloadaur-1b95fdf03cb8b7698588c1e2eea8d892ff75c7c0.tar.gz
Depend on libctru instead of ctrulib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d478e5a7d5b6..96ac7006a88c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _pkgbase=sf2dlib
pkgbase=${_pkgbase}-git
pkgname=${pkgbase}
provides=('sf2dlib')
-pkgver=r105.e9a23af
+pkgver=r119.c5aaec5
pkgrel=1
pkgdesc='Simple and Fast 2D library for the Nintendo 3DS (using ctrulib)'
arch=('any')
url='https://github.com/xerpi/sf2dlib'
license=('MIT')
options=(!strip staticlibs)
-depends=('devkitarm' 'ctrulib-git') # Really this should depend on ctrulib and ctrulib-git should "provide" it
+depends=('devkitarm' 'libctru')
makedepends=('git')
source=("$pkgbase::git+https://github.com/xerpi/sf2dlib.git")
sha256sums=('SKIP')