summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosh2016-10-13 06:31:57 -0700
committerJosh2016-10-13 06:31:57 -0700
commit0613b51695475d50c3fae7a2c4729548efe2aaad (patch)
tree5107b72f0bfd50c9a73d438899ec0992062997bf /PKGBUILD
parenta8011093cc95506afd930a7feb971a23af5a41a3 (diff)
downloadaur-gmvault-git.tar.gz
fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')