Package Details: blackchocobo 1.16.0-2

Git Clone URL: https://aur.archlinux.org/blackchocobo.git (read-only, click to copy)
Package Base: blackchocobo
Description: Final Fantasy 7 Save Editor
Upstream URL: http://www.blackchocobo.com/
Licenses: GPL3
Conflicts: blackchocobo-git
Submitter: sithlord48
Maintainer: sithlord48
Last Packager: sithlord48
Votes: 3
Popularity: 0.000000
First Submitted: 2014-10-06 17:48 (UTC)
Last Updated: 2024-06-15 05:04 (UTC)

Latest Comments

beareroftheseeds commented on 2025-12-09 12:30 (UTC)

The sha256 sum no longer matches

diff --git a/PKGBUILD b/PKGBUILD
index a5d3156..890b10e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
 pkgname=blackchocobo
 conflicts=('blackchocobo-git')
 pkgver=1.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Final Fantasy 7 Save Editor"
 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
 url="http://www.blackchocobo.com/"
 license=('GPL3')
 depends=('qt6-base' 'libff7tk>=1.2.0')
 install=$pkgname.install
-source=("blackchocobo::git+https://github.com/sithlord48/blackchocobo.git#tag=v${pkgver}")
-sha256sums=('04c4cd9544563485b247ff449e00defebd970b76fbb47602d00bafc27e11b2d2')
+source=("https://github.com/sithlord48/blackchocobo/archive/refs/tags/v1.16.0.tar.gz")
+sha256sums=('46a72b6b5d8676ebdd62d1071e0a8676488d1ec038b15926bf337e9562a446ce')

 build() {
-  cmake -S blackchocobo -Bbuild -DCMAKE_INSTALL_PREFIX=/usr -DQT_DEFAULT_MAJOR_VERSION=6
+  cmake -S blackchocobo-$pkgver -Bbuild -DCMAKE_INSTALL_PREFIX=/usr -DQT_DEFAULT_MAJOR_VERSION=6
   cmake --build build
 }

Snake26183 commented on 2023-08-12 18:04 (UTC)

libff7tk isn't being updated(?) and it's the default one, so you'll need to install libff7tk-git manually first, then install this, otherwise you may get some errors