summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2022-03-04 21:08:09 +0100
committerMartin Diehl2022-03-04 21:08:09 +0100
commitcc0fbd0f638c7a6556c624a831c6fde773137175 (patch)
treeb565d477ad58f98577d1584c3618bc81dbc37784
parente5224cf3702b485b66335b540bcfdde43d9f3200 (diff)
downloadaur-cc0fbd0f638c7a6556c624a831c6fde773137175.tar.gz
0.5.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a81fed46bfd7..ab1e18c0b483 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-scooby
pkgdesc = A Great Dane turned Python environment detective
- pkgver = 0.5.11
+ pkgver = 0.5.12
pkgrel = 1
url = https://github.com/banesullivan/scooby
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-scooby
makedepends = python-setuptools
makedepends = python-pip
depends = python
- source = https://github.com/banesullivan/scooby/archive/v0.5.11.tar.gz
- sha256sums = 12215bec82df6fb46d2f104ca36301eba0fe70426055a4b4edde3836e4f23738
+ source = https://github.com/banesullivan/scooby/archive/v0.5.12.tar.gz
+ sha256sums = a3011c68cfae82d586f6a84b70aafcb4189f4362bb6239b026ecff05ffe7eaa7
pkgname = python-scooby
diff --git a/PKGBUILD b/PKGBUILD
index 259533a0f3c7..ca44e822e25d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-scooby
-pkgver=0.5.11
+pkgver=0.5.12
pkgrel=1
pkgdesc='A Great Dane turned Python environment detective'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools' 'python-pip')
source=("https://github.com/banesullivan/scooby/archive/v${pkgver}.tar.gz")
-sha256sums=('12215bec82df6fb46d2f104ca36301eba0fe70426055a4b4edde3836e4f23738')
+sha256sums=('a3011c68cfae82d586f6a84b70aafcb4189f4362bb6239b026ecff05ffe7eaa7')
build() {
cd "$srcdir"/scooby-${pkgver}