Package Details: frankenphp 1.2.0-1

Git Clone URL: https://aur.archlinux.org/frankenphp.git (read-only, click to copy)
Package Base: frankenphp
Description: FrankenPHP: Modern app server for PHP
Upstream URL: https://github.com/dunglas/frankenphp
Licenses: MIT
Submitter: chindit
Maintainer: chindit
Last Packager: chindit
Votes: 0
Popularity: 0.000000
First Submitted: 2024-05-29 05:00 (UTC)
Last Updated: 2024-06-08 07:37 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

matth commented on 2024-06-07 13:36 (UTC)

To be versioned the source line should be:

source=("$pkgname-$pkgver.tar.gz::https://github.com/dunglas/frankenphp/archive/refs/tags/v$pkgver/frankenphp.tar.gz")

instead of source=("https://github.com/dunglas/frankenphp/archive/refs/tags/v$pkgver/frankenphp.tar.gz")

chindit commented on 2024-05-30 04:35 (UTC)

Ok, thanks for the input. I'll upload a frankenphp-bin AUR package and fix this one next week.

However, I don't understand what you mean by «download is unversioned»

FabioLolix commented on 2024-05-29 16:30 (UTC)

Hello,

  • at the moment this is a disguised -bin pkgbuild and the program is open source, you can both re-upload with -bin suffix and correct this pkgbuild to build from source but this can't stay as it is now
  • source is CPU specific, please use source_x86_64=() instead
  • download is unversioned, please rename the source with $pkgname-$pkgver::
  • no need to specify curl as makedepends since it is always installed