summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e802e3db67a4..d262161bcf80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Sep 18 00:23:17 UTC 2016
+# Sun Sep 18 06:22:43 UTC 2016
pkgbase = drive
pkgdesc = Pull or push Google Drive files
pkgver = 0.3.8
- pkgrel = 0
+ pkgrel = 1
url = http://github.com/odeke-em/drive
install = drive.install
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = drive
options = !strip
options = !emptydirs
source = https://github.com/odeke-em/drive/archive/v0.3.8.tar.gz
- sha256sums = 2f0be2259a62bd151f83b28f0d097cabd3515f567deefbbf3c4a8ac52054c6f5
+ sha256sums = 2e92cd1dfabd97f7376ed717b503c2b3dfda0631dd66722353b2cd96d381b35f
pkgname = drive
diff --git a/PKGBUILD b/PKGBUILD
index dafc6adaf715..d2e9027c742e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=drive
pkgver=0.3.8
-pkgrel=0
+pkgrel=1
pkgdesc="Pull or push Google Drive files"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
url="http://github.com/odeke-em/drive"
@@ -13,7 +13,7 @@ conflicts=('drive-git')
options=('!strip' '!emptydirs')
install=$pkgname.install
source=("https://github.com/odeke-em/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('2f0be2259a62bd151f83b28f0d097cabd3515f567deefbbf3c4a8ac52054c6f5')
+sha256sums=('2e92cd1dfabd97f7376ed717b503c2b3dfda0631dd66722353b2cd96d381b35f')
prepare() {
mkdir -p "$srcdir/go"