summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Maslowski2019-03-06 23:47:29 +0100
committerDaniel Maslowski2019-03-06 23:47:29 +0100
commit62c779eb15d4e26a2e16b0e1cda1797ba80f739f (patch)
tree3e5c7c2e483698e586023d58606c16bb94c87012
parent7773a45e255a5fcc147142666284895861c61d3f (diff)
downloadaur-62c779eb15d4e26a2e16b0e1cda1797ba80f739f.tar.gz
v3.1.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e41255183fb1..2a3ab3d8d85a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 8 23:02:09 UTC 2017
+# Wed Mar 6 22:42:07 UTC 2019
pkgbase = cypress
pkgdesc = test engine that runs unit and integration tests in your browser
- pkgver = 0.18.4
+ pkgver = 3.1.5
pkgrel = 1
url = http://www.cypress.io
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = cypress
depends = lib32-nss
depends = libnotify
optdepends = nodejs-cypress-cli: for headless mode
- source = cypress-0.18.4.zip::https://download.cypress.io/desktop/0.18.4?os=linux64
+ source = cypress-3.1.5.zip::https://download.cypress.io/desktop/3.1.5?os=linux64
source = cypress.desktop
- sha512sums = 374f68a65879ec1d8dcbc0fc8938f2483de671df9b81221754a908db10c3a73207611067547c56fbc4b6c38f944a333cc2c8955d04849dd8036fb32c90c30da2
+ sha512sums = 279654119c8413ba67aa1c56a5df8f5c563e77d823d67c55b9b877879955da13f3ae33b33712ef9d5d19819d06134e37164f4509299d84ca964568434fa2f25b
sha512sums = 1b48157cf3ddd21ca58e2cd3df7998c01966a02a544fdfc7c5eedf5aee8757c541d5dc9df64fcdee65256a29141fa491c638bf9cd98b4e9df5030ec98ebc4251
pkgname = cypress
diff --git a/PKGBUILD b/PKGBUILD
index 52acf012f214..bb23e1df9e98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Maslowski <info@orangecms.org>
pkgname=cypress
-pkgver=0.18.4
+pkgver=3.1.5
pkgrel=1
pkgdesc='test engine that runs unit and integration tests in your browser'
arch=('x86_64')
@@ -14,13 +14,12 @@ source=(
"cypress-$pkgver.zip::https://download.cypress.io/desktop/$pkgver?os=linux64"
'cypress.desktop'
)
-sha512sums=('374f68a65879ec1d8dcbc0fc8938f2483de671df9b81221754a908db10c3a73207611067547c56fbc4b6c38f944a333cc2c8955d04849dd8036fb32c90c30da2'
+sha512sums=('279654119c8413ba67aa1c56a5df8f5c563e77d823d67c55b9b877879955da13f3ae33b33712ef9d5d19819d06134e37164f4509299d84ca964568434fa2f25b'
'1b48157cf3ddd21ca58e2cd3df7998c01966a02a544fdfc7c5eedf5aee8757c541d5dc9df64fcdee65256a29141fa491c638bf9cd98b4e9df5030ec98ebc4251')
package() {
mkdir "$pkgdir/opt"
cp -a "$srcdir/Cypress" "$pkgdir/opt/Cypress"
- chmod 666 "$pkgdir/opt/Cypress/resources/app/node_modules/@cypress/core-extension/dist/background.js"
install -Dm 644 cypress.desktop "$pkgdir/usr/share/applications/cypress.desktop"
install -Dm 644 "$srcdir/Cypress/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm 644 "$srcdir/Cypress/LICENSES.chromium.html" "$pkgdir/usr/share/licenses/$pkgname/LICENSES.chromium.html"