summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Lakusta2019-12-02 04:47:23 -0800
committerKevin Lakusta2019-12-02 04:47:23 -0800
commit9df5a916056b8853ae3ac6fec205392e269efcd1 (patch)
treed12395db1bad0e25fff4efea8dd23946075b7836
parenta4d223e1f2d5497cb6aa07f883674ad9b1bb71ab (diff)
downloadaur-9df5a916056b8853ae3ac6fec205392e269efcd1.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2691d0afc63..ebe773c454be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-pyramid
pkgdesc = Pyramid is a very general open source Python web framework.
pkgver = 1.10.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.pylonsproject.org/
arch = any
license = custom:BSD
@@ -9,8 +9,8 @@ pkgbase = python2-pyramid
depends = python2
depends = python2-mako
depends = python2-webob
- depends = python2-repoze.lru
- depends = python2-zope-deprecation
+ depends = python-repoze.lru
+ depends = python-zope-deprecation
depends = python2-zope-interface
depends = python2-venusian
depends = python2-translationstring
diff --git a/PKGBUILD b/PKGBUILD
index 9f77f921d279..7ff7e61a9574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-pyramid
pkgver=1.10.4
-pkgrel=1.0.1
+pkgrel=2
pkgdesc='Pyramid is a very general open source Python web framework.'
arch=('any')
url='http://www.pylonsproject.org/'