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

Daniel Wallace dwallace at nymeria.archlinux.org
Mon Aug 19 01:56:48 UTC 2013


    Date: Monday, August 19, 2013 @ 03:56:48
  Author: dwallace
Revision: 95947

upgpkg: python-beautifulsoup4 4.3.1-1

upgpkg: beautifulsoup4 4.3.1

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-19 01:53:41 UTC (rev 95946)
+++ PKGBUILD	2013-08-19 01:56:48 UTC (rev 95947)
@@ -4,15 +4,15 @@
 
 pkgbase=python-beautifulsoup4
 pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.2.1
+pkgver=4.3.1
 pkgrel=1
 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"
 license=('PSF')
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz")
-md5sums=('91ea70ce16a5f1f43e58f2ef05651679')
+md5sums=('508095f2784c64114e06856edc1dafed')
 
 build() {
   cd "${srcdir}"




More information about the arch-commits mailing list