[arch-commits] Commit in python-beautifulsoup4/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Jul 2 14:07:54 UTC 2015


    Date: Thursday, July 2, 2015 @ 16:07:54
  Author: bgyorgy
Revision: 136271

upgpkg: python-beautifulsoup4 4.3.2-3

Add missing dependency on python/python2

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-02 11:13:31 UTC (rev 136270)
+++ PKGBUILD	2015-07-02 14:07:54 UTC (rev 136271)
@@ -5,7 +5,7 @@
 pkgbase=python-beautifulsoup4
 pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
 pkgver=4.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like screen-scraping"
 arch=('any')
 url="http://www.crummy.com/software/BeautifulSoup/index.html"
@@ -28,6 +28,7 @@
 }
 
 package_python2-beautifulsoup4() {
+  depends=('python2')
   optdepends=('python2-chardet: universal encoding detector'
               'python2-lxml: pythonic binding for the libxml2 and libxslt libraries')
 
@@ -38,6 +39,7 @@
 }
 
 package_python-beautifulsoup4() {
+  depends=('python')
   optdepends=('python-chardet: universal encoding detector'
               'python-lxml: pythonic binding for the libxml2 and libxslt libraries')
 



More information about the arch-commits mailing list