summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Preinstorfer2020-09-21 18:59:54 +0200
committerFlorian Preinstorfer2020-09-21 18:59:54 +0200
commitdd64d3cc2c9cb3214f6c6d1a7e78ae78ce8bd4b4 (patch)
treeb2613e300c9d66b90e93dfb0fef20a19a160653d
parentf276bce79d7bf6559602b20fa120492a039c5c1f (diff)
downloadaur-dd64d3cc2c9cb3214f6c6d1a7e78ae78ce8bd4b4.tar.gz
Release 2.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab096355002f..4f8cbd394bd4 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.3.0
+ pkgver = 2.4.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.3.0.tar.gz
- sha1sums = 61a7ace5acbaf7ee356502ddd0d59a8a592ad83f
- sha256sums = 7c0f7682765e76fcf31adf877ea6f74372a0ab9554d8f8d6766e8e0413730e52
+ source = https://files.pythonhosted.org/packages/source/c/cruft/cruft-2.4.0.tar.gz
+ sha1sums = 058fadccb0d0fcec297278b2f8d4ba6d89536df7
+ sha256sums = bd1684f51ce1d547906fcb5341249564c320fbe958e175c14b66e92966dba72b
pkgname = cruft
diff --git a/PKGBUILD b/PKGBUILD
index c0375d7ad17d..79cfb87d56e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nblock <nblock [/at\] archlinux DOT us>
pkgname=cruft
-pkgver=2.3.0
+pkgver=2.4.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=('61a7ace5acbaf7ee356502ddd0d59a8a592ad83f')
-sha256sums=('7c0f7682765e76fcf31adf877ea6f74372a0ab9554d8f8d6766e8e0413730e52')
+sha1sums=('058fadccb0d0fcec297278b2f8d4ba6d89536df7')
+sha256sums=('bd1684f51ce1d547906fcb5341249564c320fbe958e175c14b66e92966dba72b')
build() {
cd "$pkgname-$pkgver"