summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-06-29 01:49:13 -0700
committerJohn ShaggyTwoDope Jenkins2015-06-29 01:49:13 -0700
commit0375b9ed7a3992a2563ee2fefee25cdf28aca1dc (patch)
tree594387faa7ebc45dd65470a2a923f8279e144608
parent71eb5e272bfdf3601a6c08c31bf2ee633868a777 (diff)
downloadaur-0375b9ed7a3992a2563ee2fefee25cdf28aca1dc.tar.gz
update to 0.2.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae8e0a78f843..e1bd1b19e232 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = drive
pkgdesc = Pull or push Google Drive files
- pkgver = 0.2.4
- pkgrel = 2
+ pkgver = 0.2.5
+ pkgrel = 1
url = http://github.com/odeke-em/drive
install = drive.install
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = drive
conflicts = drive-git
options = !strip
options = !emptydirs
- source = https://github.com/odeke-em/drive/archive/v0.2.4.tar.gz
- sha256sums = b4b3799c1b6abf0f15cef8df34e6963a9f63f5fd6430c4b450ca83041c8b59f1
+ source = https://github.com/odeke-em/drive/archive/v0.2.5.tar.gz
+ sha256sums = 54b3f188ff682ba5f246f472183e01630316ee0372f1cfe08e5cc7db540c21e1
pkgname = drive
diff --git a/PKGBUILD b/PKGBUILD
index 1b236d26ed3c..2def2770ce2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=drive
-pkgver=0.2.4
-pkgrel=2
+pkgver=0.2.5
+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=('b4b3799c1b6abf0f15cef8df34e6963a9f63f5fd6430c4b450ca83041c8b59f1')
+sha256sums=('54b3f188ff682ba5f246f472183e01630316ee0372f1cfe08e5cc7db540c21e1')
prepare() {
mkdir -p "$srcdir/go"