summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Price2018-01-07 20:33:51 -0800
committerChristopher Price2018-01-07 20:33:51 -0800
commitf35fbc944d01c4cfedf71a37e99179ca73d038bb (patch)
treef4240162bb24aaa71e5f60faa9cc0745db60504b /PKGBUILD
parentbc50d3e247f2d0cd92ce52b2764f993873415323 (diff)
downloadaur-f35fbc944d01c4cfedf71a37e99179ca73d038bb.tar.gz
Added missing depedency: ocaml-ounit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98d9525b93da..138a06923549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')