summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephanos Kuma2022-02-25 16:32:41 +0000
committerStephanos Kuma2022-02-25 16:32:41 +0000
commit79ce51c37ce935b0b09b265a216481a6239fe62b (patch)
tree6e3614f8ee21e8948a94138ddf843b44a3b3da19
parent290565b894ea2814e716daaf8ab2c33ca5887064 (diff)
downloadaur-79ce51c37ce935b0b09b265a216481a6239fe62b.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9082c5f93aa..1c0d58f6d3bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 48334cc6ec07..d6a6f990c850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')