summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-02-16 06:54:29 -0800
committerJohnathan Jenkins2017-02-16 06:54:29 -0800
commit875b579c79625132f14884c245e2f5371b00e1c9 (patch)
treebc60c2abf963ece26d85d82cd7d796f5e8effcb4
parentb7e3c2401937ca6b3fc6bc1fa1c856696acd34bb (diff)
downloadaur-python-tweepy-git.tar.gz
update depends and add provides
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eac0ba57640..2920f7fac79a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by mksrcinfo v7
-# Wed Sep 16 00:54:00 UTC 2015
+# Generated by mksrcinfo v8
+# Thu Feb 16 14:54:08 UTC 2017
pkgbase = python-tweepy-git
pkgdesc = A Python library for accessing the entire Twitter API
- pkgver = 0.983.954b2f4
+ pkgver = 0.1067.80015db
pkgrel = 1
url = https://github.com/tweepy/tweepy
arch = any
@@ -13,9 +13,11 @@ pkgbase = python-tweepy-git
makedepends = python-requests
makedepends = python-requests-oauthlib
makedepends = python-six
+ depends = python-pysocks
depends = python-requests
depends = python-requests-oauthlib
depends = python-six
+ provides = python-tweepy
conflicts = python-tweepy
source = python-tweepy-git::git+https://github.com/tweepy/tweepy
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 64ca4a109a87..17bfb659205f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=python-tweepy-git
-pkgver=0.983.954b2f4
+pkgver=0.1067.80015db
pkgrel=1
pkgdesc="A Python library for accessing the entire Twitter API"
arch=('any')
url="https://github.com/tweepy/tweepy"
license=('MIT')
conflicts=('python-tweepy')
-depends=('python-requests' 'python-requests-oauthlib' 'python-six')
+provides=('python-tweepy')
+depends=('python-pysocks' 'python-requests' 'python-requests-oauthlib' 'python-six')
makedepends=(
'python-setuptools' 'python-pip' 'git'
'python-requests' 'python-requests-oauthlib' 'python-six'