diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 13:04:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 13:04:08 +0000 |
commit | afe4cc9c3392be61f175e65612140835c53cc88d (patch) | |
tree | 9eaaca8635551e2b5a25b9e47d33b5dc4d56bcdb /main/py-gobject | |
parent | 0862bd59315da9f6bc7b7630d591b5ae3ea03dfa (diff) | |
download | aports-afe4cc9c3392be61f175e65612140835c53cc88d.tar.bz2 aports-afe4cc9c3392be61f175e65612140835c53cc88d.tar.xz |
main/py-gobject: rebuild against python with ucs4 unicode
Diffstat (limited to 'main/py-gobject')
-rw-r--r-- | main/py-gobject/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/py-gobject/APKBUILD b/main/py-gobject/APKBUILD index fe758d3c9a..8c5f3bb69f 100644 --- a/main/py-gobject/APKBUILD +++ b/main/py-gobject/APKBUILD @@ -1,8 +1,7 @@ -# Contributor: # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py-gobject pkgver=2.20.0 -pkgrel=0 +pkgrel=1 pkgdesc="Python bindings for the GObject library" url="http://www.pygtk.org/" license="GPL" |