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

David Runge dvzrv at archlinux.org
Fri Apr 9 09:34:20 UTC 2021


    Date: Friday, April 9, 2021 @ 09:34:19
  Author: dvzrv
Revision: 915110

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   47 ++++++++++++++++++++++++-----------------------
 1 file changed, 24 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-09 09:34:02 UTC (rev 915109)
+++ PKGBUILD	2021-04-09 09:34:19 UTC (rev 915110)
@@ -1,23 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Jonas Heinrich <onny at project-insanity.org>
-
-pkgname=nextcloud-app-deck
-_name=deck
-pkgver=1.3.1
-pkgrel=1
-# upstream doesn't adhere to semver:
-# https://github.com/nextcloud/deck/issues/1197
-epoch=1
-pkgdesc="Kanban style organization tool aimed at personal planning and project organization"
-arch=('any')
-url="https://github.com/nextcloud/deck"
-license=('AGPL3')
-depends=('nextcloud')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}.tar.gz")
-sha512sums=('9fd03ed53e6f807373929beff45953c5564a1f9ce51eeaf0c40ff510ae871fccaf415601c224b396ecb5c5e4ee30693e6eb2d5229ecda18e555b76282a1baf96')
-b2sums=('89f554d760513bfa836bc503e42d15076c99d4cf63a0d77265d4cb7a45aaf3dc4d856b2555380ddf9a7e26b555a3189e32bde14b5dfa64ee30c5cbb9f5ce3ca8')
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-deck/repos/community-any/PKGBUILD (from rev 915109, nextcloud-app-deck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-09 09:34:19 UTC (rev 915110)
@@ -0,0 +1,24 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Jonas Heinrich <onny at project-insanity.org>
+
+pkgname=nextcloud-app-deck
+_name=deck
+pkgver=1.3.2
+pkgrel=1
+# upstream doesn't adhere to semver:
+# https://github.com/nextcloud/deck/issues/1197
+epoch=1
+pkgdesc="Kanban style organization tool aimed at personal planning and project organization"
+arch=('any')
+url="https://github.com/nextcloud/deck"
+license=('AGPL3')
+groups=('nextcloud-apps')
+depends=('nextcloud>=21' 'nextcloud<22')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}.tar.gz")
+sha512sums=('8986f40966c612ad71c422b099dad60776efeae93a9310ead2d585e84025410c2a5dcc71e322fe041cca3f374e0fb1f834440b431f15159cc68e29e9c149a03c')
+b2sums=('babbec1dd61d157c58a096b7e6eef269ff467c11213782ed60e1ce76ed3e96e6c2b1a9376c3f5f34ad3b32cd06bd6c28fbaf592a9ea3f34c2e282305013d9c3f')
+
+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