summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2021-02-17 15:12:36 +0300
committersurefire2021-02-17 15:12:36 +0300
commit880bb9ff96aa4bd99057e6f0c138f876dfc84e5f (patch)
tree643ddca050d7c0b38fcaccb602474ea03351e838
parentb79c608b8e33f2167e1f9070548f49c1df4193f8 (diff)
downloadaur-880bb9ff96aa4bd99057e6f0c138f876dfc84e5f.tar.gz
upgpkg: sqlectron-gui 1.34.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a27cc2db81c6..203b8298e2e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sqlectron-gui
pkgdesc = A simple and lightweight SQL client with cross database and platform support
- pkgver = 1.33.0
- pkgrel = 2
+ pkgver = 1.34.0
+ pkgrel = 1
url = https://sqlectron.github.io/
arch = x86_64
license = MIT
@@ -10,8 +10,8 @@ pkgbase = sqlectron-gui
makedepends = libsass
makedepends = npm
makedepends = python2
- depends = electron6
- source = git+https://github.com/sqlectron/sqlectron-gui.git#tag=v1.33.0
+ depends = electron9
+ source = git+https://github.com/sqlectron/sqlectron-gui.git#tag=v1.34.0
source = sqlectron-gui.desktop
sha1sums = SKIP
sha1sums = b9fb3bc29a17dee5de9295e2fdb2b3025ed51d1f
diff --git a/PKGBUILD b/PKGBUILD
index 137833fdf286..573a4ee96ed3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Edison IbaƱez <edison@opmbx.org>
pkgname=sqlectron-gui
-_electron=electron6
-pkgver=1.33.0
-pkgrel=2
+_electron=electron9
+pkgver=1.34.0
+pkgrel=1
pkgdesc="A simple and lightweight SQL client with cross database and platform support"
arch=('x86_64')
url="https://sqlectron.github.io/"