summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86cf6c19bdd6..b987385090d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nblock <nblock [/at\] archlinux DOT us>
pkgname=cruft
-pkgver=2.6.0
+pkgver=2.6.1
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=('5287c6fce64d96e511f901bed84cd828c567e06f')
-sha256sums=('bbeea9fb69812afd74a8140cca5ae7fdab761d4df50b137f2437fab9e72c4580')
+sha1sums=('2ad38bd59b4abcd494c8cdf0fb6807d67daf0661')
+sha256sums=('664efd82ba5870f0343d511426c667cd45ae44322c470ee04e5802f861d341ce')
build() {
cd "$pkgname-$pkgver"