diff options
author | Christopher Price | 2018-01-07 20:33:51 -0800 |
---|---|---|
committer | Christopher Price | 2018-01-07 20:33:51 -0800 |
commit | f35fbc944d01c4cfedf71a37e99179ca73d038bb (patch) | |
tree | f4240162bb24aaa71e5f60faa9cc0745db60504b /PKGBUILD | |
parent | bc50d3e247f2d0cd92ce52b2764f993873415323 (diff) | |
download | aur-f35fbc944d01c4cfedf71a37e99179ca73d038bb.tar.gz |
Added missing depedency: ocaml-ounit
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Contributor: Moritz Lipp <mlq@pwmt.org> pkgname=google-drive-ocamlfuse pkgver=0.6.22 -pkgrel=1 +pkgrel=2 pkgdesc='FUSE-based file system backed by Google Drive, written in OCaml' arch=('x86_64' 'i686') url='https://astrada.github.io/google-drive-ocamlfuse/' @@ -14,7 +14,10 @@ depends=( 'gapi-ocaml>=0.3.5' 'ocaml-sqlite3>=1.6.1' ) -makedepends=('ocamlbuild') +makedepends=( +'ocamlbuild' +'ocaml-ounit' +) options=('staticlibs') source=("https://github.com/astrada/$pkgname/archive/v$pkgver.tar.gz") md5sums=('689f16d6b39fd451d550c71fcaa24761') |