[arch-commits] Commit in nextcloud-app-spreed/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Dec 15 10:18:54 UTC 2018


    Date: Saturday, December 15, 2018 @ 10:18:53
  Author: dvzrv
Revision: 416356

archrelease: copy trunk to community-any

Added:
  nextcloud-app-spreed/repos/community-any/PKGBUILD
    (from rev 416355, nextcloud-app-spreed/trunk/PKGBUILD)
Deleted:
  nextcloud-app-spreed/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-15 10:18:46 UTC (rev 416355)
+++ PKGBUILD	2018-12-15 10:18:53 UTC (rev 416356)
@@ -1,22 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=4.99.0
-pkgrel=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=('any')
-url="https://apps.nextcloud.com/apps/spreed"
-license=('AGPL3')
-depends=('nextcloud')
-source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz")
-sha512sums=('19210496b2de0979bdc0fe56b5e87c3e770d44fdb920cea6a2ef807156ee8f1b7b1f24658c58cb462286a5c205522beb93656f7cc8e6f788c02a9f706dee913d')
-
-prepare() {
-  find ${_name} -type f -exec chmod 644 {} +
-  find ${_name} -type d -exec chmod 755 {} +
-}
-
-package() {
-  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
-  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 416355, nextcloud-app-spreed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-15 10:18:53 UTC (rev 416356)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=('any')
+url="https://apps.nextcloud.com/apps/spreed"
+license=('AGPL3')
+depends=('nextcloud<16.0.0')
+source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz")
+sha512sums=('c5d32c252cba301f559e331c284ef01c07d87d5bf6403efaadd506c8f0fb22e6cd367452555cb6105c7c723f6a30479a51d98235a1b2ee795fbf0755c92a4852')
+
+prepare() {
+  find ${_name} -type f -exec chmod 644 {} +
+  find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+}



More information about the arch-commits mailing list