diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ pkgbase = python-yamk pkgdesc = Yet another make - pkgver = 4.0.0 + pkgver = 6.1.0 pkgrel = 1 url = https://github.com/spapanik/yamk arch = any license = LGPL3 depends = python-dj-settings - source = https://files.pythonhosted.org/packages/source/y/yamk/yamk-4.0.0.tar.gz - sha256sums = 4bf365a7ead6ffd91604109edcf2a69fd384bf24e97dfe0ceef8edef18133f43 + source = https://files.pythonhosted.org/packages/source/y/yamk/yamk-6.1.0.tar.gz + sha256sums = 21076d6b19fd0afa251aba246372764497a2131085ce1ff0cbe95f784e373689 pkgname = python-yamk @@ -1,6 +1,6 @@ _pipname=yamk pkgname="python-${_pipname}" -pkgver=4.0.0 +pkgver=6.1.0 pkgrel=1 pkgdesc="Yet another make" arch=('any') @@ -8,7 +8,7 @@ url="https://github.com/spapanik/yamk" license=('LGPL3') depends=('python-dj-settings') source=("https://files.pythonhosted.org/packages/source/${_pipname::1}/${_pipname}/${_pipname}-${pkgver}.tar.gz") -sha256sums=('4bf365a7ead6ffd91604109edcf2a69fd384bf24e97dfe0ceef8edef18133f43') +sha256sums=('21076d6b19fd0afa251aba246372764497a2131085ce1ff0cbe95f784e373689') build() { cd "${srcdir}"/${_pipname}-${pkgver} |