diff options
author | celogeek | 2022-10-08 15:34:40 +0200 |
---|---|---|
committer | celogeek | 2022-10-08 15:34:40 +0200 |
commit | 50025fbfddc0409a98bb8782d474b917c0bba94a (patch) | |
tree | 810f986143c07fd4a8f85d7cf29d30937482f3d1 | |
parent | c236602c849dec8e3260f1303c022ea5b3f80131 (diff) | |
download | aur-50025fbfddc0409a98bb8782d474b917c0bba94a.tar.gz |
update stable
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | PKGBUILD | 10 |
3 files changed, 11 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = jicofo-bin pkgdesc = JItsi meet COnference FOcus binary - pkgver = 1.0+911 + pkgver = 1.0+940 pkgrel = 1 url = https://jitsi.org/jitsi-meet/ install = jitsi.install @@ -18,13 +18,15 @@ pkgbase = jicofo-bin backup = etc/jicofo/logging.properties backup = etc/jicofo/sip-communicator.properties backup = etc/jicofo/jicofo.conf - source = https://download.jitsi.org/stable/jicofo_1.0-911-1_all.deb + source = https://download.jitsi.org/stable/jicofo_1.0-940-1_all.deb + source = jicofo.conf::https://raw.githubusercontent.com/jitsi/jicofo/940/jicofo-selector/src/main/resources/reference.conf source = config source = sip-communicator.properties source = service source = sysusers.conf source = tmpfiles.conf - sha256sums = 601eba3589a89db5602a9cefda9c90bfbaf4858283781027831ac4e3258fa74a + sha256sums = bf1eda5077cac46fad674b0cf1e5abd6d4ca7fffdb33174a5611392383f898ba + sha256sums = a691e5c88e6c7cbc61626d999de4ff7428d2adb606d9171828400c58e6e6eb8c sha256sums = f3928f382fbfd5bc40bd0c2a9553d2480b4fa7cf2fd04109257cdac535ed3d9f sha256sums = f295f5f8ee13edd019defc037c60e04c6ea2d30e69cc4a896c010b8570f5efab sha256sums = 21d9596eba7342cc02cb37f6c1bb651792e2c79df0374b4fd850e4fbad4cfaec diff --git a/.gitignore b/.gitignore index 2f3b03ec16c8..21ca5635da66 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ src/ pkg/ *.pkg.tar.* *.deb +jicofo.conf @@ -2,8 +2,8 @@ # Contributor: Celogeek <private-4zokpdq6@mrhyde.xyz> _basename=jicofo -_version=1.0+911 -_url=https://download.jitsi.org/stable/jicofo_1.0-911-1_all.deb +_version=1.0+940 +_url=https://download.jitsi.org/stable/jicofo_1.0-940-1_all.deb _pkgbase=${_basename} pkgname=${_pkgbase}-bin @@ -25,6 +25,7 @@ backup=( ) source=( "$_url" + "jicofo.conf::https://raw.githubusercontent.com/jitsi/jicofo/${_version#1.0+}/jicofo-selector/src/main/resources/reference.conf" "config" "sip-communicator.properties" "service" @@ -58,15 +59,14 @@ package() { sed -i 's@/var/log/jitsi@/var/log/'${_pkgbase}'@' "${CONFDIR}/logging.properties" cd "$srcdir" - unzip "$srcdir/${_pkgbase}/usr/share/jicofo/jicofo.jar" reference.conf - mv reference.conf jicofo.conf install -Dm600 -t "${CONFDIR}" "config" "sip-communicator.properties" "jicofo.conf" install -Dm644 "service" "${pkgdir}/usr/lib/systemd/system/${_pkgbase}.service" install -Dm644 "sysusers.conf" "${pkgdir}/usr/lib/sysusers.d/${_pkgbase}.conf" install -Dm644 "tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/${_pkgbase}.conf" } -sha256sums=('601eba3589a89db5602a9cefda9c90bfbaf4858283781027831ac4e3258fa74a' +sha256sums=('bf1eda5077cac46fad674b0cf1e5abd6d4ca7fffdb33174a5611392383f898ba' + 'a691e5c88e6c7cbc61626d999de4ff7428d2adb606d9171828400c58e6e6eb8c' 'f3928f382fbfd5bc40bd0c2a9553d2480b4fa7cf2fd04109257cdac535ed3d9f' 'f295f5f8ee13edd019defc037c60e04c6ea2d30e69cc4a896c010b8570f5efab' '21d9596eba7342cc02cb37f6c1bb651792e2c79df0374b4fd850e4fbad4cfaec' |