summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault2017-10-02 17:55:27 -0400
committerDrew DeVault2017-10-02 17:55:27 -0400
commit6e6e1e1b2fd308ac493e35bc93c8bfd30a7306b3 (patch)
tree6b7a0936b9316f883f27b330e226885267a3d678
parenta61b79a1a3f37e2d6daf57f3b893deffc294e9df (diff)
downloadaur-6e6e1e1b2fd308ac493e35bc93c8bfd30a7306b3.tar.gz
Move setuptools from makedepends to depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e25806f48dff..98050ee23aa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Apr 27 18:11:56 UTC 2016
+# Mon Oct 2 21:55:12 UTC 2017
pkgbase = python-pystache
pkgdesc = The mustache template engine written in python
pkgver = 0.5.4
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/defunkt/pystache
arch = any
license = MIT
- makedepends = python-setuptools
depends = python
+ depends = python-setuptools
provides = python-pystache
conflicts = python-pystache
source = https://pypi.python.org/packages/source/p/pystache/pystache-0.5.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4bf78a45b78e..cd7308a32cce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@ _python=python
_distname=pystache
pkgname=$_python-$_distname
pkgver=0.5.4
-pkgrel=2
+pkgrel=3
pkgdesc="The mustache template engine written in python"
arch=(any)
url="http://github.com/defunkt/pystache"
license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
+depends=('python' 'python-setuptools')
provides=('python-pystache')
conflicts=('python-pystache')
source=( "https://pypi.python.org/packages/source/${_distname:0:1}/$_distname/$_distname-$pkgver.tar.gz")