summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fff36107970..e738a1f9ab35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-yowsup
pkgdesc = The open source cross platform Whatsapp library powering Wazapp
pkgver = 3.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tgalal/yowsup
arch = any
license = GPL
@@ -9,11 +9,11 @@ pkgbase = python-yowsup
makedepends = python-six
depends = python
depends = python-dateutil
- depends = python-argparse
depends = python-axolotl
depends = python-pillow
depends = python-consonance-git
depends = python-dissononce-git
+ depends = python-appdirs
conflicts = yowsup-client-git
conflicts = python-yowsup-git
source = python-yowsup-3.3.0.tag.gz::https://github.com/tgalal/yowsup/archive/v3.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 037dd3f7b042..660116af691f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# former Maintainer: Thomas Fanninger <thomas AT fanninger DOT at>
+# Contributor: Thomas Fanninger <thomas AT fanninger DOT at>
# Contributor: Mohammed Yaseen Mowzer <moyamodehacker@gmail.com>
# Contributor: Hugo Osvaldo Barrera <hugo@barrera.io>
# Contributor: Jonas Heinrich <onny@project-insanity.org>
@@ -6,12 +6,12 @@
pkgname='python-yowsup'
pkgdesc='The open source cross platform Whatsapp library powering Wazapp - Python 2'
pkgver=3.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="The open source cross platform Whatsapp library powering Wazapp"
url="https://github.com/tgalal/yowsup"
arch=('any')
license=('GPL')
-depends=('python' 'python-dateutil' 'python-argparse' 'python-axolotl' 'python-pillow' 'python-consonance-git' 'python-dissononce-git')
+depends=('python' 'python-dateutil' 'python-axolotl' 'python-pillow' 'python-consonance-git' 'python-dissononce-git' 'python-appdirs')
makedepends=('python-setuptools' 'python-six')
provide=('python-yowsup')
conflicts=('yowsup-client-git' 'python-yowsup-git')