diff options
author | qlrd | 2024-02-29 12:03:18 -0300 |
---|---|---|
committer | qlrd | 2024-02-29 12:03:18 -0300 |
commit | d96c761449187d8d72f2317c3094ebf0e64c2451 (patch) | |
tree | f12b0761a5d7d7f283ed73a27c99d3ca1eaa7374 | |
parent | 597bdf7434b2183c1197d8c7f5bdb2b571f4c972 (diff) | |
download | aur-d96c761449187d8d72f2317c3094ebf0e64c2451.tar.gz |
updated gossip provides field according dreieck tip
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 14 |
2 files changed, 8 insertions, 10 deletions
@@ -1,13 +1,13 @@ pkgbase = gossip-bin pkgdesc = gossip nostr client built with rust pkgver = 0.9.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/mikedilger/gossip arch = x86_64 license = MIT depends = glibc depends = gcc-libs - provides = gossip-bin + provides = gossip=${pkgver} conflicts = gossip conflicts = gossip-git source = gossip_0.9.0_amd64.deb::https://github.com/mikedilger/gossip/releases/download/v0.9.0/gossip_0.9.0_amd64.deb @@ -2,12 +2,12 @@ pkgname=gossip-bin pkgver=0.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="gossip nostr client built with rust" arch=('x86_64') url="https://github.com/mikedilger/gossip" license=(MIT) -provides=($pkgname) +provides=('gossip=${pkgver}') conflicts=('gossip' 'gossip-git') depends=( 'glibc' @@ -19,12 +19,10 @@ source=( "README.txt::https://github.com/mikedilger/gossip/releases/download/v$pkgver/README.txt" "gossip.png::https://raw.githubusercontent.com/mikedilger/gossip/c437e3ebf30ff168395bcdcb94cab7c88a5d0543/logo/gossip.png" ) -sha256sums=( - "83760acc0ad65f0bea06bdce73a158041b2816a3924d98ab4693bdc7cd9fd22c" - "e2860f22b4ae91017e138509f14a0c6c7e63aaae1bda7178b85020301b67cce4" - "65a1e61fc5374f7c391f230856809c8b37c8527c25a7a0d9113ce46d8920a8ef" - "7f4f3e319a429825008c8d46cc2cfbaf3bdce70972e5900df7e548df6967258b" -) +sha256sums=('83760acc0ad65f0bea06bdce73a158041b2816a3924d98ab4693bdc7cd9fd22c' + 'e2860f22b4ae91017e138509f14a0c6c7e63aaae1bda7178b85020301b67cce4' + '65a1e61fc5374f7c391f230856809c8b37c8527c25a7a0d9113ce46d8920a8ef' + '7f4f3e319a429825008c8d46cc2cfbaf3bdce70972e5900df7e548df6967258b') prepare() { ar vx "${srcdir}/gossip_${pkgver}_amd64.deb" bsdtar -xvf ${srcdir}/control.tar.xz |