[arch-commits] Commit in python-pysqlite/trunk (PKGBUILD)

Daniel Griffiths dgriffiths at archlinux.org
Thu Jul 1 05:27:32 UTC 2010


    Date: Thursday, July 1, 2010 @ 01:27:32
  Author: dgriffiths
Revision: 84593

Modified:
  python-pysqlite/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-01 05:20:21 UTC (rev 84592)
+++ PKGBUILD	2010-07-01 05:27:32 UTC (rev 84593)
@@ -4,18 +4,17 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=python-pysqlite
-pkgver=2.5.5
-_branch=2.5
+pkgver=2.6.0
 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"
+url="http://code.google.com/p/pysqlite/"
 depends=('python' 'sqlite3')
 replaces=('pysqlite2')
-source=(http://oss.itsystementwicklung.de/download/pysqlite/$_branch/${pkgver}/pysqlite-${pkgver}.tar.gz \
+source=(http://pysqlite.googlecode.com/files/pysqlite-${pkgver}.tar.gz \
         setup.cfg)
-md5sums=('4f9fcd12a4860160b1f332066c64ee58'
+md5sums=('fc92618b3b39d02e6ff10dc467c36640'
 	 '86dd356c65afd14a22f2f8f64a26441e')
 build() {
 	cd ${srcdir}/pysqlite-${pkgver}




More information about the arch-commits mailing list