summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2021-02-23 07:53:46 +0300
committersurefire2021-02-23 07:53:46 +0300
commit4474f727f0a36dcbf645c8db11793f2e8cca1272 (patch)
tree2a76f012058a8e9059685152f5fd67b8bf22a789
parent880bb9ff96aa4bd99057e6f0c138f876dfc84e5f (diff)
downloadaur-4474f727f0a36dcbf645c8db11793f2e8cca1272.tar.gz
upgpkg: sqlectron-gui 1.35.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 203b8298e2e4..42c3ca9c7731 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sqlectron-gui
pkgdesc = A simple and lightweight SQL client with cross database and platform support
- pkgver = 1.34.0
+ pkgver = 1.35.0
pkgrel = 1
url = https://sqlectron.github.io/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = sqlectron-gui
makedepends = npm
makedepends = python2
depends = electron9
- source = git+https://github.com/sqlectron/sqlectron-gui.git#tag=v1.34.0
+ source = git+https://github.com/sqlectron/sqlectron-gui.git#tag=v1.35.0
source = sqlectron-gui.desktop
sha1sums = SKIP
sha1sums = b9fb3bc29a17dee5de9295e2fdb2b3025ed51d1f
diff --git a/PKGBUILD b/PKGBUILD
index 573a4ee96ed3..dfaed08f8db1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sqlectron-gui
_electron=electron9
-pkgver=1.34.0
+pkgver=1.35.0
pkgrel=1
pkgdesc="A simple and lightweight SQL client with cross database and platform support"
arch=('x86_64')
@@ -40,6 +40,7 @@ prepare() {
-e '/"postinstall":/ d' \
-e '/"electron":/ d' \
-e '/"electron-builder":/ d' \
+ -e '/"electron-devtools-installer":/ d' \
-e '/"spawn-auto-restart":/ d' \
-e '/"webpack-dev-middleware":/ d' \
-e '/"webpack-dev-server":/ d' \