Package Details: prosody-filer 1.0.3-1

Git Clone URL: https://aur.archlinux.org/prosody-filer.git (read-only, click to copy)
Package Base: prosody-filer
Description: Golang mod_http_upload_external server for Prosody and Ejabberd
Upstream URL: https://github.com/ThomasLeister/prosody-filer
Licenses: MIT
Submitter: Lykos153
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 0
Popularity: 0.000000
First Submitted: 2019-04-22 03:07 (UTC)
Last Updated: 2024-02-20 22:02 (UTC)

Dependencies (1)

Required by (0)

Sources (3)

Latest Comments

sachilles commented on 2021-09-20 18:59 (UTC)

Building the package was not successful for me. I received the following error message:

Building version v1.0.2 of Prosody-Filer ...
prosody-filer.go:25:2: no required module provides package github.com/BurntSushi/toml; to add it:
    go get github.com/BurntSushi/toml
==> ERROR: A failure occurred in build().
    Aborting...
error making: prosody-filer

In the build function, I had to manually add the statement go get github.com/BurntSushi/toml.

Could the PKGBUILD be improved?

nullobsi commented on 2021-09-20 00:35 (UTC)

could git be added to makedepends please?

Lykos153 commented on 2020-05-19 20:56 (UTC)

Oh. I misinterpreted the meaning of 'any'. Thanks for making me look it up again ;)

TrialnError commented on 2020-05-19 20:46 (UTC)

Great, thanks :) Still one nitpick though ;) arch is still not any :D But now with building from source it can be safely changed to arch=('i686' 'x86_64')

Lykos153 commented on 2020-05-19 18:36 (UTC)

Good points, thanks! I decided to make this package build from source so the naming convention is followed.

TrialnError commented on 2020-05-18 22:38 (UTC) (edited on 2020-05-18 22:43 (UTC) by TrialnError)

Some additional nitpicks. Formally, as it uses a precompiled binary, this package should have been named prosody-filer-bin.
But more importantly arch isn't any. This is a binary pre compiled for x86_64, so the arch-line should be 'x86_64' :)

Edit: Some additional infos: Empty vars should be removed from a PKGBUILD. And since some versions makepkg will begin in ${srcdir}, which makes the line obsolete :)

Lykos153 commented on 2020-04-27 10:14 (UTC)

Sorry, fixed!

sachilles commented on 2020-04-26 17:32 (UTC)

Hi,

currently the package prosody-filer 1.0.2-1 won't build. It will stop with the error

curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading https://github.com/ThomasLeister/prosody-filer/releases/download/v1.0.2/prosody-filer
    Aborting...

since prosody-filer has been renamed to prosody-filer_linux_x86_64. This has to be taken into account in the source array and in the package function.

Best regards