summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcelogeek2022-03-16 14:05:43 +0100
committercelogeek2022-03-16 14:05:43 +0100
commitbe574d7907df3507b4910bf4abf1e4da83fb188e (patch)
tree82b1caac7a6828dd3a97807d13dfb63157ab322f
parentb145f7227e0c08575759035347e279ea150fdfb4 (diff)
downloadaur-be574d7907df3507b4910bf4abf1e4da83fb188e.tar.gz
update git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dce764b7c156..ff3b96459013 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = jitsi-videobridge-git
pkgdesc = Jitsi Meet Videobridge git build
- pkgver = 2.1+497+g9f27e9877
+ pkgver = 2.1+642+gcb2982547
pkgrel = 1
url = https://jitsi.org/jitsi-meet/
install = install
arch = any
license = Apache
+ makedepends = git
makedepends = java-environment
makedepends = unzip
makedepends = maven
@@ -14,8 +15,8 @@ pkgbase = jitsi-videobridge-git
optdepends = prosody
options = !strip
backup = etc/jitsi-videobridge-git/config
- backup = etc/jitsi-videobridge-git/log4j2.xml
backup = etc/jitsi-videobridge-git/logging.properties
+ backup = etc/jitsi-videobridge-git/callstats-java-sdk.properties
backup = etc/jitsi-videobridge-git/sip-communicator.properties
backup = etc/jitsi-videobridge-git/jvb.conf
source = jitsi-videobridge-git::git+https://github.com/jitsi/jitsi-videobridge
@@ -32,4 +33,3 @@ pkgbase = jitsi-videobridge-git
sha256sums = 54318c8c90b4b519b05f80a3241f0bae3da8a4478f68e47ba268355ff6ddf383
pkgname = jitsi-videobridge-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 417a84813e32..3ed724b9f912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Celogeek <arch-aur-f5d67e@celogeek.com>
pkgname=jitsi-videobridge-git
-pkgver=2.1+497+g9f27e9877
+pkgver=2.1+642+gcb2982547
pkgrel=1
pkgdesc="Jitsi Meet Videobridge git build"
arch=('any')
@@ -10,14 +10,15 @@ license=('Apache')
depends=("java-runtime" "bash")
optdepends=("prosody")
makedepends=(
+ "git"
"java-environment"
"unzip" "maven"
)
options=('!strip')
backup=(
"etc/${pkgname}/config"
- "etc/${pkgname}/log4j2.xml"
"etc/${pkgname}/logging.properties"
+ "etc/${pkgname}/callstats-java-sdk.properties"
"etc/${pkgname}/sip-communicator.properties"
"etc/${pkgname}/jvb.conf"
)
@@ -57,10 +58,8 @@ package() {
install -Dm755 -t "${DESTDIR}" "jvb/resources/jvb.sh"
install -dm700 "${CONFDIR}"
- install -Dm600 -t "${CONFDIR}" "jvb/lib/logging.properties" "config/log4j2.xml" "config/callstats-java-sdk.properties"
+ install -Dm600 -t "${CONFDIR}" "jvb/lib/logging.properties" "config/callstats-java-sdk.properties"
install -Dm600 "jvb/src/main/resources/reference.conf" "${CONFDIR}/jvb.conf"
- sed -i 's@logs@/var/log/'$pkgname'@' "${CONFDIR}/log4j2.xml"
-
install -Dm644 "config/20-jvb-udp-buffers.conf" "${pkgdir}/etc/sysctl.d/${pkgname}.conf"
cd "$srcdir"