diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Luis Pérez <luis.perez@protonmail.com> pkgname=pumble-desktop-bin -pkgver=1.3.28 +pkgver=1.3.32 pkgrel=0 pkgdesc='Pumble is a free team alternative to Slack and Microsoft Teams. Unlimited users and history - all for free.' arch=('x86_64') @@ -11,7 +11,9 @@ depends=('alsa-lib' 'atk' 'at-spi2-atk' 'at-spi2-core' 'cairo' 'dbus' 'desktop-f options=('!strip' '!emptydirs') install=${pkgname}.install source=("https://pumble.com/download/desktop/linux/Pumble-linux-${pkgver}.deb") -sha256sums=('b2d30b6c048b32699f37d5f4a615cb5276ead251e66fb5df20a23069305248ba') +sha256sums=('0ef92536cbddc6f2eb0e07ff9dfe46d61a9bc652e3b82ec854657f0956dcf04c') +provides=(pumble-desktop) +conflicts=(pumble-desktop) package(){ # Extract package data |