summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Lakusta2019-12-02 04:45:28 -0800
committerKevin Lakusta2019-12-02 04:45:28 -0800
commita4d223e1f2d5497cb6aa07f883674ad9b1bb71ab (patch)
treebb83d22f6db9b99640ac9997babcc0bf0c5898c0
parentc540ced0b446e40cdb29a24985dff1727571c922 (diff)
downloadaur-a4d223e1f2d5497cb6aa07f883674ad9b1bb71ab.tar.gz
Updated dependencies
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c4775c07ff9..9f77f921d279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-pyramid
pkgver=1.10.4
-pkgrel=1
+pkgrel=1.0.1
pkgdesc='Pyramid is a very general open source Python web framework.'
arch=('any')
url='http://www.pylonsproject.org/'
@@ -15,8 +15,8 @@ optdepends=(
'python-chameleon: pserve/pcreate'
'python-waitress: pserve/pcreate'
)
-depends=('python2' 'python2-mako' 'python2-webob' 'python2-repoze.lru' \
- 'python2-zope-deprecation' 'python2-zope-interface' 'python2-venusian' \
+depends=('python2' 'python2-mako' 'python2-webob' 'python-repoze.lru' \
+ 'python-zope-deprecation' 'python2-zope-interface' 'python2-venusian' \
'python2-translationstring' 'python2-setuptools' 'python2-hupper')