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

Bruno Pagani archange at archlinux.org
Wed Jun 12 11:45:29 UTC 2019


    Date: Wednesday, June 12, 2019 @ 11:45:29
  Author: archange
Revision: 480737

upgpkg: cozy-desktop 3.13.2-1

Modified:
  cozy-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-12 11:45:27 UTC (rev 480736)
+++ PKGBUILD	2019-06-12 11:45:29 UTC (rev 480737)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=cozy-desktop
-pkgver=3.13.1
+pkgver=3.13.2
 pkgrel=1
 pkgdesc="File synchronisation for Cozy Cloud on Desktop"
 arch=(any)
@@ -13,7 +13,7 @@
         "${pkgname}.desktop"
         "${pkgname}.sh"
         icons.tar.xz)
-sha256sums=('b110de45392465b81c488d31b78b15245563b7d1a7ffcb5ce55e3bc4b06b2cc4'
+sha256sums=('001a4647bee462c16307a0c57dea30cd859c39df73912c255885e6982d2a8675'
             'df0935e38d99c506b622d99d85179ec4612140d78fcd8c73103cb89c4f58ebab'
             '6c2df91fca75903c1e518eab56ba9cddfd3e7af6d4433207d9861ce22338f677'
             '69631fcd5f2334deffd3a5e2708cd06801fd9c22f1ebd2892c2d829dc33adf97')
@@ -20,21 +20,16 @@
 
 prepare() {
     cd ${pkgname}-${pkgver}
-    #_electronver=$(cat /usr/lib/electron2/version)
-    #sed -i "s|\"electron\": \"^1.8.3\"|\"electron\": \"^${_electronver/v/}\"|" package.json
-    #npm install --cache "${srcdir}"/npm-cache
     yarn install
 }
 
 build() {
     cd ${pkgname}-${pkgver}
-    #npm run build --cache "${srcdir}"/npm-cache
     yarn build
 }
 
 package() {
     cd ${pkgname}-${pkgver}
-    #npm run dist --dir --cache "${srcdir}"/npm-cache
     yarn dist --dir
 
     install -dm755 "${pkgdir}"/usr/lib/${pkgname}



More information about the arch-commits mailing list