summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Price2017-08-16 00:00:16 -0700
committerChristopher Price2017-08-16 00:00:16 -0700
commitc690888381e351efd2ba6e576d3bfa99028cd939 (patch)
tree5af054996d63db04e2280a3635a2da9b5ab5c3e2 /PKGBUILD
parentf218fcedcc586f6a326bddd5b688f86510961ca7 (diff)
downloadaur-c690888381e351efd2ba6e576d3bfa99028cd939.tar.gz
Updated to latest release v0.6.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d46355e07399..509e21a2b1cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Price <pricechrispy at gmail dot com>
# Contributor: Moritz Lipp <mlq@pwmt.org>
pkgname=google-drive-ocamlfuse
-pkgver=0.6.17
+pkgver=0.6.21
pkgrel=1
pkgdesc='FUSE-based file system backed by Google Drive, written in OCaml'
arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ depends=(
makedepends=('ocamlbuild')
options=('staticlibs')
source=("https://github.com/astrada/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('2d4fd2c69ac87f37e167b53dd7c49c20')
+md5sums=('96d5a7c877d9f93b8f04dde67f96b725')
build() {
cd "$srcdir/$pkgname-$pkgver"