summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsta Zahn2019-01-18 09:34:16 -0500
committerIsta Zahn2019-01-18 09:34:16 -0500
commitb8963f9d3fbecc1996978e7a04a009005947559d (patch)
tree4ce8a221c3fe401ceb37876fcc91d5ce66204aa6
parentb19d183e9fa2193d255499d87a3e05bc50744b0d (diff)
downloadaur-b8963f9d3fbecc1996978e7a04a009005947559d.tar.gz
bump pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76d0750fb0df..e2f22f09deef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-requests-html
pkgdesc = HTML Parsing for Humans
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = http://html.python-requests.org/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index d566d5633b4a..165486157473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ depends=('python' 'python-requests' 'python-pyquery' 'python-fake-useragent'
'python-parse' 'python-beautifulsoup4' 'python-w3lib' 'python-pyppeteer')
makedepends=('python-setuptools')
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="HTML Parsing for Humans"
arch=('any')
url="http://html.python-requests.org/"