summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-10-20 17:40:51 +0200
committerDaniel Peukert2020-10-20 17:40:51 +0200
commit99298a6556889218d3bb9c1e59a834c24303fed2 (patch)
treeb00ddf9508cbd05cde6cd737cc9c33bd52da8224
parent279d39be1a164ea2cb56b8797da279b16c1c05df (diff)
downloadaur-99298a6556889218d3bb9c1e59a834c24303fed2.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 fc10ab567eef..f902f6fdc084 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = flow-git
pkgdesc = A static type checker for JavaScript - git version
pkgver = 0.129.0.r10753.g547988d89
pkgrel = 1
- url = https://flow.org/
+ url = https://flow.org
arch = x86_64
arch = i686
arch = arm
diff --git a/PKGBUILD b/PKGBUILD
index 2e3af435a332..3b5dae2b7ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver='0.129.0.r10753.g547988d89'
pkgrel='1'
pkgdesc='A static type checker for JavaScript - git version'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
-url="https://$_pkgname.org/"
+url="https://$_pkgname.org"
license=('MIT')
optdepends=('bash-completion: Bash completion')
makedepends=('git' 'ocaml>=4.07.1' 'dune' 'ocamlbuild' 'ocaml-findlib' 'ocaml-base>=0.11.1' 'ocaml-dtoa>=0.3.1' 'ocaml-lwt>=4.5.0' 'ocaml-lwt_log>=1.1.0' 'ocaml-migrate-parsetree' 'ocaml-ppx_deriving' 'ocaml-ppx_gen_rec' 'ocaml-ppx_let>=0.11.0' 'ocaml-ppx_tools_versioned' 'ocaml-sedlex>=2.1' 'ocaml-visitors' 'ocaml-wtf8')