[arch-commits] Commit in nextcloud-app-spreed/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Mon Sep 30 20:30:36 UTC 2019
Date: Monday, September 30, 2019 @ 20:30:35
Author: spupykin
Revision: 512290
archrelease: copy trunk to community-any
Added:
nextcloud-app-spreed/repos/community-any/PKGBUILD
(from rev 512289, nextcloud-app-spreed/trunk/PKGBUILD)
Deleted:
nextcloud-app-spreed/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-30 20:30:28 UTC (rev 512289)
+++ PKGBUILD 2019-09-30 20:30:35 UTC (rev 512290)
@@ -1,25 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=6.0.4
-pkgrel=1
-# epoch needed, because of fake semver:
-# https://github.com/nextcloud/spreed/issues/1685
-epoch=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=('any')
-url="https://apps.nextcloud.com/apps/spreed"
-license=('AGPL3')
-depends=('nextcloud>=16.0.0' 'nextcloud<17.0.0')
-source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz")
-sha512sums=('a038ecd14162bb547a737b19eabce522d68e53fdb69a3a48a3a87b13dee71d6f5a40a573369983bc21a0a70a2eb98db1ca90a3fa5e339c3e8cf5ffcf61643918')
-
-prepare() {
- find ${_name} -type f -exec chmod 644 {} +
- find ${_name} -type d -exec chmod 755 {} +
-}
-
-package() {
- install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
- cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}
Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 512289, nextcloud-app-spreed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-09-30 20:30:35 UTC (rev 512290)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=7.0.0
+pkgrel=1
+# epoch needed, because of fake semver:
+# https://github.com/nextcloud/spreed/issues/1685
+epoch=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=('4ff34ca97cb4c4e5a01901e51c0298263a75015a4d85609fd0cd819778e1de5c506ee62773d780556dc3c903726e6aaee94121bcc08f5b94380ef8f70e840518')
+
+prepare() {
+ find ${_name} -type f -exec chmod 644 {} +
+ find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+ install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+ cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}
More information about the arch-commits
mailing list