summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Mastykov2015-08-15 06:49:02 +0300
committerSergey Mastykov2015-08-15 06:49:02 +0300
commit70b707b37235f9855e1c3236a10e84daea5ed96d (patch)
tree62d866dae1b043cfa5885b736be31595aa79463c
parentcf5945dc1be14b0843c9f31aebacb51dcec0fdd1 (diff)
downloadaur-70b707b37235f9855e1c3236a10e84daea5ed96d.tar.gz
Update to 0.0.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2551bf5d9b2..6587c19b3d8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-selection
pkgdesc = API to extract content from HTML & XML documents
- pkgver = 0.0.9
+ pkgver = 0.0.10
pkgrel = 1
url = https://pypi.python.org/pypi/selection
arch = any
license = MIT
makedepends = python
makedepends = python2
- source = https://pypi.python.org/packages/source/s/selection/selection-0.0.9.tar.gz
- sha256sums = 2e89d6eea792447a7c23da77b81fd7df84526791f64cbff4a50edf363697759e
+ source = https://pypi.python.org/packages/source/s/selection/selection-0.0.10.tar.gz
+ sha256sums = efebb9518bb391a819a9d73753487271ac4e23dec70387770d6b2d686bc92c43
pkgname = python-selection
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 5e9bdce4d936..98ff37eff2da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-selection
pkgname=('python-selection' 'python2-selection')
-pkgver=0.0.9
+pkgver=0.0.10
pkgrel=1
pkgdesc="API to extract content from HTML & XML documents"
arch=('any')
@@ -11,7 +11,7 @@ url="https://pypi.python.org/pypi/selection"
license=('MIT')
makedepends=('python' 'python2')
source=(https://pypi.python.org/packages/source/s/selection/selection-${pkgver}.tar.gz)
-sha256sums=('2e89d6eea792447a7c23da77b81fd7df84526791f64cbff4a50edf363697759e')
+sha256sums=('efebb9518bb391a819a9d73753487271ac4e23dec70387770d6b2d686bc92c43')
build() {
cd $srcdir