Package Details: ctrtool-git r369.92a4b5f-1

Git Clone URL: https://aur.archlinux.org/ctrtool-git.git (read-only, click to copy)
Package Base: ctrtool-git
Description: Tools for the Nintendo 3DS
Upstream URL: https://github.com/3DSGuy/Project_CTR/
Licenses: MIT
Conflicts: ctrtool
Provides: ctrtool
Submitter: linkmauve
Maintainer: silverhikari
Last Packager: silverhikari
Votes: 4
Popularity: 0.000000
First Submitted: 2015-01-14 20:20 (UTC)
Last Updated: 2022-05-01 21:31 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

silverhikari commented on 2022-03-21 05:58 (UTC) (edited on 2022-03-21 06:18 (UTC) by silverhikari)

here is a patch for the makefile change

--- PKGBUILD 2022-03-21 01:48:09.258853335 -0400
+++ PKGBUILD-new    2022-03-21 01:41:55.510726583 -0400
@@ -2,11 +2,11 @@

 _pkgname='ctrtool'
 pkgname="$_pkgname-git"
-pkgver=r205.ac8c9d4
+pkgver=r337.400a68e
 pkgrel=1
 pkgdesc="Tools for the Nintendo 3DS"
 arch=('i686' 'x86_64')
-url="https://github.com/profi200/Project_CTR"
+url="https://github.com/3DSGuy/Project_CTR/"
 license=('custom')
 makedepends=('git')
 provides=("$_pkgname")
@@ -23,10 +23,11 @@

 build() {
   cd "$srcdir/$_pkgbase/$_pkgname"
-  make
+  make deps
+  make all
 }

 package() {
-  cd "$srcdir/$_pkgbase/$_pkgname"
+  cd "$srcdir/$_pkgbase/$_pkgname/bin"
   install -Dm755 ctrtool "$pkgdir/usr/bin/$_pkgname"
 }