diff --git a/beautifulsoup/.footprint b/beautifulsoup/.footprint index 52eaa90e2..69be782e4 100644 --- a/beautifulsoup/.footprint +++ b/beautifulsoup/.footprint @@ -2,7 +2,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python2.5/ drwxr-xr-x root/root usr/lib/python2.5/site-packages/ --rw-r--r-- root/root usr/lib/python2.5/site-packages/BeautifulSoup-3.0.5-py2.5.egg-info +-rw-r--r-- root/root usr/lib/python2.5/site-packages/BeautifulSoup-3.0.7-py2.5.egg-info -rw-r--r-- root/root usr/lib/python2.5/site-packages/BeautifulSoup.py -rw-r--r-- root/root usr/lib/python2.5/site-packages/BeautifulSoup.pyc -rw-r--r-- root/root usr/lib/python2.5/site-packages/BeautifulSoupTests.py diff --git a/beautifulsoup/Pkgfile b/beautifulsoup/Pkgfile index ad26c713b..9fe69e2fc 100644 --- a/beautifulsoup/Pkgfile +++ b/beautifulsoup/Pkgfile @@ -5,12 +5,13 @@ # Depends on: python name=beautifulsoup -version=3.0.5 +version=3.0.7 release=1 source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.tar.gz) build() { - cd BeautifulSoup-$version + cd BeautifulSoup-3.0.5 + sed -i -e "s/^__version__ = \"3.0.5\"$/__version__ = \"$version\"/" BeautifulSoup.py python setup.py install --root=$PKG }