summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cad205115bf1..d5df8eb25d63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = electron-bin
pkgdesc = Build cross platform desktop apps with web technologies — Meta package
- pkgver = 18.2.4
- pkgrel = 2
+ pkgver = 19
+ pkgrel = 1
url = https://electronjs.org/
arch = x86_64
- arch = i686
- arch = armv7h
arch = aarch64
- depends = electron18-bin
+ depends = electron19-bin
pkgname = electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index b289e95cdff2..d8b6ff138344 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# based on aur electron8-bin: Tom Vincent <http://tlvince.com/contact/>
_pkgname=electron
-_major=18
+_major=19
pkgname="${_pkgname}-bin"
-pkgver="${_major}.2.4"
-pkgrel=2
+pkgver="${_major}"
+pkgrel=1
pkgdesc='Build cross platform desktop apps with web technologies — Meta package'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+arch=('x86_64' 'aarch64')
url='https://electronjs.org/'
depends=("${_pkgname}${_major}-bin")