mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
upgpkg: mattermost-plugin-calls 1:0.26.0-2
This commit is contained in:
parent
3537fbc48f
commit
9b47585d5b
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = mattermost-plugin-calls
|
||||
pkgdesc = enables voice calling and screen sharing functionality in Mattermost channels
|
||||
pkgver = 0.26.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
epoch = 1
|
||||
url = https://github.com/mattermost/mattermost-plugin-calls
|
||||
arch = x86_64
|
||||
|
|
@ -9,6 +9,6 @@ pkgbase = mattermost-plugin-calls
|
|||
makedepends = jq
|
||||
options = !strip
|
||||
source = https://github.com/mattermost/mattermost-plugin-calls/releases/download/v0.26.0/com.mattermost.calls-0.26.0.tar.gz
|
||||
sha256sums = d53e77951ad9f1dd3e940654834009cc65cf1438332aa828db713964a9fc56e0
|
||||
sha256sums = fccfc70fc7239ba926a28f88659a9585208b507802b8287d20e56b785608a21a
|
||||
|
||||
pkgname = mattermost-plugin-calls
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=mattermost-plugin-calls
|
||||
pkgver=0.26.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc='enables voice calling and screen sharing functionality in Mattermost channels'
|
||||
arch=(x86_64)
|
||||
|
|
@ -17,7 +17,7 @@ options=(!strip)
|
|||
_plugin="com.mattermost.${pkgname##*-}"
|
||||
_archive="$_plugin-$pkgver"
|
||||
source=("$url/releases/download/v$pkgver/$_archive.tar.gz")
|
||||
sha256sums=('d53e77951ad9f1dd3e940654834009cc65cf1438332aa828db713964a9fc56e0')
|
||||
sha256sums=('fccfc70fc7239ba926a28f88659a9585208b507802b8287d20e56b785608a21a')
|
||||
|
||||
# BEGIN boilerplate mattermost plugin version clamping, see also other packages in group
|
||||
# 1. Call respective function helper in package() *after* cd'ing to the source directory
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue