summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Price2022-10-15 23:33:26 -0700
committerChristopher Price2022-10-15 23:33:26 -0700
commitdd7a7fca85bbb9f3e90667d0c25a979352172ded (patch)
treef81a23855243461bdba051ba0fb70cc2e3292dda
parent83d2a242d85a45a21f19b4a49d2ccf224acd0efa (diff)
downloadaur-dd7a7fca85bbb9f3e90667d0c25a979352172ded.tar.gz
add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be9d92c5be6f..2e539d68ba9e 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.7.30
- pkgrel = 1
+ pkgrel = 2
url = https://astrada.github.io/google-drive-ocamlfuse/
arch = x86_64
license = MIT
@@ -10,6 +10,7 @@ pkgbase = google-drive-ocamlfuse
depends = ocamlfuse>=2.7.1
depends = gapi-ocaml>=0.4.2
depends = ocaml-sqlite3>=1.6.1
+ depends = ocaml-extlib
makedepends = dune
makedepends = ocaml-ounit
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 651ca8af4e2a..64113f7cccdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Moritz Lipp <mlq@pwmt.org>
pkgname=google-drive-ocamlfuse
pkgver=0.7.30
-pkgrel=1
+pkgrel=2
pkgdesc='FUSE-based file system backed by Google Drive, written in OCaml'
arch=('x86_64')
url='https://astrada.github.io/google-drive-ocamlfuse/'
@@ -13,6 +13,7 @@ depends=(
'ocamlfuse>=2.7.1'
'gapi-ocaml>=0.4.2'
'ocaml-sqlite3>=1.6.1'
+'ocaml-extlib'
)
makedepends=(
'dune'