diff options
author | sysroot | 2022-04-20 00:40:57 +0000 |
---|---|---|
committer | sysroot | 2022-04-20 00:40:57 +0000 |
commit | d5496ebcaefe24945456c07a3f8802ee5327dac3 (patch) | |
tree | 5a7aef488fb37845c7d89800a63bb7405d3cc6a3 | |
parent | 8ac32b04341595f232fe2f81e924daacbc40144b (diff) | |
download | aur-d5496ebcaefe24945456c07a3f8802ee5327dac3.tar.gz |
Update to 1.3.22
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 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.20 + pkgver = 1.3.22 pkgrel = 1 url = https://pumble.com install = pumble-desktop-bin.install @@ -43,7 +43,7 @@ pkgbase = pumble-desktop-bin depends = xdg-utils options = !strip options = !emptydirs - source = https://pumble.com/download/desktop/linux/Pumble-linux-1.3.20.deb - sha256sums = 71bb34da1df5c485e70275c60072954bab2e0d11942d2aafea2716ed738fce94 + source = https://pumble.com/download/desktop/linux/Pumble-linux-1.3.22.deb + sha256sums = 9350d7a69db885d37287265130deebbb8f6e6a3e2ba4f7d60d72bd83831d0a08 pkgname = pumble-desktop-bin @@ -1,6 +1,6 @@ # Maintainer: Luis Pérez <luis.perez@protonmail.com> pkgname=pumble-desktop-bin -pkgver=1.3.20 +pkgver=1.3.22 pkgrel=1 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,7 @@ 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=('71bb34da1df5c485e70275c60072954bab2e0d11942d2aafea2716ed738fce94') +sha256sums=('9350d7a69db885d37287265130deebbb8f6e6a3e2ba4f7d60d72bd83831d0a08') package(){ # Extract package data |