Date: Sunday, May 4, 2014 @ 20:05:08 Author: fyan Revision: 110663 upgpkg: goagent 3.1.11-1
Modified: goagent/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-05-04 15:28:10 UTC (rev 110662) +++ PKGBUILD 2014-05-04 18:05:08 UTC (rev 110663) @@ -4,7 +4,7 @@ # Contributor: Guten <[email protected]> pkgname=goagent -pkgver=3.1.10 +pkgver=3.1.11 pkgrel=1 pkgdesc="A gae proxy forked from gappproxy/wallproxy" arch=("any") @@ -26,7 +26,8 @@ cd $pkgname sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \ - -e 's|^ geoip = .*)\( if.*\)$| geoip = pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")\1|' \ + -i local/{proxy.py,dnsproxy.py} + sed -e 's|^ geoip = .*)\( if.*\)$| geoip = pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")\1|' \ -i local/proxy.py }
