Package Details: allegro-blasteroids-git v1.1.r1.g1cc91b3-1

Git Clone URL: https://aur.archlinux.org/allegro-blasteroids-git.git (read-only, click to copy)
Package Base: allegro-blasteroids-git
Description: A game inspired on blasteroids started from the last proposed exercise of Head First C
Upstream URL: https://github.com/lucasew/allegro_blasteroids
Licenses: custom
Submitter: lucas59356
Maintainer: lucas59356
Last Packager: lucas59356
Votes: 0
Popularity: 0.000000
First Submitted: 2018-12-21 14:42 (UTC)
Last Updated: 2019-01-31 11:57 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

m040601 commented on 2025-04-29 21:08 (UTC) (edited on 2025-04-29 21:11 (UTC) by m040601)

This PKGBUILD currently fails to build with,

(.text+0x0): multiple definition of `QTD_POINTS'; CMakeFiles/blasteroids.dir/src/asteroid_draw.c.o (symbol from plugin):(.text+0x0): first defined here
/dev/shm/aurydesty/allegro-blasteroids-git/src/allegro_blasteroids/include/blasteroids/asteroid_draw.h:6:13: warning: type of ‘asteroid_points’ does not match original declaration [-Wlto-type-mismatch]
    6 | const float asteroid_points;
      |             ^
/dev/shm/aurydesty/allegro-blasteroids-git/src/allegro_blasteroids/src/asteroid_draw.c:6:13: note: ‘asteroid_points’ was previously declared here
    6 | const float asteroid_points[][2] = {
      |             ^
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/blasteroids.dir/build.make:437: blasteroids] Error 1
make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/blasteroids.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: allegro-blasteroids-git-exit status 4

The repo itself, https://github.com/lucasew/allegro_blasteroids has this recent activity,

  2025-04-26 23:52  Merge pull request #9 from lucasew/renov
  2025-04-26 23:36  Add renovate.json
  2019-05-13 15:38  Correções relacionadas a implementaç
  2019-02-19 18:28  Código refatorado, FPS funcionando e #1
  2019-02-18 12:56  Merge branch 'master' of ssh://github.co

Many things happpened in Archlinux since 2019, maybe the PKGBUILD needs a review,

Last Updated:  2019-01-31 11:57 (UTC)