summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Preinstorfer2020-10-05 18:37:29 +0200
committerFlorian Preinstorfer2020-10-05 18:37:29 +0200
commit5550877b9774786b9d81b59941427dc94d9c61f2 (patch)
treed5a3c5eef68e1611bdd59b3143dd486ba4413f60 /PKGBUILD
parentdd64d3cc2c9cb3214f6c6d1a7e78ae78ce8bd4b4 (diff)
downloadaur-5550877b9774786b9d81b59941427dc94d9c61f2.tar.gz
Release 2.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79cfb87d56e6..18f9ce2692e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nblock <nblock [/at\] archlinux DOT us>
pkgname=cruft
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=1
pkgdesc='Maintain all the necessary boilerplate for packaging and building projects separate from the code you intentionally write. Fully compatible with existing Cookiecutter templates'
arch=('any')
@@ -15,8 +15,8 @@ depends=('python'
optdepends=('python-toml: specify patterns to ignore in toml files')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha1sums=('058fadccb0d0fcec297278b2f8d4ba6d89536df7')
-sha256sums=('bd1684f51ce1d547906fcb5341249564c320fbe958e175c14b66e92966dba72b')
+sha1sums=('eba7403d842c201527638d13e3031cede726491f')
+sha256sums=('dcfaaeaed45c60f29e410ce07f710f5b46296f2232e6637b3d6b10ac42f61418')
build() {
cd "$pkgname-$pkgver"