summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a03ce68443ff..9e139de76846 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sat May 13 07:13:11 PM PDT 2023
+# Sun May 21 03:55:45 PM PDT 2023
pkgbase = python-bs4
pkgdesc = Beautiful Soup. bs4 name required by CrackMapExec trunk
pkgver = 0.0.1
- pkgrel = 3
+ pkgrel = 4
url = https://pypi.python.org/pypi/bs4/
arch = any
license = custom:unknown
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python
depends = python-beautifulsoup4
source = https://files.pythonhosted.org/packages/source/b/bs4/bs4-0.0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8c96584ced62..b8638ff6cf3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname='python-bs4'
_pkgname='bs4'
pkgver='0.0.1'
-pkgrel=3
+pkgrel=4
pkgdesc='Beautiful Soup. bs4 name required by CrackMapExec trunk'
arch=('any')
url='https://pypi.python.org/pypi/bs4/'
license=('custom:unknown')
depends=('python' 'python-beautifulsoup4')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('36ecea1fd7cc5c0c6e4a1ff075df26d50da647b75376626cc186e2212886dd3a')