diff options
author | Corentin Cadiou | 2024-11-19 10:22:13 +0000 |
---|---|---|
committer | Corentin Cadiou | 2024-11-19 10:22:13 +0000 |
commit | 74f8c36a2e474fb7a30247e8e54fad9c5dc0165d (patch) | |
tree | 16dc9054b2d9977322bc76b27ce9357ee7e2b946 | |
parent | 6648126d0abdfdef1660811e4f5ab6cf5d6def12 (diff) | |
download | aur-pumble-desktop-bin.tar.gz |
Update to 1.3.32
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 9 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = pumble-desktop-bin pkgdesc = Pumble is a free team alternative to Slack and Microsoft Teams. Unlimited users and history - all for free. - pkgver = 1.3.28 + pkgver = 1.3.32 pkgrel = 0 url = https://pumble.com install = pumble-desktop-bin.install @@ -41,9 +41,11 @@ pkgbase = pumble-desktop-bin depends = pango depends = util-linux-libs depends = xdg-utils + provides = pumble-desktop + conflicts = pumble-desktop options = !strip options = !emptydirs - source = https://pumble.com/download/desktop/linux/Pumble-linux-1.3.28.deb - sha256sums = b2d30b6c048b32699f37d5f4a615cb5276ead251e66fb5df20a23069305248ba + source = https://pumble.com/download/desktop/linux/Pumble-linux-1.3.32.deb + sha256sums = 0ef92536cbddc6f2eb0e07ff9dfe46d61a9bc652e3b82ec854657f0956dcf04c pkgname = pumble-desktop-bin @@ -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 |