summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 200f7f8c5e52..e1f1b8d7c1ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Oct 17 07:16:45 UTC 2016
+# Tue Jan 10 21:01:49 UTC 2017
pkgbase = drive
pkgdesc = Pull or push Google Drive files
- pkgver = 0.3.8.1
- pkgrel = 2
+ pkgver = 0.3.9
+ pkgrel = 1
url = http://github.com/odeke-em/drive
arch = x86_64
arch = i686
@@ -18,8 +18,8 @@ pkgbase = drive
conflicts = drive-git
options = !strip
options = !emptydirs
- source = https://github.com/odeke-em/drive/archive/v0.3.8.1.tar.gz
- sha256sums = dd978190385e306324be232519d8bec00154f4f331cf8a7580850e7634c964cf
+ source = https://github.com/odeke-em/drive/archive/v0.3.9.tar.gz
+ sha256sums = ce7e4dd994c01d4534251c9a31adca34ed89ff6e64045813a7ce5c588ddd04be
pkgname = drive
diff --git a/PKGBUILD b/PKGBUILD
index 1fee2da4720e..4414ee9f2dc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=drive
-pkgver=0.3.8.1
-pkgrel=2
+pkgver=0.3.9
+pkgrel=1
pkgdesc="Pull or push Google Drive files"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
url="http://github.com/odeke-em/drive"
@@ -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=('dd978190385e306324be232519d8bec00154f4f331cf8a7580850e7634c964cf')
+sha256sums=('ce7e4dd994c01d4534251c9a31adca34ed89ff6e64045813a7ce5c588ddd04be')
prepare() {
mkdir -p "$srcdir/go"