[arch-commits] Commit in cozy-desktop/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue May 5 18:09:43 UTC 2020


    Date: Tuesday, May 5, 2020 @ 18:09:41
  Author: jelle
Revision: 624941

upgpkg: cozy-desktop 3.20.0-2

Remove python2 as build dependency.

Modified:
  cozy-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-05 17:52:14 UTC (rev 624940)
+++ PKGBUILD	2020-05-05 18:09:41 UTC (rev 624941)
@@ -2,13 +2,13 @@
 
 pkgname=cozy-desktop
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="File synchronisation for Cozy Cloud on Desktop"
 arch=(any)
 url="https://cozy-labs.github.io/cozy-desktop/"
 license=(AGPL3)
 depends=(electron5)
-makedepends=(nodejs-lts-erbium yarn git node-gyp python2)
+makedepends=(nodejs-lts-erbium yarn git node-gyp python)
 source=(https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
         https://github.com/cozy-labs/${pkgname}/releases/download/v${pkgver}/Cozy-Drive-${pkgver}-x86_64.AppImage
         ${pkgname}.desktop



More information about the arch-commits mailing list