diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:50:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:53 +0000 |
commit | bb44f209ef4bd5a682436cf97a6399ffb793f0bc (patch) | |
tree | 22533513fc011d94d58724e58e5461ed8320e600 /testing/py-apsw | |
parent | eab03389c64fa1a33e3a40d2a6fa4dd2ebdde3b2 (diff) | |
download | aports-bb44f209ef4bd5a682436cf97a6399ffb793f0bc.tar.bz2 aports-bb44f209ef4bd5a682436cf97a6399ffb793f0bc.tar.xz |
testing/py-apsw: rebuild against python 3.7
Diffstat (limited to 'testing/py-apsw')
-rw-r--r-- | testing/py-apsw/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-apsw/APKBUILD b/testing/py-apsw/APKBUILD index 938df094a2..90e3710687 100644 --- a/testing/py-apsw/APKBUILD +++ b/testing/py-apsw/APKBUILD @@ -4,7 +4,7 @@ pkgname=py-apsw _pkgname=apsw pkgver=3.27.2 _pkgrel=r1 -pkgrel=0 +pkgrel=1 pkgdesc="Another Python SQLite Wrapper" url="https://github.com/rogerbinns/apsw" arch="all" |