summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2016-01-19 00:23:33 -0200
committerMatheus2016-01-19 00:23:33 -0200
commit2ba08d5bd7e8734d9b72fb9bb9a377d702fd8cef (patch)
tree8658e7249cdb70ab092d1bfedfef507f49bbcc47
parent0a256056d5b6d62a6c22f0fe59f7e9cbfef482f7 (diff)
downloadaur-2ba08d5bd7e8734d9b72fb9bb9a377d702fd8cef.tar.gz
fix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bf12a84252d..c52bfb8b2a4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 19 02:12:22 UTC 2016
+# Tue Jan 19 02:21:24 UTC 2016
pkgbase = python-rivescript
pkgdesc = Rendering Intelligence Very Easily
pkgver = 1.8.1
@@ -12,6 +12,7 @@ pkgbase = python-rivescript
depends = python2-six
depends = python-setuptools
depends = python2-setuptools
+ conflicts = python-rivescript-git
source = https://pypi.python.org/packages/source/r/rivescript/rivescript-1.8.1.tar.gz
md5sums = 86cba9b7b1cf846d83d61f8ddeafa386
diff --git a/PKGBUILD b/PKGBUILD
index 56f19302b03b..bd7b7bcba8d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="Rendering Intelligence Very Easily"
arch=('any')
license=('MIT')
depends=('python2' 'python-six' 'python2-six' 'python-setuptools' 'python2-setuptools')
+conflicts=('python-rivescript-git')
url=('https://pypi.python.org/pypi/rivescript')
source=('https://pypi.python.org/packages/source/r/rivescript/rivescript-1.8.1.tar.gz')
md5sums=('86cba9b7b1cf846d83d61f8ddeafa386')