summaryrefslogtreecommitdiff
path: root/extra/python-cffi
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-28 03:35:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-28 03:35:53 +0000
commitdef73efccccb818d214cb818e8b4de8385444a43 (patch)
tree89db423b051ce9f971b6f7386ada2a3573b6e3b7 /extra/python-cffi
parenteb411a7c7cc929ada01019bd4c306116ce385693 (diff)
Fri Mar 28 03:32:00 UTC 2014
Diffstat (limited to 'extra/python-cffi')
-rw-r--r--extra/python-cffi/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/python-cffi/PKGBUILD b/extra/python-cffi/PKGBUILD
index 46bf6a56e..b00712046 100644
--- a/extra/python-cffi/PKGBUILD
+++ b/extra/python-cffi/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 207734 2014-03-14 03:35:05Z fyan $
+# $Id: PKGBUILD 208840 2014-03-27 14:43:25Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: lilydjwg <lilydjwg@gmail.com>
@@ -6,7 +6,7 @@ _name=cffi
pkgbase=python-$_name
pkgname=(python-$_name python2-$_name)
pkgver=0.8.2
-pkgrel=3
+pkgrel=4
pkgdesc="Foreign Function Interface for Python calling C code"
arch=('i686' 'x86_64')
url="http://cffi.readthedocs.org/"