summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Preinstorfer2020-10-05 18:37:29 +0200
committerFlorian Preinstorfer2020-10-05 18:37:29 +0200
commit5550877b9774786b9d81b59941427dc94d9c61f2 (patch)
treed5a3c5eef68e1611bdd59b3143dd486ba4413f60
parentdd64d3cc2c9cb3214f6c6d1a7e78ae78ce8bd4b4 (diff)
downloadaur-5550877b9774786b9d81b59941427dc94d9c61f2.tar.gz
Release 2.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f8cbd394bd4..420700476962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cruft
pkgdesc = Maintain all the necessary boilerplate for packaging and building projects separate from the code you intentionally write. Fully compatible with existing Cookiecutter templates
- pkgver = 2.4.0
+ pkgver = 2.5.0
pkgrel = 1
url = https://cruft.github.io/cruft/
arch = any
@@ -12,9 +12,9 @@ pkgbase = cruft
depends = python-gitpython
depends = python-typer
optdepends = python-toml: specify patterns to ignore in toml files
- source = https://files.pythonhosted.org/packages/source/c/cruft/cruft-2.4.0.tar.gz
- sha1sums = 058fadccb0d0fcec297278b2f8d4ba6d89536df7
- sha256sums = bd1684f51ce1d547906fcb5341249564c320fbe958e175c14b66e92966dba72b
+ source = https://files.pythonhosted.org/packages/source/c/cruft/cruft-2.5.0.tar.gz
+ sha1sums = eba7403d842c201527638d13e3031cede726491f
+ sha256sums = dcfaaeaed45c60f29e410ce07f710f5b46296f2232e6637b3d6b10ac42f61418
pkgname = cruft
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"