summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorqlrd2024-02-29 12:03:18 -0300
committerqlrd2024-02-29 12:03:18 -0300
commitd96c761449187d8d72f2317c3094ebf0e64c2451 (patch)
treef12b0761a5d7d7f283ed73a27c99d3ca1eaa7374
parent597bdf7434b2183c1197d8c7f5bdb2b571f4c972 (diff)
downloadaur-d96c761449187d8d72f2317c3094ebf0e64c2451.tar.gz
updated gossip provides field according dreieck tip
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f2160cfecec..dcd8a9df2751 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 62afe415e130..818535afb6e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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