summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2020-07-13 23:51:02 +0200
committerKr1ss2020-07-13 23:51:02 +0200
commit3c16224902d7bbbf5f053848ce69d7a02a17e463 (patch)
tree77af9fee7501b48b8685e41ff5eb3cb5364871c1 /PKGBUILD
parent942ec07b4999b4f166927e0157070ac68e32e3f1 (diff)
downloadaur-3c16224902d7bbbf5f053848ce69d7a02a17e463.tar.gz
define provides & conflicts variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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")