diff options
author | Daniel Peukert | 2020-06-02 00:54:27 +0200 |
---|---|---|
committer | Daniel Peukert | 2020-06-02 00:54:27 +0200 |
commit | 945fe3bb31f35cb707c9a5681b70991a18c0c6c0 (patch) | |
tree | eb0c8d228856fb408621c0cd5c0c29533c05059a /PKGBUILD | |
parent | 00058301432f92851ce8c4cbed547285215b515c (diff) | |
download | aur-945fe3bb31f35cb707c9a5681b70991a18c0c6c0.tar.gz |
Fix typo in ocaml-variantslib deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,13 +3,13 @@ _projectname='variantslib' pkgname="ocaml-$_projectname" pkgver='0.14.0' -pkgrel='1' +pkgrel='2' epoch='1' pkgdesc='OCaml variants as first class values' arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://github.com/janestreet/$_projectname" license=('MIT') -depends=('ocml>=4.04.2' 'ocaml-base>=0.14.0') +depends=('ocaml>=4.04.2' 'ocaml-base>=0.14.0') makedepends=('dune>=2.0.0') options=('!strip') source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz") |