summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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")