summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephanos Kuma2021-04-19 11:55:00 +0100
committerStephanos Kuma2021-04-19 11:55:00 +0100
commit9e289d5cd275bf197a2bdf5642a5f08dd052d9e7 (patch)
treef1baf5155339f350615b9801539e1cf578d63a67 /PKGBUILD
parent4d5689b0e3704d1b0be72ed98b0e8bd34705a841 (diff)
downloadaur-9e289d5cd275bf197a2bdf5642a5f08dd052d9e7.tar.gz
Update to version 1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 630b745b59fb..bf85ddc95516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pipname=yamk
pkgname="python-${_pipname}"
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="Yet another make"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/spapanik/yamk"
license=('MIT')
depends=('python-tomlkit')
source=("https://files.pythonhosted.org/packages/source/${_pipname::1}/${_pipname}/${_pipname}-${pkgver}.tar.gz")
-sha512sums=('3f66e77b579ba3507a11b3e1dd4cded9c14943154d1fa30925134d20c26bcb085d48025f1ca6a44e02a73e1100abc0547dd93b4971760d57daf8236b03c741d0')
+sha512sums=('48a2dc74ac77892b192b6c3c89cc06dff6bba7f751e680f7c79696e2d3a1ee047243bd3f333ba49588af53490ec7ea24ebbfa6ec84ba35a3953c5190372a2493')
build() {
cd "${srcdir}"/${_pipname}-${pkgver}