summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2017-03-19 09:23:38 +0800
committerwangjiezhe2017-03-19 09:23:38 +0800
commit171ce0046119d9c24fa6c2a4617277a11a25e5b8 (patch)
treeef15909418f7e0123e28c20af108dbf5be365f0c
parent027dda94a3fc1de925486a3847e71a4abc188ad3 (diff)
downloadaur-171ce0046119d9c24fa6c2a4617277a11a25e5b8.tar.gz
pyspider 0.3.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97bb61bde895..04ea8d3dba97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 02:33:54 UTC 2017
+# Sun Mar 19 01:23:38 UTC 2017
pkgbase = pyspider
pkgdesc = A Powerful Spider System in Python
- pkgver = 0.3.8
- pkgrel = 2
+ pkgver = 0.3.9
+ pkgrel = 1
url = https://github.com/binux/pyspider
arch = any
license = Apache
- source = pyspider-0.3.8.tar.gz::https://github.com/binux/pyspider/archive/v0.3.8.tar.gz
- md5sums = 8ce2de919432c7bfab257cab2f2ee3f1
+ source = pyspider-0.3.9.tar.gz::https://github.com/binux/pyspider/archive/v0.3.9.tar.gz
+ md5sums = efb5c4c98f12f182af959b07e700c8dd
pkgname = python-pyspider
depends = python-flask-login
diff --git a/PKGBUILD b/PKGBUILD
index 03c6b856cfb0..1a6c911e0fd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgbase=pyspider
pkgname=(python-${pkgbase} python2-${pkgbase})
-pkgver=0.3.8
-pkgrel=2
+pkgver=0.3.9
+pkgrel=1
pkgdesc="A Powerful Spider System in Python"
arch=('any')
url="https://github.com/binux/pyspider"
license=('Apache')
source=(${pkgbase}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-md5sums=('8ce2de919432c7bfab257cab2f2ee3f1')
+md5sums=('efb5c4c98f12f182af959b07e700c8dd')
prepare() {
cp -a "$srcdir/$pkgbase-$pkgver"{,-py2}