Package Details: cbonsai 1.4.2-1

Git Clone URL: https://aur.archlinux.org/cbonsai.git (read-only, click to copy)
Package Base: cbonsai
Description: A bonsai tree generator, written in C using ncurses
Upstream URL: https://gitlab.com/jallbrit/cbonsai
Licenses: GPL3
Conflicts: cbonsai
Provides: cbonsai
Submitter: nichobi
Maintainer: nichobi
Last Packager: nichobi
Votes: 62
Popularity: 2.51
First Submitted: 2021-03-10 11:08 (UTC)
Last Updated: 2025-06-21 09:25 (UTC)

Latest Comments

xiota commented on 2026-02-06 19:10 (UTC)

Not in my previous list, but also should remove provides and conflicts because all packages provides themselves.

daftaupe commented on 2026-02-06 12:23 (UTC) (edited on 2026-02-06 12:24 (UTC) by daftaupe)

The patch needed to do what @xiota suggests :

diff --git a/PKGBUILD b/PKGBUILD
index 67ceff6..c08746b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgname=cbonsai
 pkgver=1.4.2
 pkgrel=1
 pkgdesc='A bonsai tree generator, written in C using ncurses'
-arch=('any')
+arch=('x86_64')
 url="https://gitlab.com/jallbrit/$pkgname"
-license=('GPL3')
+license=('GPL-3.0-only')
 makedepends=('scdoc')
-depends=('gcc' 'ncurses')
+depends=('ncurses')
 provides=('cbonsai')
 conflicts=('cbonsai')
 source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.zip")

xiota commented on 2025-08-17 05:45 (UTC)

Following changes would be appreciated:

  • arch should be x86_64 (not any)
  • license string should be in spdx format
  • gcc should be removed from depends (do not move to makedepends; it is installed with base-devel).

Will delete this comment when I see it's no longer relevant.

vaskel commented on 2025-05-23 05:38 (UTC)

Broken on v1.3.1, seems the the sha256 of the zip has changed. New sum seems to be: sha256sums=('80593541558bf81cca0409c05e135b5cd0cfc70d19990cbee96b40d1753ea161')

eh8 commented on 2021-08-26 05:43 (UTC) (edited on 2021-08-26 05:43 (UTC) by eh8)

scdoc needs to be added to make dependencies