summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb0b81de6ba..888f5a32db5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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}