summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2016-01-19 00:07:42 -0200
committerMatheus2016-01-19 00:07:42 -0200
commit0da6a5525e48206250e24e03e21231792f87ff68 (patch)
tree568b7340d6d6942d75bd567683c01f1cfbff2144
parent72e62d88a6a4f193c501708543bc4d2d629dfd9c (diff)
downloadaur-0da6a5525e48206250e24e03e21231792f87ff68.tar.gz
Change of plans
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD22
2 files changed, 15 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6540faafb97e..f3c219b61008 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 22:11:33 UTC 2016
+# Tue Jan 19 02:07:27 UTC 2016
pkgbase = python-rivescript
pkgdesc = Rendering Intelligence Very Easily
- pkgver = 1.0
+ pkgver = 1.8.1
pkgrel = 1
- url = https://github.com/aichaos/rivescript-python
+ url = https://pypi.python.org/pypi/rivescript
arch = any
license = MIT
- makedepends = git
depends = python2
depends = python-six
depends = python2-six
depends = python-setuptools
depends = python2-setuptools
- source = git+https://github.com/aichaos/rivescript-python.git
- md5sums = SKIP
+ source = https://pypi.python.org/packages/source/r/rivescript/rivescript-1.8.1.tar.gz
+ md5sums = S86cba9b7b1cf846d83d61f8ddeafa386
pkgname = python-rivescript
diff --git a/PKGBUILD b/PKGBUILD
index 7d5e448ccb29..26581ea6085f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,22 @@
# Maintainer: Trevor <assviolat0r at live dot com>
pkgname=python-rivescript
-pkgver=1.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="Rendering Intelligence Very Easily"
arch=('any')
license=('MIT')
depends=('python2' 'python-six' 'python2-six' 'python-setuptools' 'python2-setuptools')
-makedepends=('git')
-url='https://github.com/aichaos/rivescript-python'
-source=('git+https://github.com/aichaos/rivescript-python.git')
-md5sums=('SKIP')
-_gitname=rivescript-python
-
-pkgver () {
- cd $_gitname
- echo $(git rev-list --count HEAD).$(git describe --always | sed 's/-/./g')
-}
+url=('https://pypi.python.org/pypi/rivescript')
+source=('https://pypi.python.org/packages/source/r/rivescript/rivescript-1.8.1.tar.gz')
+md5sums=('S86cba9b7b1cf846d83d61f8ddeafa386')
+_distdir="rivescript-1.8.1.tar.gz"
package() {
- cd "$srcdir/$_gitname"
+ cd "$srcdir/$_distdir"
python setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1 || return 1
}
+
+
+
+