summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2020-07-15 23:08:09 +0200
committerBrainDamage2020-07-15 23:08:09 +0200
commit4b868dda84e2f0574b5344f07a8f9f3b5c0b3961 (patch)
treefb0c9fd2cb06fc47681bb6c122cbc223dc0ca335
parentdc0929197ff8cb59b91b81860d41b5deb4409b30 (diff)
downloadaur-4b868dda84e2f0574b5344f07a8f9f3b5c0b3961.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fe670e9bf62..ad6a26fff0f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-readability-lxml
pkgdesc = This is a python port of a ruby port of arc90’s readability project
- pkgver = 0.7.1
- pkgrel = 2
+ pkgver = 0.8.1
+ pkgrel = 1
url = https://pypi.org/project/readability-lxml/
arch = any
license = custom:Apache
@@ -9,9 +9,9 @@ pkgbase = python-readability-lxml
depends = python-chardet
depends = python-cssselect
depends = python-lxml
- source = https://pypi.python.org/packages/source/r/readability-lxml/readability-lxml-0.7.1.tar.gz
+ source = https://pypi.python.org/packages/source/r/readability-lxml/readability-lxml-0.8.1.tar.gz
source = LICENSE
- sha256sums = 87cb722e53a4a5749effe37fb1236abc52a856ce71113324d06b25d96b48147b
+ sha256sums = e51fea56b5909aaf886d307d48e79e096293255afa567b7d08bca94d25b1a4e1
sha256sums = 1f2afa61a3e7d62e5cf62b471c60c40853effc3428289f5961c84e24cf60447a
pkgname = python-readability-lxml
diff --git a/PKGBUILD b/PKGBUILD
index 62bb948a41d1..ecb25abfda1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: BrainDamage
pkgname=python-readability-lxml
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
pkgdesc="This is a python port of a ruby port of arc90’s readability project"
arch=(any)
url="https://pypi.org/project/readability-lxml/"
license=("custom:Apache")
depends=("python" "python-chardet" "python-cssselect" "python-lxml")
-sha256sums=("87cb722e53a4a5749effe37fb1236abc52a856ce71113324d06b25d96b48147b" "1f2afa61a3e7d62e5cf62b471c60c40853effc3428289f5961c84e24cf60447a")
+sha256sums=("e51fea56b5909aaf886d307d48e79e096293255afa567b7d08bca94d25b1a4e1" "1f2afa61a3e7d62e5cf62b471c60c40853effc3428289f5961c84e24cf60447a")
source=("https://pypi.python.org/packages/source/r/readability-lxml/readability-lxml-$pkgver.tar.gz" "LICENSE")
-
+
build() {
cd "$srcdir/readability-lxml-$pkgver"
python setup.py build