summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Lipp2015-10-07 23:28:41 +0200
committerMoritz Lipp2015-10-07 23:28:41 +0200
commitd5e2a5944554481dff905de516783496417864fa (patch)
tree1c3b550dc074a2b18643877fa20a4953308ebd7e
parent9c2c1c0868886c0b641033f9df58b0c51aa52ff7 (diff)
downloadaur-d5e2a5944554481dff905de516783496417864fa.tar.gz
Update to 0.5.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39ac464f37f3..6f83be8b4cdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-drive-ocamlfuse
pkgdesc = FUSE filesystem backed by Google Drive, written in OCaml.
- pkgver = 0.5.15
+ pkgver = 0.5.18
pkgrel = 1
url = http://gdfuse.forge.ocamlcore.org/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = google-drive-ocamlfuse
depends = gapi-ocaml>=0.2.6
depends = ocaml-sqlite3>=1.6.1
options = staticlibs
- source = https://github.com/astrada/google-drive-ocamlfuse/archive/v0.5.15.tar.gz
- md5sums = be8b34485e82c5db1fd4c4b6f5dfeb25
+ source = https://github.com/astrada/google-drive-ocamlfuse/archive/v0.5.18.tar.gz
+ md5sums = 1db1573157a5c329477a4c38022a82bc
pkgname = google-drive-ocamlfuse
diff --git a/PKGBUILD b/PKGBUILD
index 3e4b7f3b17be..a5a4e3812c73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Moritz Lipp <mlq@pwmt.org>
pkgname=google-drive-ocamlfuse
-pkgver=0.5.15
+pkgver=0.5.18
pkgrel=1
pkgdesc="FUSE filesystem backed by Google Drive, written in OCaml."
arch=('x86_64' 'i686')
@@ -9,12 +9,12 @@ license=('MIT')
depends=('ocaml>=3.12.0' 'ocaml-findlib>=1.2.7' 'ocamlfuse>=2.7.1'
'gapi-ocaml>=0.2.6' 'ocaml-sqlite3>=1.6.1')
source=(https://github.com/astrada/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('be8b34485e82c5db1fd4c4b6f5dfeb25')
+md5sums=('1db1573157a5c329477a4c38022a82bc')
options=('staticlibs')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ocaml setup.ml -configure --prefix /usr --destdir $pkgdir
+ ocaml setup.ml -configure --prefix /usr --destdir $pkgdir
ocaml setup.ml -build
}