[arch-commits] Commit in goagent/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Thu Apr 10 02:00:41 UTC 2014


    Date: Thursday, April 10, 2014 @ 04:00:41
  Author: fyan
Revision: 109062

upgpkg: goagent 3.1.8-1

Modified:
  goagent/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-10 02:00:03 UTC (rev 109061)
+++ PKGBUILD	2014-04-10 02:00:41 UTC (rev 109062)
@@ -4,7 +4,7 @@
 # Contributor: Guten <ywzhaifei at gmail.com> 
 
 pkgname=goagent
-pkgver=3.1.7
+pkgver=3.1.8
 pkgrel=1
 pkgdesc="A gae proxy forked from gappproxy/wallproxy"
 arch=("any")
@@ -17,7 +17,7 @@
             'python2-pygeoip: for GAE Regions mode support & DNS region auto detect')
 makedepends=('git')
 source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver"
-        https://github.com/goagent/goagent/commit/3f86076eff059b52145c7c14cc1ab69cc7af34c8.patch
+        https://github.com/goagent/goagent/commit/cc91b381c5bbd43220c36dd74491584cec3f20cd.patch
         "${pkgname}.user.ini"
         "${pkgname}.service")
 backup=('etc/goagent')
@@ -26,8 +26,8 @@
 prepare() {
   cd $pkgname
 
-  # https://github.com/goagent/goagent/pull/6
-  patch -p1 -i "$srcdir/3f86076eff059b52145c7c14cc1ab69cc7af34c8.patch"
+  # https://code.google.com/p/goagent/issues/detail?id=13208
+  patch -p1 -i ../cc91b381c5bbd43220c36dd74491584cec3f20cd.patch
 
   sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \
       -e 's|^    geoip = .*)\( if.*\)$|    geoip = pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")\1|' \
@@ -57,6 +57,6 @@
 
 # vim:set ts=2 sw=2 et:
 sha512sums=('SKIP'
-            'ded168fcb906ad3113f1ceebcd9af884fcd4113bfca0ecce6d940f268ac117590e3534cf03f31918874f91eefd8c9d315a83451fd15f3752da7732fcf918c031'
+            'f45b74699db618fd456b12724ef1c87d05d2bb51fc9d8c7676ff21bbd03f2a026b892c3e00fe89532426f5e01757693cb41014a20873393c496b3dfea1874b79'
             'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
             '4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')




More information about the arch-commits mailing list