[arch-commits] Commit in python-pysqlite/trunk (ChangeLog PKGBUILD)
Douglas Soares de Andrade
douglas at archlinux.org
Thu Aug 6 09:58:48 UTC 2009
Date: Thursday, August 6, 2009 @ 05:58:48
Author: douglas
Revision: 49333
upgpkg: python-pysqlite 2.5.5-1
Updated to 2.5.5
Modified:
python-pysqlite/trunk/ChangeLog
python-pysqlite/trunk/PKGBUILD
-----------+
ChangeLog | 8 ++++++++
PKGBUILD | 13 ++++++-------
2 files changed, 14 insertions(+), 7 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2009-08-06 09:58:30 UTC (rev 49332)
+++ ChangeLog 2009-08-06 09:58:48 UTC (rev 49333)
@@ -1,4 +1,12 @@
+2009-08-06 Douglas Soares de Andrade <douglas at archlinux.org>
+
+ * Updated to: 2.5.5
+
+2009-07-19 Douglas Soares de Andrade <douglas at archlinux.org>
+
+ * Updated for i686: 2.5.5
+
2008-07-15 Douglas Soares de Andrade <douglas at archlinux.org>
* Updated for i686: 2.4.1
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-08-06 09:58:30 UTC (rev 49332)
+++ PKGBUILD 2009-08-06 09:58:48 UTC (rev 49333)
@@ -3,21 +3,18 @@
# Contributor: Aaron Griffin <aaron at archlinux.org>
pkgname=python-pysqlite
-pkgver=2.4.1
-_branch=2.4
-pkgrel=2
+pkgver=2.5.5
+_branch=2.5
+pkgrel=1
pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational database engine"
license=("custom")
arch=(i686 x86_64)
url="http://initd.org/tracker/pysqlite"
depends=(python sqlite3)
replaces=(pysqlite2)
-source=(http://initd.org/pub/software/pysqlite/releases/$_branch/$pkgver/pysqlite-$pkgver.tar.gz \
+source=(http://oss.itsystementwicklung.de/download/pysqlite/$_branch/$pkgver/pysqlite-$pkgver.tar.gz \
setup.cfg)
-md5sums=('7d9a4875a7107b94eb4aa2dc861a2537'
- '86dd356c65afd14a22f2f8f64a26441e')
-
build() {
cd $startdir/src/pysqlite-$pkgver
cp $startdir/src/setup.cfg .
@@ -28,3 +25,5 @@
rm -r $startdir/pkg/usr/pysqlite2-doc
}
+md5sums=('4f9fcd12a4860160b1f332066c64ee58'
+ '86dd356c65afd14a22f2f8f64a26441e')
More information about the arch-commits
mailing list