Package Details: hakchi-git r130.fd525ac-2

Git Clone URL: https://aur.archlinux.org/hakchi-git.git (read-only, click to copy)
Package Base: hakchi-git
Description: Tool that allows you to add more games to your NES/SNES Classic Mini v1
Upstream URL: https://github.com/madmonkey1907/hakchi
Licenses: GPL3
Conflicts: hakchi
Provides: hakchi
Submitter: ReNoM
Maintainer: None
Last Packager: ReNoM
Votes: 0
Popularity: 0.000000
First Submitted: 2019-06-13 16:40 (UTC)
Last Updated: 2020-07-24 12:12 (UTC)

Latest Comments

hoban commented on 2020-09-06 19:56 (UTC)

To get this package to build today, I had to make the following change. Note that this means that for the mkbootimg package, the warnings (which may be perfectly valid) are no longer being treated as errors.

diff --git a/PKGBUILD b/PKGBUILD
index 496739a..5a1d619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,6 +37,7 @@ prepare() {
   git config submodule.3rdparty/sun-nontendocm-kernel.url $srcdir/sun-nontendocm-kernel
   git config submodule.3rdparty/e2fsprogs.url $srcdir/e2fsprogs
   git submodule update
+  sed -i "s/-Werror//" ./3rdparty/mkbootimg/Makefile
 }

 build() {

ReNoM commented on 2020-07-24 12:16 (UTC)

caltlgin, that's fixed.