[arch-commits] Commit in nextcloud-app-spreed/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Nov 22 18:48:21 UTC 2018


    Date: Thursday, November 22, 2018 @ 18:48:21
  Author: dvzrv
Revision: 409356

upgpkg: nextcloud-app-spreed 4.0.1-2

Reverting the removal of redundant files (nextcloud complains loudly if they're missing).

Modified:
  nextcloud-app-spreed/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-22 18:31:56 UTC (rev 409355)
+++ PKGBUILD	2018-11-22 18:48:21 UTC (rev 409356)
@@ -2,7 +2,7 @@
 _name=spreed
 pkgname=nextcloud-app-spreed
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Video & audio-conferencing using WebRTC"
 arch=('any')
 url="https://apps.nextcloud.com/apps/spreed"
@@ -17,9 +17,6 @@
 }
 
 package() {
-  # docs
-  install -vDm 644 ${_name}/CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm -v ${_name}/{CHANGELOG.md,COPYING}
   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