summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-12-09 09:34:54 -0800
committerSean Anderson2018-07-15 10:07:32 -0400
commit852bc88be32f8d806ebbf6a232f4ae062cb55267 (patch)
tree5becf14264b65d218d66982d206d47ea7d114436
parente87eaa2d267b66d3d859b87e297600156e0a931c (diff)
downloadaur-852bc88be32f8d806ebbf6a232f4ae062cb55267.tar.gz
add setuptools to make dep
-rwxr-xr-x.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1af29b99654d..3768e789219c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Aug 24 12:19:24 UTC 2017
+# Sat Dec 9 17:34:31 UTC 2017
pkgbase = python3-kitchen
pkgdesc = Useful snippets of python code
pkgver = 1.2.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fedora-infra/kitchen
arch = any
license = LGPLv2+
makedepends = python
+ makedepends = python-setuptools
depends = python
source = https://github.com/fedora-infra/kitchen/archive/v1.2.5.tar.gz
md5sums = 35490785ed23c91bad1c083c7adbc39e
diff --git a/PKGBUILD b/PKGBUILD
index a69025ac2e6a..ba354ef1ec3a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=python3-kitchen
pkgver=1.2.5
-pkgrel=1
+pkgrel=2
pkgdesc="Useful snippets of python code"
url="https://github.com/fedora-infra/kitchen"
depends=('python' )
-makedepends=('python')
+makedepends=('python' 'python-setuptools')
license=('LGPLv2+')
arch=('any')
source=(https://github.com/fedora-infra/kitchen/archive/v$pkgver.tar.gz)