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

Antonio Rojas arojas at gemini.archlinux.org
Sat Dec 25 13:49:17 UTC 2021


    Date: Saturday, December 25, 2021 @ 13:49:17
  Author: arojas
Revision: 1083630

Update to 4.10.0

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 13:47:08 UTC (rev 1083629)
+++ PKGBUILD	2021-12-25 13:49:17 UTC (rev 1083630)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=python-beautifulsoup4
-pkgver=4.9.3
-pkgrel=6
+pkgver=4.10.0
+pkgrel=1
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like screen-scraping"
 arch=('any')
 url="https://www.crummy.com/software/BeautifulSoup/index.html"
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz")
-sha512sums=('e3cb6258bd7c51f12128fa8ee5948fb3566163ae233fac2dda21bab7772ab8dbb384d920b0ea138ef9921307b48f89cee3a9bf6111dfc8903d917ee7af365f34')
+sha512sums=('92be99ed0fd479b86519395143516e28f7b80f54a8251223d6e7b88dc98f8dfca9585079f5f1d89bfe68f577de3dff433711642486303203f46bc76754959a18')
 
 build() {
   cd beautifulsoup4-$pkgver
@@ -24,7 +24,7 @@
 }
 
 check() {
-  cd beautifulsoup4-$pkgver/build
+  cd beautifulsoup4-$pkgver
   pytest
 }
 



More information about the arch-commits mailing list