summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Preinstorfer2021-03-10 10:39:13 +0100
committerFlorian Preinstorfer2021-03-10 10:39:13 +0100
commitfa54e8c6cb418d0561b8ffd5364a5b4a45b2d57a (patch)
tree1d462b277063eb8a20752850e24604ac2a1b64ea
parentb90351bbb526170474fb61b0b1d0717c98bcca8a (diff)
downloadaur-fa54e8c6cb418d0561b8ffd5364a5b4a45b2d57a.tar.gz
Release 2.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 194308ea729b..5d924978b81f 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.7.0
+ pkgver = 2.8.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.7.0.tar.gz
- sha1sums = f44464d9087114908b4b9d2b26ef7ba010575fec
- sha256sums = a47b84387f3133181da9f82f4711246147363eff78f13bd2b031400a33ee24d1
+ source = https://files.pythonhosted.org/packages/source/c/cruft/cruft-2.8.0.tar.gz
+ sha1sums = bd940e2da3c6f4471a8ec841dba715616b2fb20d
+ sha256sums = 29e6c95ed46bda8d26b9666e78bdcd625f3a2352620fc52c44dc4ff64a298ce0
pkgname = cruft
diff --git a/PKGBUILD b/PKGBUILD
index ccd2a869922f..e7ec8d7c96d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nblock <nblock [/at\] archlinux DOT us>
pkgname=cruft
-pkgver=2.7.0
+pkgver=2.8.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=('f44464d9087114908b4b9d2b26ef7ba010575fec')
-sha256sums=('a47b84387f3133181da9f82f4711246147363eff78f13bd2b031400a33ee24d1')
+sha1sums=('bd940e2da3c6f4471a8ec841dba715616b2fb20d')
+sha256sums=('29e6c95ed46bda8d26b9666e78bdcd625f3a2352620fc52c44dc4ff64a298ce0')
build() {
cd "$pkgname-$pkgver"