summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b04a5bd19b28..b289e95cdff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@ _pkgname=electron
_major=18
pkgname="${_pkgname}-bin"
pkgver="${_major}.2.4"
-pkgrel=1
+pkgrel=2
pkgdesc='Build cross platform desktop apps with web technologies — Meta package'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://electronjs.org/'
-conflicts=("${_pkgname}")
depends=("${_pkgname}${_major}-bin")