summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-07-13 23:51:02 +0200
committerKr1ss2020-07-13 23:51:02 +0200
commit3c16224902d7bbbf5f053848ce69d7a02a17e463 (patch)
tree77af9fee7501b48b8685e41ff5eb3cb5364871c1
parent942ec07b4999b4f166927e0157070ac68e32e3f1 (diff)
downloadaur-3c16224902d7bbbf5f053848ce69d7a02a17e463.tar.gz
define provides & conflicts variables
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcc5087cfa73..a2564ef679be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = whalebird-bin
- pkgdesc = Electron based Mastodon client for Windows, Mac and Linux
+ pkgdesc = Electron based multi-platform client for Mastodon, Misskey & Pleroma
pkgver = 4.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://whalebird.org
arch = x86_64
license = MIT
@@ -19,6 +19,8 @@ pkgbase = whalebird-bin
depends = snappy
depends = libnotify
depends = libappindicator-gtk3
+ provides = whalebird
+ conflicts = whalebird
source = https://github.com/h3poteto/whalebird-desktop/releases/download/4.2.0/Whalebird-4.2.0-linux-x64.rpm
sha256sums = ce3eb29d052d5db37bd13cecb9dee338f61d15d0e00fe6d8a131a50142637f80
diff --git a/PKGBUILD b/PKGBUILD
index c5791885a0fa..11795a06187c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,16 @@
pkgname=whalebird-bin
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
-pkgdesc='Electron based Mastodon client for Windows, Mac and Linux'
+pkgdesc='Electron based multi-platform client for Mastodon, Misskey & Pleroma'
arch=('x86_64')
url="https://${pkgname%-bin}.org"
license=('MIT')
+provides=("${pkgname%-bin}")
+conflicts=("${pkgname%-bin}")
+
depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3')
source=("https://github.com/h3poteto/${pkgname%-bin}-desktop/releases/download/$pkgver/Whalebird-$pkgver-linux-x64.rpm")