summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcelogeek2021-04-17 11:34:27 +0200
committercelogeek2021-04-17 11:35:17 +0200
commitd7296ab591614720109151ac9698c99f98faea7e (patch)
tree0df2ca35a4c255a8f99133af3d7511b089144620
parent4e2245eff0ff3e5c77bdc0baa3fb405f742a8881 (diff)
downloadaur-d7296ab591614720109151ac9698c99f98faea7e.tar.gz
update nightly
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
-rw-r--r--install12
3 files changed, 20 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 343c81d337c4..b72caf4acb4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = jitsi-meet-prosody
pkgdesc = Jitsi Meet Prosody Plugins
- pkgver = 1.0.4628
- pkgrel = 2
+ pkgver = 1.0.4900
+ pkgrel = 1
url = https://jitsi.org/jitsi-meet/
+ install = install
arch = any
license = Apache
optdepends = prosody
@@ -11,7 +12,7 @@ pkgbase = jitsi-meet-prosody
optdepends = lua52-zip
optdepends = lua52-event
options = !strip
- source = jitsi-meet-prosody::git+https://github.com/jitsi/jitsi-meet#tag=4628
+ source = jitsi-meet-prosody::git+https://github.com/jitsi/jitsi-meet#tag=4900
sha256sums = SKIP
pkgname = jitsi-meet-prosody
diff --git a/PKGBUILD b/PKGBUILD
index b8571bb1eb25..68fea38c645b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_basename=jitsi-meet
_pkgname=prosody
-_tag=4628
-_version=1.0.4628
+_tag=4900
+_version=1.0.4900
pkgname=${_basename}-${_pkgname}
pkgver=${_version}
-pkgrel=2
+pkgrel=1
pkgdesc="Jitsi Meet Prosody Plugins"
arch=('any')
url="https://jitsi.org/jitsi-meet/"
@@ -22,6 +22,7 @@ backup=(
source=(
"$pkgname::git+https://github.com/jitsi/jitsi-meet#tag=${_tag}"
)
+install=install
package() {
cd "$srcdir/$pkgname"
diff --git a/install b/install
new file mode 100644
index 000000000000..c3e27306bebf
--- /dev/null
+++ b/install
@@ -0,0 +1,12 @@
+post_upgrade() {
+ cat <<__EOF__
+
+The turnserver configuration has changed.
+Please check the wiki: https://wiki.archlinux.org/index.php/Jitsi-meet
+And check the example provided in:
+/usr/share/doc/jitsi-meet-prosody/prosody.cfg.lua-jvb.example
+
+You need to replace the turncredentials with external_services.
+
+__EOF__
+}