summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 754c63a567da..cb621020d87f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = gmvault-git
pkgdesc = Backup and restore your gmail account at will.
- pkgver = 20150420
- pkgrel = 3
+ pkgver = 20160431
+ pkgrel = 1
url = http://gmvault.org
arch = any
license = GPL
- makedepends = setuptools
+ makedepends = python2-setuptools
makedepends = git
depends = python2
depends = python2-logbook
diff --git a/PKGBUILD b/PKGBUILD
index da4b3f6cd60f..67a14e47dff3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: jstoik1 <joshstoik at gmail dot com>
pkgname=gmvault-git
-pkgver=20150420
-pkgrel=3
+pkgver=20160431
+pkgrel=1
pkgdesc="Backup and restore your gmail account at will."
arch=(any)
url="http://gmvault.org"
license=('GPL')
depends=('python2' 'python2-logbook' 'python2-gdata' 'python2-imapclient' 'python2-chardet')
-makedepends=('setuptools' 'git')
+makedepends=('python2-setuptools' 'git')
conflicts=('gmvault')
provides=('gmvault')
source=('gmvault::git+git://github.com/gaubert/gmvault.git' 'use-python2.patch')