mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 09:22:12 +08:00
python2-apsw update to 3.8.4.3
This commit is contained in:
parent
ae5f8eb166
commit
99703735a1
@ -1,20 +1,20 @@
|
||||
# Maintainer: Michael Haesel <michael.haesel@gmail.com>
|
||||
|
||||
pkgname=python2-apsw
|
||||
pkgver=3.7.15.2_r1
|
||||
pkgver=3.8.4.3
|
||||
pkgrel=1
|
||||
pkgdesc="Python wrapper for SQLite"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://code.google.com/p/apsw/"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/rogerbinns/apsw"
|
||||
license=('MIT')
|
||||
depends=('python2' 'sqlite3')
|
||||
source=("http://apsw.googlecode.com/files/apsw-${pkgver//_/-}.zip"
|
||||
source=("https://github.com/rogerbinns/apsw/releases/download/${pkgver}/apsw-${pkgver}-r1.zip"
|
||||
'LICENSE')
|
||||
sha256sums=('2c0e66506aa8f0101252a3768c0592735f6b87876098774db6acfdbe32394855'
|
||||
sha256sums=('f243d5318ce02cf4d36c18ce8dc23f822159c13cdd0779cb9b5f7fc42f298072'
|
||||
'511345641f72270dc3e1867f37cbb6ac16b140a1ad4ab0bccbf46029ba007404')
|
||||
|
||||
package() {
|
||||
cd apsw-${pkgver//_/-}
|
||||
cd apsw-${pkgver}-r1
|
||||
|
||||
python2 setup.py install --root="${pkgdir}/"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user