summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-10-20 17:41:01 +0200
committerDaniel Peukert2020-10-20 17:41:01 +0200
commit786d2c6e51111772ff5203458d0b5568f4107648 (patch)
tree7ac0b5b653656f96c1f875ce8d842c3feae80b26
parent1330c92b6f10e9c68cbe9291a1a44b2c4f1cb30e (diff)
downloadaur-786d2c6e51111772ff5203458d0b5568f4107648.tar.gz
Unified URLs (no trailing slash, use vars where possible)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5746b49d8158..8c5a97262b47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver='5.3.0'
pkgrel='4'
pkgdesc='A library for cooperative threads in OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
-url="https://github.com/ocsigen/lwt"
+url="https://github.com/ocsigen/$_projectname"
license=('MIT')
depends=('libev' 'ocaml>=4.02.0' 'ocaml-mmap>=1.1.0' 'ocaml-ocplib-endian' 'ocaml-result' 'ocaml-seq' 'ocaml-migrate-parsetree>=1.5.0' 'ocaml-ppx_tools_versioned>=5.3.0' 'ocaml-react>=1.0.0')
makedepends=('cppo>=1.1.0' 'dune>=1.8.0')