summaryrefslogtreecommitdiff
path: root/community/python-bsddb
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-12 04:09:52 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-12 04:09:52 -0300
commit2c721caa534df76621bf07705ed0ea80efe44f8b (patch)
tree7dac47c69e19cd2b978f154e9618e074b7410658 /community/python-bsddb
parent020644b613452cc7ab48474b463e4a9d1088d8a3 (diff)
parentcfceb92e73d7f6a32494f0ba258b98748af43f34 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/aircrack-ng/PKGBUILD community/geos/PKGBUILD extra/v4l-utils/PKGBUILD multilib/lib32-v4l-utils/PKGBUILD staging/libxi/PKGBUILD staging/mesa/PKGBUILD staging/xorg-server/PKGBUILD staging/xorg-server/autoconfig-nvidia.patch testing/kmod/PKGBUILD testing/libreoffice/PKGBUILD testing/libreoffice/libreoffice.install testing/systemd/PKGBUILD
Diffstat (limited to 'community/python-bsddb')
-rw-r--r--community/python-bsddb/PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/community/python-bsddb/PKGBUILD b/community/python-bsddb/PKGBUILD
index 9dba97992..0781ac917 100644
--- a/community/python-bsddb/PKGBUILD
+++ b/community/python-bsddb/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 61959 2012-01-11 15:22:37Z stephane $
+# $Id: PKGBUILD 64243 2012-02-11 01:07:58Z tdziedzic $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Douglas Soares de Andrade <dsandrade@gmail.com>
@@ -6,26 +6,20 @@
pkgbase=python-bsddb
pkgname=('python2-bsddb' 'python-bsddb')
-pkgver=5.2.0
-pkgrel=3
+pkgver=5.3.0
+pkgrel=1
pkgdesc="Python interface for BerkeleyDB"
license=('MIT')
arch=('i686' 'x86_64' 'mips64el')
url="http://www.jcea.es/programacion/pybsddb.htm"
makedepends=('python2-distribute' 'python-distribute')
source=(http://pypi.python.org/packages/source/b/bsddb3/bsddb3-${pkgver}.tar.gz
- db_5.3.patch
LICENSE)
-sha1sums=('4395c125807fc8c4bac4d367f4556e623605c7a8'
- '150bb6ce1758ca29f55e876ac75dbac76c9d743d'
+sha1sums=('8743f6d7a2f5471094941a46859723aae88f3915'
'ef4e4caf618781104dbf5824279ed39d127b4713')
build () {
cd "${srcdir}"
-
- pushd bsddb3-${pkgver}
- patch -Np1 -i ../db_5.3.patch
- popd
cp -r bsddb3-${pkgver}{,-python2}