summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-09-29 17:18:28 +0300
committerYigit Sever2021-09-29 17:18:28 +0300
commit16141ed512e31aeef2a11f4999b184be8a4dd5b9 (patch)
treedc282eae642441f4c0458768c768349de8cec490
parentc239cb3cf0dc17d10088aeb6ace4b3dfc4e786a4 (diff)
downloadaur-16141ed512e31aeef2a11f4999b184be8a4dd5b9.tar.gz
Include dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44fa1c2e7a0c..52a862585936 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,10 @@ pkgbase = python-pyrdfa3
arch = any
license = custom
makedepends = python-setuptools
- depends = python
+ depends = python-rdflib
+ depends = python-html5lib
+ depends = python-simplejson
+ depends = python-isodate
source = python-pyrdfa3-3.5.2.tar.gz::https://github.com/RDFLib/pyrdfa3/archive/3.5.2.tar.gz
sha256sums = 2cf88994c9726eae043d24c2b6945ec2d0bf5c417e29dfd86cb5170884015905
diff --git a/PKGBUILD b/PKGBUILD
index 0b658cd7de5a..cf2ebac683ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Python distiller/parser library"
arch=('any')
url="https://github.com/RDFLib/pyrdfa3"
license=('custom')
-depends=('python-rdflib')
+depends=('python-rdflib' 'python-html5lib' 'python-simplejson' 'python-isodate')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('2cf88994c9726eae043d24c2b6945ec2d0bf5c417e29dfd86cb5170884015905')