summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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")