summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKookies2024-03-05 13:46:21 -0700
committerKookies2024-03-05 13:46:21 -0700
commitd933f069e851db21a22fa6f83cb511e4309697ea (patch)
tree434f8ac03677af11dc4627a8ea551bc703d5e01d
parentad0652bd2f42480dd468d7a5d7236174d5023e55 (diff)
downloadaur-d933f069e851db21a22fa6f83cb511e4309697ea.tar.gz
initial build fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 248f8cf43fc0..6ca3cddf08e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = libctru-git
pkgdesc = Nintendo 3DS userland library. (git)
- pkgver = v2.0.1.11.g5f13628
+ pkgver = v2.3.0.4.ga6a6548
pkgrel = 1
epoch = 1
url = https://github.com/devkitPro/libctru
arch = any
- license = ZLIB
+ license = custom
makedepends = git
+ makedepends = devkit-env
+ makedepends = devkitARM
depends = devkitARM
provides = libctru
conflicts = libctru
diff --git a/PKGBUILD b/PKGBUILD
index 38cd4fa35e4f..9a7b758d0dec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Mateo <kookies@tutamail.com>
+# Maintainer: Kookies <kookies@tutamail.com>
pkgname=libctru-git
_libname=libctru
-pkgver=v2.0.1.11.g5f13628
+pkgver=v2.3.0.4.ga6a6548
pkgrel=1
epoch=1
pkgdesc="Nintendo 3DS userland library. (git)"
arch=('any')
url="https://github.com/devkitPro/libctru"
-license=('ZLIB')
+license=('custom')
depends=('devkitARM')
-makedepends=('git')
+makedepends=('git' 'devkit-env' 'devkitARM')
provides=('libctru')
conflicts=('libctru')
source=('libctru::git+https://github.com/devkitPro/libctru')
@@ -30,7 +30,7 @@ build() {
package() {
cd "${srcdir}/${_libname}"
- export DEVKITPRO="${pkgdir}/opt/devkitpro"
+ export DESTDIR="${pkgdir}/"
make -C "${_libname}" install
# license