summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e139de76846..6d615e85442b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sun May 21 03:55:45 PM PDT 2023
+# Mon Mar 25 05:34:46 PM PDT 2024
pkgbase = python-bs4
pkgdesc = Beautiful Soup. bs4 name required by CrackMapExec trunk
- pkgver = 0.0.1
- pkgrel = 4
+ pkgver = 0.0.2
+ pkgrel = 1
url = https://pypi.python.org/pypi/bs4/
arch = any
license = custom:unknown
@@ -13,7 +13,8 @@ pkgbase = python-bs4
makedepends = python-setuptools
depends = python
depends = python-beautifulsoup4
- source = https://files.pythonhosted.org/packages/source/b/bs4/bs4-0.0.1.tar.gz
- sha256sums = 36ecea1fd7cc5c0c6e4a1ff075df26d50da647b75376626cc186e2212886dd3a
+ depends = python-hatchling
+ source = https://files.pythonhosted.org/packages/source/b/bs4/bs4-0.0.2.tar.gz
+ sha256sums = a48685c58f50fe127722417bae83fe6badf500d54b55f7e39ffe43b798653925
pkgname = python-bs4
diff --git a/PKGBUILD b/PKGBUILD
index b8638ff6cf3f..fa85f2ca47cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname='python-bs4'
_pkgname='bs4'
-pkgver='0.0.1'
-pkgrel=4
+pkgver='0.0.2'
+pkgrel=1
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')
+depends=('python' 'python-beautifulsoup4' 'python-hatchling')
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')
+sha256sums=('a48685c58f50fe127722417bae83fe6badf500d54b55f7e39ffe43b798653925')
build() {
cd "$srcdir/${_pkgname}-$pkgver"