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

David Runge dvzrv at archlinux.org
Sun Aug 25 23:40:27 UTC 2019


    Date: Sunday, August 25, 2019 @ 23:40:27
  Author: dvzrv
Revision: 501764

upgpkg: nextcloud-app-deck 1:0.6.6-1

Downgrading to 0.6.6, because upstream doesn't use semver properly.

Modified:
  nextcloud-app-deck/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-25 21:37:28 UTC (rev 501763)
+++ PKGBUILD	2019-08-25 23:40:27 UTC (rev 501764)
@@ -3,8 +3,11 @@
 
 pkgname=nextcloud-app-deck
 _name=deck
-pkgver=0.7.0
+pkgver=0.6.6
 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"
@@ -11,7 +14,7 @@
 license=('AGPL3')
 depends=('nextcloud')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}.tar.gz")
-sha512sums=('bb00540502cf1af24a78bd187ec8a9b9d45d7c53018f43eca38265e11d44dcf366dacbaf85d3c5561d4486f9d8d9c2884fba65c09c42c94aaacad9e4e79ea88a')
+sha512sums=('b0a3477d7d2f22786692d0e3a7146d5e66b852c58c9d8166c43193b1da4429672b0431c02be12ede370c6b1c5ff5d9b60fb4ec55beb413a2c341984a70231c8a')
 
 package() {
   install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"



More information about the arch-commits mailing list