Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
caprine


Commits:
4d60b15f by Frederik Schwan at 2024-03-07T13:12:37+01:00
upgpkg: 2.60.0-2

Rollback to electron27

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- caprine.js


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,19 +1,19 @@
 pkgbase = caprine
        pkgdesc = Elegant Facebook Messenger desktop app
        pkgver = 2.60.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/sindresorhus/caprine
        arch = any
        license = MIT
        makedepends = git
        makedepends = npm
-       depends = electron29
+       depends = electron27
        options = !emptydirs
        source = git+https://github.com/sindresorhus/caprine.git#tag=v2.60.0
        source = caprine.desktop
        source = caprine.js
        sha256sums = SKIP
        sha256sums = 
ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97
-       sha256sums = 
bdca41fcd29be95d6beb7351994ae98ba55f987282a25b989ac79ee6b170221a
+       sha256sums = 
effb2c3d24b57433bc5d404b3fa40ac7f403f4b60252d983f2ec6de2098cba32
 
 pkgname = caprine


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 
 pkgname=caprine
 pkgver=2.60.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')
 url='https://github.com/sindresorhus/caprine'
 license=('MIT')
-depends=('electron29')
+depends=('electron27')
 makedepends=('git' 'npm')
 options=(!emptydirs)
 source=("git+https://github.com/sindresorhus/caprine.git#tag=v${pkgver}";
@@ -16,7 +16,7 @@ 
source=("git+https://github.com/sindresorhus/caprine.git#tag=v${pkgver}";
         'caprine.js')
 sha256sums=('SKIP'
             'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-            'bdca41fcd29be95d6beb7351994ae98ba55f987282a25b989ac79ee6b170221a')
+            'effb2c3d24b57433bc5d404b3fa40ac7f403f4b60252d983f2ec6de2098cba32')
 
 build() {
     cd ${pkgname}


=====================================
caprine.js
=====================================
@@ -1,4 +1,4 @@
-#!/usr/bin/electron29
+#!/usr/bin/electron27
 
 const name = 'caprine';
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/caprine/-/commit/4d60b15f960fad370770fb618fd72b05036d3bfb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/caprine/-/commit/4d60b15f960fad370770fb618fd72b05036d3bfb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to