summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrainDamage2018-08-04 21:03:28 +0200
committerBrainDamage2018-08-04 21:03:28 +0200
commitd779f62137841026ad6ac592c08650fa67c4c685 (patch)
tree6efd056ef519cfc428b43483a5f9e16e0f64c641 /PKGBUILD
parentbc5f5df73fb1f71e21524deb8edc246314efdcc3 (diff)
downloadaur-d779f62137841026ad6ac592c08650fa67c4c685.tar.gz
fixed shameful copypasta error in the deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c96abed9b859..a682cc23faf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ 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=("python2" "python2-chardet" "python2-cssselect" "python2-lxml")
+depends=("python" "python-chardet" "python-cssselect" "python-lxml")
sha256sums=("b6b30684e302802cdab490dc5093555bfebba663eb569814225939c6b0dead3f" "1f2afa61a3e7d62e5cf62b471c60c40853effc3428289f5961c84e24cf60447a")
source=("https://pypi.python.org/packages/source/r/readability-lxml/readability-lxml-$pkgver.tar.gz" "LICENSE")