diff options
author | Stephanos Kuma | 2022-02-25 16:32:41 +0000 |
---|---|---|
committer | Stephanos Kuma | 2022-02-25 16:32:41 +0000 |
commit | 79ce51c37ce935b0b09b265a216481a6239fe62b (patch) | |
tree | 6e3614f8ee21e8948a94138ddf843b44a3b3da19 | |
parent | 290565b894ea2814e716daaf8ab2c33ca5887064 (diff) | |
download | aur-79ce51c37ce935b0b09b265a216481a6239fe62b.tar.gz |
Fix dependencies
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -1,11 +1,12 @@ pkgbase = python-yamk pkgdesc = Yet another make pkgver = 2.3.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/spapanik/yamk arch = any license = MIT - depends = python-tomlkit + depends = python-tomli + depends = python-yaml source = https://files.pythonhosted.org/packages/source/y/yamk/yamk-2.3.1.tar.gz sha256sums = 11c7d2679207cd05292504bcb3410efcfbfd4d86f87ccca21012a66d2366ab9a @@ -1,12 +1,12 @@ _pipname=yamk pkgname="python-${_pipname}" pkgver=2.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Yet another make" arch=('any') url="https://github.com/spapanik/yamk" license=('MIT') -depends=('python-tomlkit') +depends=('python-tomli' 'python-yaml') source=("https://files.pythonhosted.org/packages/source/${_pipname::1}/${_pipname}/${_pipname}-${pkgver}.tar.gz") sha256sums=('11c7d2679207cd05292504bcb3410efcfbfd4d86f87ccca21012a66d2366ab9a') |