summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-10-20 17:39:39 +0200
committerDaniel Peukert2020-10-20 17:39:39 +0200
commitda19d45f4424f69c4e80beae372ca9a74ef8a352 (patch)
tree33d18957e83452b01edf4fe027b01811e026f5fa
parenta832e8e3eb49a45f17872a3fa614f026ba935168 (diff)
downloadaur-da19d45f4424f69c4e80beae372ca9a74ef8a352.tar.gz
Unified URLs (no trailing slash, use vars where possible)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 626d5342ee33..dd2b8e7495a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = electron3-bin
pkgdesc = Build cross platform desktop apps with web technologies - version 3 - binary version
pkgver = 3.1.13
pkgrel = 5
- url = https://electronjs.org/
+ url = https://electronjs.org
arch = x86_64
arch = i686
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 79f104259c46..f280e7248f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver='3.1.13'
pkgrel='5'
pkgdesc='Build cross platform desktop apps with web technologies - version 3 - binary version'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
-url="https://${_projectname}js.org/"
+url="https://${_projectname}js.org"
license=('MIT')
provides=("$_pkgname")
conflicts=("$_pkgname")