summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Preinstorfer2021-02-22 10:50:58 +0100
committerFlorian Preinstorfer2021-02-22 10:50:58 +0100
commitb90351bbb526170474fb61b0b1d0717c98bcca8a (patch)
tree04283c6860dff4898db8fd146919266f0896a055
parent84b7bfafe35151de3bb7e876f573ec4a8ba4402a (diff)
downloadaur-b90351bbb526170474fb61b0b1d0717c98bcca8a.tar.gz
Release 2.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3f47e866fc6..194308ea729b 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.6.1
+ pkgver = 2.7.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.6.1.tar.gz
- sha1sums = 2ad38bd59b4abcd494c8cdf0fb6807d67daf0661
- sha256sums = 664efd82ba5870f0343d511426c667cd45ae44322c470ee04e5802f861d341ce
+ source = https://files.pythonhosted.org/packages/source/c/cruft/cruft-2.7.0.tar.gz
+ sha1sums = f44464d9087114908b4b9d2b26ef7ba010575fec
+ sha256sums = a47b84387f3133181da9f82f4711246147363eff78f13bd2b031400a33ee24d1
pkgname = cruft
diff --git a/PKGBUILD b/PKGBUILD
index b987385090d3..ccd2a869922f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nblock <nblock [/at\] archlinux DOT us>
pkgname=cruft
-pkgver=2.6.1
+pkgver=2.7.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=('2ad38bd59b4abcd494c8cdf0fb6807d67daf0661')
-sha256sums=('664efd82ba5870f0343d511426c667cd45ae44322c470ee04e5802f861d341ce')
+sha1sums=('f44464d9087114908b4b9d2b26ef7ba010575fec')
+sha256sums=('a47b84387f3133181da9f82f4711246147363eff78f13bd2b031400a33ee24d1')
build() {
cd "$pkgname-$pkgver"