Package Details: thrive-bin 1.0.1-1

Git Clone URL: https://aur.archlinux.org/thrive-bin.git (read-only, click to copy)
Package Base: thrive-bin
Description: Game about evolution, in which the player guides a species from their origin as a microbe to the space age and beyond.
Upstream URL: https://revolutionarygamesstudio.com
Keywords: evolution game
Licenses: custom, GPL3, CCPL:cc-by-sa-3.0
Conflicts: thrive
Provides: thrive
Submitter: 1ace
Maintainer: drezen
Last Packager: drezen
Votes: 12
Popularity: 0.030002
First Submitted: 2022-12-02 19:47 (UTC)
Last Updated: 2026-03-11 16:03 (UTC)

Latest Comments

1 2 3 Next › Last »

HHe12 commented on 2026-03-29 00:08 (UTC)

in PKGBUILD install -D -t "${pkgdir}/usr/share/icons/" Thrive.png install -D -t "${pkgdir}/usr/share/applications" Thrive.desktop need to add .0

luuuciano commented on 2026-03-15 00:31 (UTC)

Thanks 8472

8472 commented on 2026-03-12 18:07 (UTC) (edited on 2026-03-12 18:08 (UTC) by 8472)

You've got there possible bug within the last 1.0.1 PKGBUILD:

--- /tmp/thrive-bin/PKGBUILD
+++ /tmp/thrive-bin/PKGBUILD-fix
@@ -18,13 +18,13 @@
 options=(!strip)

 prepare() {
-  mv "Thrive_${pkgver}_linux_x11"/Thrive.{desktop,png} .
+  mv "Thrive_${pkgver}.0_linux_x11"/Thrive.{desktop,png} .
   sed s,Exec=Thrive,Exec=/opt/thrive/Thrive, -i Thrive.desktop
 }

 package() {
   install -dm755 --group games "$pkgdir/opt/thrive"
-  cp -r "Thrive_${pkgver}_linux_x11"/* "$pkgdir/opt/thrive"
+  cp -r "Thrive_${pkgver}.0_linux_x11"/* "$pkgdir/opt/thrive"

   install -d "${pkgdir}/usr/bin"
   ln -s "/opt/thrive/Thrive" "${pkgdir}/usr/bin/thrive"

Rooki commented on 2025-11-21 16:01 (UTC)

For anyone interested i added the thrive-launcher to the AUR https://aur.archlinux.org/packages/thrive-launcher-bin

Rooki commented on 2025-11-14 19:53 (UTC) (edited on 2025-11-14 19:58 (UTC) by Rooki)

Hi, ah thanks! I am new to AUR publishing, will do that ASAP. edit: Done. Let me know if there is anything still wrong or incomplete.

FabioLolix commented on 2025-11-14 18:59 (UTC)

Hi, thanks for updating. You should move previous maintainers to contributors like here https://aur.archlinux.org/cgit/aur.git/commit/?h=thrive-bin&id=0baf340ac02a3352dd1ae9efcc50e49b9212f726

Rooki commented on 2025-11-14 18:05 (UTC)

I updated it, was not so difficult thanks to FabioLolix's pre work. Let me know about issues.

FabioLolix commented on 2024-04-27 13:19 (UTC)

It run again

FabioLolix commented on 2023-12-23 15:27 (UTC)

I have updated the pkgbuild to v0.6.4.1 in my repo but it fails to launch https://github.com/FabioLolix/PKGBUILD-AUR_fix/tree/master/t/thrive-bin

hhyyrylainen commented on 2023-10-05 14:06 (UTC)

I've removed myself as the maintainer from this package as I never really did anything (I was added as a maintainer as I'm one of the Thrive developers) and I just noticed I had become the last listed maintainer. This package is now fully without a maintainer.