summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2015-09-18 14:48:53 +0200
committerDaniel Milde2015-09-18 14:48:53 +0200
commit6e3ee804e7d5e0c9524d36198c2c5f7ef95183d5 (patch)
treeca569dca7b749ec2bdfd0be76bb9fe33dda9a903
parentde546f99497d755f8213361444458e2680c0080c (diff)
downloadaur-6e3ee804e7d5e0c9524d36198c2c5f7ef95183d5.tar.gz
2.8.1
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9d391c34e6a..ab307d8b8061 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,18 @@
-# Generated by makepkg 4.2.0
-# Sat Jan 24 11:25:42 UTC 2015
pkgbase = python-pysqlite
pkgdesc = A Python DB-API 2.0 interface for the SQLite embedded relational database engine
- pkgver = 2.6.3
- pkgrel = 4
+ pkgver = 2.8.1
+ pkgrel = 1
url = https://pypi.python.org/pypi/pysqlite
- arch = i686
- arch = x86_64
+ arch = any
license = custom
depends = python2
depends = sqlite
- conflicts = python-pysqlite<=2.6.3-2
- replaces = python-pysqlite<=2.6.3-2
- source = https://pypi.python.org/packages/source/p/pysqlite/pysqlite-2.6.3.tar.gz
+ conflicts = python-pysqlite<=2.8.1-1
+ replaces = python-pysqlite<=2.8.1-1
+ source = https://pypi.python.org/packages/source/p/pysqlite/pysqlite-2.8.1.tar.gz
source = setup.cfg
- md5sums = 7ff1cedee74646b50117acff87aa1cfa
- md5sums = 86dd356c65afd14a22f2f8f64a26441e
+ sha256sums = 75cae18f9646f2a6137e1fb5302dba674b6982eeab3a2829377e98b13cfea066
+ sha256sums = 37eeb06fdb89d5dd7674f8f8094614c21468b6b469169b1db5981632aa573dca
pkgname = python2-pysqlite
diff --git a/PKGBUILD b/PKGBUILD
index 87920c4e0c96..feec16329054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
pkgbase=python-pysqlite
pkgname=python2-pysqlite
-pkgver=2.6.3
-pkgrel=5
+pkgver=2.8.1
+pkgrel=1
pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational database engine"
license=('custom')
arch=('any')
url="https://pypi.python.org/pypi/pysqlite"
depends=('python2' 'sqlite')
-conflicts=('python-pysqlite<=2.6.3-2')
-replaces=('python-pysqlite<=2.6.3-2')
+conflicts=('python-pysqlite<=2.8.1-1')
+replaces=('python-pysqlite<=2.8.1-1')
source=(https://pypi.python.org/packages/source/p/pysqlite/pysqlite-${pkgver}.tar.gz
setup.cfg)
-md5sums=('7ff1cedee74646b50117acff87aa1cfa'
- '86dd356c65afd14a22f2f8f64a26441e')
+sha256sums=('75cae18f9646f2a6137e1fb5302dba674b6982eeab3a2829377e98b13cfea066'
+ '37eeb06fdb89d5dd7674f8f8094614c21468b6b469169b1db5981632aa573dca')
prepare() {
cp "${srcdir}/setup.cfg" pysqlite-${pkgver}