summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephanos Kuma2024-04-02 17:41:06 +0300
committerStephanos Kuma2024-04-02 17:41:06 +0300
commitd59cb0cf3a7038690a89812a18734b1ca5d48493 (patch)
tree9b29b26bf7617e2635bc10c3aa31153de4ae5fb6 /PKGBUILD
parentdcdfe8ec8d282f6998ba9ace326b6c153ce6a9d8 (diff)
downloadaur-python-yamk.tar.gz
Update to version 6.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ff40730e8d8..b9dcf17b2745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}