summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')