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

David Runge dvzrv at archlinux.org
Wed Nov 18 12:42:58 UTC 2020


    Date: Wednesday, November 18, 2020 @ 12:42:58
  Author: dvzrv
Revision: 757120

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-18 12:42:38 UTC (rev 757119)
+++ PKGBUILD	2020-11-18 12:42:58 UTC (rev 757120)
@@ -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.2.0
-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=('e0ebf6a4af3a5226840aaa78b317c642a3eb07190300bf693098ae6a3c48840129ae3ec2573e81353396c495d2422d5f5e80ddab9a05c373ee554fffa779ccdc')
-b2sums=('aeab00060186f44d2d11092437a7671bca3af483eb66e110a227ce3c2cf7fa3647330b72311d9eb6e111cff622b0cb9c0e88a5069e35a3a810f339548124a3a1')
-
-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 757119, nextcloud-app-deck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-18 12:42:58 UTC (rev 757120)
@@ -0,0 +1,23 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Jonas Heinrich <onny at project-insanity.org>
+
+pkgname=nextcloud-app-deck
+_name=deck
+pkgver=1.2.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=('b95832d0746c4ffee3f9a61e3a0f4e281ede6233da0d0d2738c17c4b556e89b25cb7fc29f96aa4b5ab55fb38b8d3ba2474a504f5bb0be9324b608f89b56babe6')
+b2sums=('6f7ca720fd4a2542f4c5e8f20caff1690330043429e0cebb3af43e8356b91ed8350743a3c6b555fed816b39d1389e2d7f2d55f2deed0d34bdc2fbeaf2227838b')
+
+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