summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Price2018-01-07 20:33:51 -0800
committerChristopher Price2018-01-07 20:33:51 -0800
commitf35fbc944d01c4cfedf71a37e99179ca73d038bb (patch)
treef4240162bb24aaa71e5f60faa9cc0745db60504b
parentbc50d3e247f2d0cd92ce52b2764f993873415323 (diff)
downloadaur-f35fbc944d01c4cfedf71a37e99179ca73d038bb.tar.gz
Added missing depedency: ocaml-ounit
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74f4d59f39a0..6f62ee7c7c6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-drive-ocamlfuse
pkgdesc = FUSE-based file system backed by Google Drive, written in OCaml
pkgver = 0.6.22
- pkgrel = 1
+ pkgrel = 2
url = https://astrada.github.io/google-drive-ocamlfuse/
arch = x86_64
arch = i686
@@ -12,6 +12,7 @@ pkgbase = google-drive-ocamlfuse
depends = gapi-ocaml>=0.3.5
depends = ocaml-sqlite3>=1.6.1
makedepends = ocamlbuild
+ makedepends = ocaml-ounit
options = staticlibs
source = https://github.com/astrada/google-drive-ocamlfuse/archive/v0.6.22.tar.gz
md5sums = 689f16d6b39fd451d550c71fcaa24761
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')