summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Richard2016-03-31 07:53:53 -0400
committerAlbert Richard2016-03-31 07:53:53 -0400
commit8c84c2f78ddcb9b5eb7e61b26e2ac26866c1a66c (patch)
tree39650a8092761efccf5f683bc96947b301fc8875
parent7678fa76e950e04814778a07aaa4e05109d4f6d2 (diff)
downloadaur-8c84c2f78ddcb9b5eb7e61b26e2ac26866c1a66c.tar.gz
Updating dependencies for 0.2
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7665dd2bff3f..ae6ed647bfcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,19 @@
# Generated by mksrcinfo v8
-# Thu Mar 31 11:34:30 UTC 2016
+# Thu Mar 31 11:53:12 UTC 2016
pkgbase = python2-gpsoauth
pkgdesc = client library for Google Play Services OAuth
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/simon-weber/gpsoauth
arch = any
license = BSD
makedepends = python2-setuptools
depends = python2
- depends = python2-requests>=2.7
- depends = python2-crypto>=2.6
- depends = python2-pyasn1>=0.1.7
- depends = python2-pyopenssl>=0.15
- depends = python2-ndg-httpsclient>=0.4
+ depends = python2-requests>=2.9
+ depends = python2-pycryptodomex
options = !emptydirs
source = https://pypi.python.org/packages/source/g/gpsoauth/gpsoauth-0.2.0.tar.gz
- md5sums = 3de0f7bb5bd1319172e4fc29ff7a871d
+ md5sums = 549da992b843cb3bc5973145104cd77e
pkgname = python2-gpsoauth
diff --git a/PKGBUILD b/PKGBUILD
index f387639a91f4..c59f305b847d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-gpsoauth
_pipyname=gpsoauth
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="client library for Google Play Services OAuth"
arch=('any')
url="https://github.com/simon-weber/gpsoauth"
@@ -10,11 +10,8 @@ license=('BSD')
groups=()
depends=(
'python2'
- 'python2-requests>=2.7'
- 'python2-crypto>=2.6'
- 'python2-pyasn1>=0.1.7'
- 'python2-pyopenssl>=0.15'
- 'python2-ndg-httpsclient>=0.4'
+ 'python2-requests>=2.9'
+ 'python2-pycryptodomex'
)
makedepends=('python2-setuptools')
optdepends=()