summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2020-12-07 13:10:28 -0500
committerGI_Jack2020-12-07 13:10:28 -0500
commit10d7e13d33382b989fb57dbeac1223c4bb923026 (patch)
treef8d3938505ee62c79e36ca93f570c13c2a09f333
parenta5c9b087c2d3f55899fc10e83b51367ec35b7847 (diff)
downloadaur-10d7e13d33382b989fb57dbeac1223c4bb923026.tar.gz
added actual beautiful soup package as a hard dep.
If you need the dummy package, you need the real one
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cb35a64b1f6..6bb54b2bd63b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-bs4
pkgdesc = Beautiful Soup. bs4 name required by CrackMapExec trunk
pkgver = 0.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/bs4/
arch = any
license = custom:unknown
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
diff --git a/PKGBUILD b/PKGBUILD
index aadd75c252df..95e65eeeabb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname='python-bs4'
_pkgname='bs4'
pkgver='0.0.1'
-pkgrel=1
+pkgrel=2
pkgdesc='Beautiful Soup. bs4 name required by CrackMapExec trunk'
arch=('any')
url='https://pypi.python.org/pypi/bs4/'
license=('custom:unknown')
-depends=('python')
+depends=('python' 'python-beautifulsoup4')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('36ecea1fd7cc5c0c6e4a1ff075df26d50da647b75376626cc186e2212886dd3a')