diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-23 08:31:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-23 09:48:43 +0000 |
commit | 8630c1f14b8978294456dcd77332c7cd209359ee (patch) | |
tree | ffc38b6691c2076a8c2cefe217e5da5eee562572 /main/python | |
parent | 3170330d4a705ff43a0fb9c8040ecb7d402d7770 (diff) | |
download | aports-8630c1f14b8978294456dcd77332c7cd209359ee.tar.bz2 aports-8630c1f14b8978294456dcd77332c7cd209359ee.tar.xz |
main/python: rebuild against gdbm-1.10
Diffstat (limited to 'main/python')
-rw-r--r-- | main/python/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/python/APKBUILD b/main/python/APKBUILD index 0d1ba03eb8..95b241da9b 100644 --- a/main/python/APKBUILD +++ b/main/python/APKBUILD @@ -2,7 +2,7 @@ pkgname=python pkgver=2.7.2 _verbase=${pkgver%.*} -pkgrel=2 +pkgrel=3 pkgdesc="A high-level scripting language" url="http://www.python.org" arch="all" |