summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2021-11-25 16:49:05 +0100
committerMartin Diehl2021-11-25 16:49:05 +0100
commit9034ce00e892fe9a5227a2b6e94407b6137f3a6c (patch)
treed51cb3bc266bf349a6b28d52d1749a3478d3820d
parent40ed8797be87a8ae0e46f4312ec2e5892d99da9b (diff)
downloadaur-9034ce00e892fe9a5227a2b6e94407b6137f3a6c.tar.gz
0.5.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1702ce7a2b5..fc8ae1fd821d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-scooby
pkgdesc = A Great Dane turned Python environment detective
- pkgver = 0.5.7
+ pkgver = 0.5.8
pkgrel = 1
url = https://github.com/banesullivan/scooby
arch = any
license = MIT
makedepends = python-setuptools
+ makedepends = python-pip
depends = python
- source = https://github.com/banesullivan/scooby/archive/v0.5.7.tar.gz
- sha256sums = c7fc23d96ef1fb567e7eea6b406cde021fbc8602083c48bffc85abc5e402b7b3
+ source = https://github.com/banesullivan/scooby/archive/v0.5.8.tar.gz
+ sha256sums = 9b61a98782562ebc3ac4bf383e4ef924d60f5e14a1f548561f5710ad367f492f
pkgname = python-scooby
-
diff --git a/PKGBUILD b/PKGBUILD
index 671d69901114..8a70b12e2292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-scooby
-pkgver=0.5.7
+pkgver=0.5.8
pkgrel=1
pkgdesc='A Great Dane turned Python environment detective'
arch=('any')
url='https://github.com/banesullivan/scooby'
license=('MIT')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-pip')
source=("https://github.com/banesullivan/scooby/archive/v${pkgver}.tar.gz")
-sha256sums=('c7fc23d96ef1fb567e7eea6b406cde021fbc8602083c48bffc85abc5e402b7b3')
+sha256sums=('9b61a98782562ebc3ac4bf383e4ef924d60f5e14a1f548561f5710ad367f492f')
build() {
cd "$srcdir"/scooby-${pkgver}