summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2020-09-12 16:33:42 +0200
committerDenis Kasak2020-09-12 16:33:42 +0200
commit9f048538e52da7ec6922039c6a2cddb483f29f2d (patch)
treee2890ae7518d2228c54b558c79af6f2fdaf2168f
parent016fdb84219fd16edf6ca05b1d2dacb5331c284e (diff)
downloadaur-9f048538e52da7ec6922039c6a2cddb483f29f2d.tar.gz
Fix wrong dependency.
The package needs python-yaml, not python-pyaml.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 970e2beddb3b..f525fcab551d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = polyfile
depends = python-kaitaistruct>=0.7
depends = python-networkx
depends = python-pillow>=5.0.0
- depends = python-pyaml>=3.13
+ depends = python-yaml>=3.13
source = https://github.com/trailofbits/polyfile/archive/v0.1.6.tar.gz
sha256sums = 51eccc0c9149501fa597863667c145d34f1d28225614cef60aa1cecab28ed653
diff --git a/PKGBUILD b/PKGBUILD
index 1aca954b6a5b..2ea9a888a16a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url=https://github.com/trailofbits/polyfile
license=('LGPLv3')
depends=('python' 'python-graphviz' 'python-intervaltree' 'python-jinja'
'python-kaitaistruct>=0.7' 'python-networkx' 'python-pillow>=5.0.0'
- 'python-pyaml>=3.13')
+ 'python-yaml>=3.13')
makedepends=('python-setuptools')
source=(https://github.com/trailofbits/${pkgname}/archive/v${pkgver}.tar.gz)
sha256sums=('51eccc0c9149501fa597863667c145d34f1d28225614cef60aa1cecab28ed653')