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

David Runge dvzrv at archlinux.org
Thu Jan 24 19:57:58 UTC 2019


    Date: Thursday, January 24, 2019 @ 19:57:58
  Author: dvzrv
Revision: 427573

archrelease: copy trunk to community-any

Added:
  nextcloud-app-spreed/repos/community-any/PKGBUILD
    (from rev 427572, 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	2019-01-24 19:57:50 UTC (rev 427572)
+++ PKGBUILD	2019-01-24 19:57:58 UTC (rev 427573)
@@ -1,22 +0,0 @@
-# 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}/"
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 427572, nextcloud-app-spreed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-24 19:57:58 UTC (rev 427573)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=5.0.1
+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=('201ad8f6bc3f1c45088970fb6647194ee13517b7765a9b4f2b8664c903d31ccf2e8ad55f4d2d4c75b41a0ec1e4f81ccb6f0e9176f8004d7695b10dcfb849d2fa')
+
+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