diff options
author | Stephanos Kuma | 2024-04-02 17:41:06 +0300 |
---|---|---|
committer | Stephanos Kuma | 2024-04-02 17:41:06 +0300 |
commit | d59cb0cf3a7038690a89812a18734b1ca5d48493 (patch) | |
tree | 9b29b26bf7617e2635bc10c3aa31153de4ae5fb6 /PKGBUILD | |
parent | dcdfe8ec8d282f6998ba9ace326b6c153ce6a9d8 (diff) | |
download | aur-python-yamk.tar.gz |
Update to version 6.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |