summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2016-07-01 20:40:39 +0800
committerwenLiangcan2016-07-01 20:40:39 +0800
commit31fcb94158b44124ef918ea7dde28fd5b7803682 (patch)
tree6d89bfbe35f9bc975476f54225d45cfc1232ed2c
parent552c3823b670a4295d78c0e1df1a5efc2eea5542 (diff)
downloadaur-python2-cookiecheat.tar.gz
python2-cookiecheat 0.3.1-2.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af191685b7b1..353b956acfc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,21 @@
# Generated by mksrcinfo v8
-# Fri Jul 1 12:36:11 UTC 2016
+# Fri Jul 1 12:40:24 UTC 2016
pkgbase = python2-cookiecheat
pkgdesc = Borrow cookies from your browser's authenticated session foruse in Python scripts.
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/n8henrie/pycookiecheat
arch = any
license = MIT
makedepends = python2-setuptools
depends = python2
+ depends = python2-cryptography
+ depends = python2-keyring
source = https://pypi.python.org/packages/10/0e/4e1a6245876d431b160436fc5dc93d0d80f2d10f6d21938665f6d5da83c3/pycookiecheat-0.3.1.tar.gz
md5sums = 0d8c4b73f2c1f8561a58bb0b7ccbf0a5
pkgname = python2-cookiecheat
depends = python2
+ depends = python2-cryptography
+ depends = python2-keyring
diff --git a/PKGBUILD b/PKGBUILD
index 15ca79f80307..1a9f4a600bc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@ pkgbase=('python2-cookiecheat')
pkgname=('python2-cookiecheat')
_module='pycookiecheat'
pkgver='0.3.1'
-pkgrel=1
+pkgrel=2
pkgdesc="Borrow cookies from your browser's authenticated session foruse in Python scripts."
url="https://github.com/n8henrie/pycookiecheat"
-depends=('python2')
+depends=('python2' 'python2-cryptography' 'python2-keyring')
makedepends=('python2-setuptools')
license=('MIT')
arch=('any')