summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcelogeek2022-11-27 12:32:47 +0100
committercelogeek2022-11-27 12:32:47 +0100
commitc3f9b701240c110a80e95d1baaa8d46699941cc4 (patch)
tree3798fb2a19896291938b86177f855d91ad040515
parentc3fe3d89befd6140526f46b00f8d8f67fa0ebee8 (diff)
downloadaur-c3f9b701240c110a80e95d1baaa8d46699941cc4.tar.gz
update stable
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e084c7d79136..2fb4707828b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jitsi-videobridge-bin
pkgdesc = Jitsi Meet Videobridge binary
pkgver = 2.2+61+g98c9f868
- pkgrel = 1
+ pkgrel = 2
url = https://jitsi.org/jitsi-meet/
install = jitsi.install
arch = any
@@ -16,7 +16,6 @@ pkgbase = jitsi-videobridge-bin
options = !strip
backup = etc/jitsi-videobridge/config
backup = etc/jitsi-videobridge/logging.properties
- backup = etc/jitsi-videobridge/callstats-java-sdk.properties
backup = etc/jitsi-videobridge/sip-communicator.properties
backup = etc/jitsi-videobridge/jvb.conf
source = https://download.jitsi.org/stable/jitsi-videobridge2_2.2-61-g98c9f868-1_all.deb
diff --git a/PKGBUILD b/PKGBUILD
index 1952b26019f6..34e4a5d1f3bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _pkgbase=${_basename}-${_pkgname}
_debname=${_basename}-${_pkgname}2
pkgname=${_pkgbase}-bin
pkgver=${_version}
-pkgrel=1
+pkgrel=2
pkgdesc="Jitsi Meet Videobridge binary"
arch=('any')
url="https://jitsi.org/jitsi-meet/"
@@ -22,7 +22,6 @@ options=('!strip')
backup=(
"etc/${_pkgbase}/config"
"etc/${_pkgbase}/logging.properties"
- "etc/${_pkgbase}/callstats-java-sdk.properties"
"etc/${_pkgbase}/sip-communicator.properties"
"etc/${_pkgbase}/jvb.conf"
)