Package Details: gossip-bin 1:0.13-0

Git Clone URL: https://aur.archlinux.org/gossip-bin.git (read-only, click to copy)
Package Base: gossip-bin
Description: gossip nostr client built with rust
Upstream URL: https://github.com/mikedilger/gossip
Keywords: client deb gossip nostr
Licenses: MIT
Conflicts: gossip, gossip-git
Provides: gossip
Submitter: qlrd
Maintainer: qlrd
Last Packager: qlrd
Votes: 2
Popularity: 0.001758
First Submitted: 2023-09-16 21:03 (UTC)
Last Updated: 2024-12-22 20:36 (UTC)

Latest Comments

shawnyeager commented on 2024-12-22 21:08 (UTC)

@qlrd Thanks for the quick fix!

qlrd commented on 2024-12-22 20:38 (UTC)

@shawnyeager, sorry.

I made a mistake on sha256sums. Just updated it.

shawnyeager commented on 2024-12-21 22:24 (UTC)

Hi. I'm running into these errors as of today:

==> Making package: gossip-bin 0.13-0 (Sat 21 Dec 2024 04:22:26 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found gossip_0.13.0-1_amd64.deb
  -> Found LICENSE.txt
  -> Found README.txt
  -> Found README.upgrading.txt
  -> Found changelog.txt
  -> Found gossip.png
==> Validating source files with sha256sums...
    gossip_0.13.0-1_amd64.deb ... Passed
    LICENSE.txt ... FAILED
    README.txt ... FAILED
    README.upgrading.txt ... Passed
    changelog.txt ... FAILED
    gossip.png ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error making: gossip-bin-exit status 1

qlrd commented on 2024-02-29 15:05 (UTC)

@dreieck, thanks for the tip. Updated according your words :)

dreieck commented on 2024-02-28 10:10 (UTC) (edited on 2024-02-28 10:11 (UTC) by dreieck)

Please add gossip=${pkgver} to the provides entry.
And remove gossip-bin from the provides array. This package already is gossip-bin by $pkgname, it should not provide itself.

Regards and thanks for maintaining!