diff options
author | Stephanos Kuma | 2022-09-27 15:58:35 +0100 |
---|---|---|
committer | Stephanos Kuma | 2022-09-27 15:58:35 +0100 |
commit | 12c5ce4b30514c6f14300b7fd9c70ab6e4382f81 (patch) | |
tree | 8f5fe9713c06da1e11ded811b2b4893614252a3d /PKGBUILD | |
parent | 53812ba45b2c28f7e28268e5e45654eca119b2b9 (diff) | |
download | aur-12c5ce4b30514c6f14300b7fd9c70ab6e4382f81.tar.gz |
Update to version 4.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,14 +1,14 @@ _pipname=yamk pkgname="python-${_pipname}" -pkgver=2.4.1 -pkgrel=2 +pkgver=4.0.0 +pkgrel=1 pkgdesc="Yet another make" arch=('any') url="https://github.com/spapanik/yamk" license=('LGPL3') -depends=('python-tomli' 'python-yaml' 'python-dj-settings') +depends=('python-dj-settings') source=("https://files.pythonhosted.org/packages/source/${_pipname::1}/${_pipname}/${_pipname}-${pkgver}.tar.gz") -sha256sums=('b6ec4aaf64ec7972e0cdeff9ca5f0f4e67618893f40a99032c0064d2ed021dbd') +sha256sums=('4bf365a7ead6ffd91604109edcf2a69fd384bf24e97dfe0ceef8edef18133f43') build() { cd "${srcdir}"/${_pipname}-${pkgver} |