summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-10-20 17:40:00 +0200
committerDaniel Peukert2020-10-20 17:40:00 +0200
commit3bf1b560c48b3b84aa10d73c6fe7fbff163dfe06 (patch)
treef0a0d05cf76bec7acee3549e34ac3fb35201bc97
parente1e3ccb65664f6c741ea5e26e5332ae91f43125e (diff)
downloadaur-3bf1b560c48b3b84aa10d73c6fe7fbff163dfe06.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 3effbcdda365..cf0cdd6af4a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = electron6-bin
pkgdesc = Build cross platform desktop apps with web technologies - version 6 - binary version
pkgver = 6.1.12
pkgrel = 1
- url = https://electronjs.org/
+ url = https://electronjs.org
arch = x86_64
arch = i686
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 32412219ae6e..431edd75e010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver='6.1.12'
pkgrel='1'
pkgdesc='Build cross platform desktop apps with web technologies - version 6 - binary version'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
-url="https://${_projectname}js.org/"
+url="https://${_projectname}js.org"
license=('MIT')
provides=("$_pkgname")
conflicts=("$_pkgname")