Date: Sunday, April 12, 2015 @ 06:43:45 Author: fyan Revision: 131217
upgpkg: python-httplib2 0.9.1-1 Modified: python-httplib2/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-12 04:38:09 UTC (rev 131216) +++ PKGBUILD 2015-04-12 04:43:45 UTC (rev 131217) @@ -9,8 +9,8 @@ pkgbase=python-httplib2 pkgname=(python-httplib2 python2-httplib2) -pkgver=0.9 -pkgrel=3 +pkgver=0.9.1 +pkgrel=1 pkgdesc='Comprehensive HTTP client library, supporting many features' url='https://github.com/jcgregorio/httplib2' license=('MIT') @@ -19,8 +19,7 @@ depends=('ca-certificates') provides=('httplib2') replaces=('httplib2') -#source=("git://github.com/jcgregorio/httplib2.git#tag=v$pkgver" -source=("git://github.com/jcgregorio/httplib2.git#commit=7d1b88a3cf" +source=("git://github.com/jcgregorio/httplib2.git#tag=v$pkgver" 'ssl_hostname.patch' 'cert.patch') sha256sums=('SKIP'
