summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2021-04-13 11:52:30 +0200
committerMartin Diehl2021-04-13 11:52:30 +0200
commit40ed8797be87a8ae0e46f4312ec2e5892d99da9b (patch)
tree26fe79932bc72d17f286e56bba12da17d5ba7835
parent96197b63ccdb1407b20fea475e27509b4e7fb4a3 (diff)
downloadaur-40ed8797be87a8ae0e46f4312ec2e5892d99da9b.tar.gz
0.5.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7d8eb5c23f2..c1702ce7a2b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-scooby
pkgdesc = A Great Dane turned Python environment detective
- pkgver = 0.5.6
+ pkgver = 0.5.7
pkgrel = 1
url = https://github.com/banesullivan/scooby
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://github.com/banesullivan/scooby/archive/v0.5.6.tar.gz
- sha256sums = f8e613825b7a02e7e19f72d3285ff9927545ff9b733c9d8d756cd66740396401
+ source = https://github.com/banesullivan/scooby/archive/v0.5.7.tar.gz
+ sha256sums = c7fc23d96ef1fb567e7eea6b406cde021fbc8602083c48bffc85abc5e402b7b3
pkgname = python-scooby
diff --git a/PKGBUILD b/PKGBUILD
index c3593cfd955c..671d69901114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-scooby
-pkgver=0.5.6
+pkgver=0.5.7
pkgrel=1
pkgdesc='A Great Dane turned Python environment detective'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/banesullivan/scooby/archive/v${pkgver}.tar.gz")
-sha256sums=('f8e613825b7a02e7e19f72d3285ff9927545ff9b733c9d8d756cd66740396401')
+sha256sums=('c7fc23d96ef1fb567e7eea6b406cde021fbc8602083c48bffc85abc5e402b7b3')
build() {
cd "$srcdir"/scooby-${pkgver}