summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Preinstorfer2020-11-14 20:11:51 +0100
committerFlorian Preinstorfer2020-11-14 20:11:51 +0100
commit77485a1b57acfe0a1181fc69f29006799c46e88c (patch)
tree11368b7021ee69803bb2f2707df9743ba9f750ab
parent5550877b9774786b9d81b59941427dc94d9c61f2 (diff)
downloadaur-77485a1b57acfe0a1181fc69f29006799c46e88c.tar.gz
Release 2.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 420700476962..4a8f9971302b 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.5.0
+ pkgver = 2.6.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.5.0.tar.gz
- sha1sums = eba7403d842c201527638d13e3031cede726491f
- sha256sums = dcfaaeaed45c60f29e410ce07f710f5b46296f2232e6637b3d6b10ac42f61418
+ source = https://files.pythonhosted.org/packages/source/c/cruft/cruft-2.6.0.tar.gz
+ sha1sums = 5287c6fce64d96e511f901bed84cd828c567e06f
+ sha256sums = bbeea9fb69812afd74a8140cca5ae7fdab761d4df50b137f2437fab9e72c4580
pkgname = cruft
diff --git a/PKGBUILD b/PKGBUILD
index 18f9ce2692e6..86cf6c19bdd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nblock <nblock [/at\] archlinux DOT us>
pkgname=cruft
-pkgver=2.5.0
+pkgver=2.6.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=('eba7403d842c201527638d13e3031cede726491f')
-sha256sums=('dcfaaeaed45c60f29e410ce07f710f5b46296f2232e6637b3d6b10ac42f61418')
+sha1sums=('5287c6fce64d96e511f901bed84cd828c567e06f')
+sha256sums=('bbeea9fb69812afd74a8140cca5ae7fdab761d4df50b137f2437fab9e72c4580')
build() {
cd "$pkgname-$pkgver"