Package Details: brogue-ce 1.13-1

Git Clone URL: https://aur.archlinux.org/brogue-ce.git (read-only, click to copy)
Package Base: brogue-ce
Description: Brogue Community Edition: A 26-level dungeon crawl to the Amulet of Yendor.
Upstream URL: https://github.com/tmewett/BrogueCE
Licenses: AGPL3
Submitter: cubethethird
Maintainer: cubethethird
Last Packager: cubethethird
Votes: 12
Popularity: 0.107414
First Submitted: 2020-01-22 04:15 (UTC)
Last Updated: 2023-10-05 19:16 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

GalaxyLJGD commented on 2021-06-24 17:01 (UTC) (edited on 2021-06-24 20:43 (UTC) by GalaxyLJGD)

You should change the output file name in source, because if every time the PKGBUILD is updated and the file from the previous version is present then there will be a checksum error

diff --git a/PKGBUILD b/PKGBUILD
index e06b2e0..d0c8783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
 url="https://github.com/tmewett/BrogueCE"
 license=('AGPL3')
 depends=('sdl2_image' 'sdl2')
-source=(${pkgname}::"https://github.com/tmewett/BrogueCE/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tmewett/BrogueCE/archive/v${pkgver}.tar.gz")
 md5sums=('29b84943fda9a4c118fe671d32030cc6')

 build() {

cubethethird commented on 2020-12-04 01:13 (UTC)

Honestly, the make clean is probably there because it was used in whatever source I based the PKGBUILD on. It isn't inherently bad to have, as I've come to understand it, but I can certainly remove it. For the purposes of a PKGBUILD though, there shouldn't be any pre-compiled binaries regardless, making it a moot point. I don't plan on updating the package solely to do this, but I may include that change in the next update.

GalaxyLJGD commented on 2020-12-04 00:27 (UTC)

Why do you use make clean before building? I think it's better not to do it because when you don't clean only the files that have changed will be compiled again, but the ones that did not change will not be compiled; plus makepkg already has an option for that: makepkg -c.

And thanks for making this package, I really like Brogue and today discovered the Community Edition.

Sorry for my bad English.

bergentroll commented on 2020-04-05 07:50 (UTC)

Affirmative. Thank you again!

cubethethird commented on 2020-04-04 20:53 (UTC)

Version 1.8.2 should fix the issue with missing item names. There is also work done to improve window resizing and fullscreen.

cubethethird commented on 2020-03-19 16:26 (UTC)

Thanks for the feedback. That issue isn't actually a conflict with brogue, but a bug with the package upstream. The -git branch has this fixed, but there has not yet been a full release build with that change included. I may look into patching it for the time being.

bergentroll commented on 2020-03-19 16:20 (UTC) (edited on 2020-03-19 16:21 (UTC) by bergentroll)

Thank you for package, cubethethird! It seems it conflict with brogue. I miss names of items while both are installed.