summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Price2022-10-16 00:06:33 -0700
committerChristopher Price2022-10-16 00:06:57 -0700
commitef1d7f6c95f201431b0ccd9a99100a8b157058dc (patch)
tree8592c81e3f2eb8b50c296ca893ee175804188fb1
parentdd7a7fca85bbb9f3e90667d0c25a979352172ded (diff)
downloadaur-ef1d7f6c95f201431b0ccd9a99100a8b157058dc.tar.gz
add new dep tiny_httpd
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e539d68ba9e..37e2b92390b0 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 = 2
+ pkgrel = 3
url = https://astrada.github.io/google-drive-ocamlfuse/
arch = x86_64
license = MIT
@@ -11,6 +11,7 @@ pkgbase = google-drive-ocamlfuse
depends = gapi-ocaml>=0.4.2
depends = ocaml-sqlite3>=1.6.1
depends = ocaml-extlib
+ depends = tiny_httpd>=0.6
makedepends = dune
makedepends = ocaml-ounit
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 64113f7cccdd..5ad1858dd8a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Moritz Lipp <mlq@pwmt.org>
pkgname=google-drive-ocamlfuse
pkgver=0.7.30
-pkgrel=2
+pkgrel=3
pkgdesc='FUSE-based file system backed by Google Drive, written in OCaml'
arch=('x86_64')
url='https://astrada.github.io/google-drive-ocamlfuse/'
@@ -14,6 +14,7 @@ depends=(
'gapi-ocaml>=0.4.2'
'ocaml-sqlite3>=1.6.1'
'ocaml-extlib'
+'tiny_httpd>=0.6'
)
makedepends=(
'dune'