summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1f1b8d7c1ce..f04548e62d81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 10 21:01:49 UTC 2017
+# Tue Jan 24 02:35:15 UTC 2017
pkgbase = drive
pkgdesc = Pull or push Google Drive files
- pkgver = 0.3.9
+ pkgver = 0.3.9.1
pkgrel = 1
url = http://github.com/odeke-em/drive
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = drive
conflicts = drive-git
options = !strip
options = !emptydirs
- source = https://github.com/odeke-em/drive/archive/v0.3.9.tar.gz
- sha256sums = ce7e4dd994c01d4534251c9a31adca34ed89ff6e64045813a7ce5c588ddd04be
+ source = https://github.com/odeke-em/drive/archive/v0.3.9.1.tar.gz
+ sha256sums = 562958e336d2f52a34443fc8fbf59d9d2a2467b2bf4592a1d78dc009ade661a7
pkgname = drive
diff --git a/PKGBUILD b/PKGBUILD
index 4414ee9f2dc2..d27f25618387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=drive
-pkgver=0.3.9
+pkgver=0.3.9.1
pkgrel=1
pkgdesc="Pull or push Google Drive files"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -12,7 +12,7 @@ makedepends=('go' 'git')
conflicts=('drive-git')
options=('!strip' '!emptydirs')
source=("https://github.com/odeke-em/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('ce7e4dd994c01d4534251c9a31adca34ed89ff6e64045813a7ce5c588ddd04be')
+sha256sums=('562958e336d2f52a34443fc8fbf59d9d2a2467b2bf4592a1d78dc009ade661a7')
prepare() {
mkdir -p "$srcdir/go"