summaryrefslogtreecommitdiff
path: root/community/python-apsw/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/python-apsw/PKGBUILD
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/python-apsw/PKGBUILD')
-rw-r--r--community/python-apsw/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/python-apsw/PKGBUILD b/community/python-apsw/PKGBUILD
index 99b0954f6..9336e6e1e 100644
--- a/community/python-apsw/PKGBUILD
+++ b/community/python-apsw/PKGBUILD
@@ -4,26 +4,25 @@
pkgbase=python-apsw
pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.7.17_r1
+pkgver=3.8.1
pkgrel=1
arch=('i686' 'x86_64')
url="http://code.google.com/p/apsw/"
license=('MIT')
makedepends=('python' 'python2')
-source=("http://apsw.googlecode.com/files/apsw-${pkgver//_/-}.zip" 'LICENSE')
-
-md5sums=('5393765e7ef55def11dae08149133136'
+source=("http://apsw.googlecode.com/files/apsw-${pkgver}-r1.zip" 'LICENSE')
+md5sums=('83ffdbda803f9ea2091705d35ca6b0e5'
'efc704d50cb39441d00f9dc76cbe6665')
build() {
cd $srcdir
- cp -rf apsw-${pkgver//_/-} apsw2
+ cp -rf apsw-${pkgver}-r1 apsw2
}
package_python-apsw() {
depends=('python' 'sqlite3>=3.7.5')
pkgdesc="Python wrapper for SQLite"
- cd $srcdir/apsw-${pkgver//_/-}
+ cd $srcdir/apsw-${pkgver}-r1
python setup.py install --root=$pkgdir/
install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE