backports/caprine: upgrade to 2.60.2
All checks were successful
All checks were successful
This commit is contained in:
parent
b8f608772c
commit
cdb9e43039
1 changed files with 6 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
pkgname=caprine
|
pkgname=caprine
|
||||||
pkgver=2.60.1
|
pkgver=2.60.2
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
pkgdesc="Elegant Facebook Messenger desktop app"
|
pkgdesc="Elegant Facebook Messenger desktop app"
|
||||||
arch="x86_64 aarch64" # blocked by electron
|
arch="x86_64 aarch64" # blocked by electron
|
||||||
url="https://github.com/sindresorhus/caprine"
|
url="https://github.com/sindresorhus/caprine"
|
||||||
|
@ -17,12 +17,10 @@ source="
|
||||||
"
|
"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
npm install --ignore-scripts
|
npm ci --ignore-scripts
|
||||||
npx --yes patch-package
|
npx patch-package
|
||||||
npx tsc
|
npx tsc
|
||||||
rm -r node_modules
|
npm prune --ignore-scripts --omit=dev
|
||||||
npm install --ignore-scripts --production
|
|
||||||
npx --yes patch-package
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
@ -59,7 +57,7 @@ package() {
|
||||||
-or -name "test" -prune -exec rm -r '{}' \;
|
-or -name "test" -prune -exec rm -r '{}' \;
|
||||||
}
|
}
|
||||||
sha512sums="
|
sha512sums="
|
||||||
0df7f233c91f5a044dcffde94b976c6ad71e6d355518615c48cd825a249c01d63f455de31ece69193a66ca0fd8157506f9b88088da1bd47fc75e9d3800784ed0 caprine-2.60.1.tar.gz
|
1a5af1c3c94e737fe0f05f366ad391f1543e7348409531a6892f4f44cde766384f9ac72c44c90568878630a388c05eea9b059b86b9150fb3e7ae6a03246b74ed caprine-2.60.2.tar.gz
|
||||||
a469e3bea24926119e51642b777ef794c5fa65421107903f967c36d81bbb1adb3d52469ce3a3301b2c890f1aa53ab989ded22a7c6e811fb8cf0a582dbd835e19 caprine.desktop
|
a469e3bea24926119e51642b777ef794c5fa65421107903f967c36d81bbb1adb3d52469ce3a3301b2c890f1aa53ab989ded22a7c6e811fb8cf0a582dbd835e19 caprine.desktop
|
||||||
3ad8994c1a0417e73d622587769e527b4236a32c1a89442ff76413b75b4392d667c9e2908979b453e5926e54db6d94b31625340c5a94e84e91ea77f56feae778 caprine.sh
|
3ad8994c1a0417e73d622587769e527b4236a32c1a89442ff76413b75b4392d667c9e2908979b453e5926e54db6d94b31625340c5a94e84e91ea77f56feae778 caprine.sh
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue