diff options
author | sysroot | 2022-03-07 03:30:54 +0000 |
---|---|---|
committer | sysroot | 2022-03-07 03:30:54 +0000 |
commit | 8ac32b04341595f232fe2f81e924daacbc40144b (patch) | |
tree | 7ef3f5c6ad5fb3015e9ca615d816c15fb320e742 | |
parent | e82215a1a9faa1e87bf9a1ce13e752edba1ee10b (diff) | |
download | aur-8ac32b04341595f232fe2f81e924daacbc40144b.tar.gz |
Update to 1.3.20
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ 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.0 - pkgrel = 2 + pkgver = 1.3.20 + pkgrel = 1 url = https://pumble.com install = pumble-desktop-bin.install arch = x86_64 @@ -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.0.deb - sha256sums = d9704c7a84c4622b428748eee0a62932afd0d8a003be06feaad3c9a95ba09561 + source = https://pumble.com/download/desktop/linux/Pumble-linux-1.3.20.deb + sha256sums = 71bb34da1df5c485e70275c60072954bab2e0d11942d2aafea2716ed738fce94 pkgname = pumble-desktop-bin @@ -1,7 +1,7 @@ # Maintainer: Luis Pérez <luis.perez@protonmail.com> pkgname=pumble-desktop-bin -pkgver=1.3.0 -pkgrel=2 +pkgver=1.3.20 +pkgrel=1 pkgdesc='Pumble is a free team alternative to Slack and Microsoft Teams. Unlimited users and history - all for free.' arch=('x86_64') url="https://pumble.com" @@ -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=('d9704c7a84c4622b428748eee0a62932afd0d8a003be06feaad3c9a95ba09561') +sha256sums=('71bb34da1df5c485e70275c60072954bab2e0d11942d2aafea2716ed738fce94') package(){ # Extract package data |