[arch-commits] Commit in (23 files)

Eli Schwartz eschwartz at archlinux.org
Thu Dec 28 05:13:57 UTC 2017


    Date: Thursday, December 28, 2017 @ 05:13:56
  Author: eschwartz
Revision: 276332

Fix many packages failing to build because code.google.com is deprecated

Not everything has a new home, so some things are merely updated to point to
the archived urls.

Modified:
  findmyhash/repos/community-any/PKGBUILD
  findmyhash/trunk/PKGBUILD
  ibus-googlepinyin/repos/community-any/PKGBUILD
  ibus-googlepinyin/trunk/PKGBUILD
  ibus-m17n/repos/community-x86_64/PKGBUILD
  ibus-m17n/trunk/PKGBUILD
  ibus-rime/trunk/PKGBUILD
  ibus-table-extraphrase/repos/community-x86_64/PKGBUILD
  ibus-table-extraphrase/trunk/PKGBUILD
  ibus-unikey/repos/community-x86_64/PKGBUILD
  ibus-unikey/trunk/PKGBUILD
  libgooglepinyin/repos/community-x86_64/PKGBUILD
  libgooglepinyin/trunk/PKGBUILD
  lua51-dbi/trunk/PKGBUILD
  neatx/repos/community-x86_64/PKGBUILD
  neatx/trunk/PKGBUILD
  osdlyrics/repos/community-x86_64/PKGBUILD
  osdlyrics/trunk/PKGBUILD
  pyaimt/trunk/PKGBUILD
  pyicqt/trunk/PKGBUILD
  python2-slowaes/trunk/PKGBUILD
  trayion/repos/community-x86_64/PKGBUILD
  trayion/trunk/PKGBUILD

--------------------------------------------------------+
 findmyhash/repos/community-any/PKGBUILD                |    2 -
 findmyhash/trunk/PKGBUILD                              |    4 +--
 ibus-googlepinyin/repos/community-any/PKGBUILD         |    2 -
 ibus-googlepinyin/trunk/PKGBUILD                       |    4 +--
 ibus-m17n/repos/community-x86_64/PKGBUILD              |   12 +++++++---
 ibus-m17n/trunk/PKGBUILD                               |   12 +++++++---
 ibus-rime/trunk/PKGBUILD                               |    3 --
 ibus-table-extraphrase/repos/community-x86_64/PKGBUILD |    4 +--
 ibus-table-extraphrase/trunk/PKGBUILD                  |    4 +--
 ibus-unikey/repos/community-x86_64/PKGBUILD            |    4 +--
 ibus-unikey/trunk/PKGBUILD                             |    4 +--
 libgooglepinyin/repos/community-x86_64/PKGBUILD        |    6 ++---
 libgooglepinyin/trunk/PKGBUILD                         |    6 ++---
 lua51-dbi/trunk/PKGBUILD                               |    2 -
 neatx/repos/community-x86_64/PKGBUILD                  |    8 +++----
 neatx/trunk/PKGBUILD                                   |    4 +--
 osdlyrics/repos/community-x86_64/PKGBUILD              |   12 +++++++---
 osdlyrics/trunk/PKGBUILD                               |   17 ++++++++++++---
 pyaimt/trunk/PKGBUILD                                  |    2 -
 pyicqt/trunk/PKGBUILD                                  |    2 -
 python2-slowaes/trunk/PKGBUILD                         |    2 -
 trayion/repos/community-x86_64/PKGBUILD                |    4 +--
 trayion/trunk/PKGBUILD                                 |    4 +--
 23 files changed, 76 insertions(+), 48 deletions(-)

Modified: findmyhash/repos/community-any/PKGBUILD
===================================================================
--- findmyhash/repos/community-any/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ findmyhash/repos/community-any/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -10,7 +10,7 @@
 url="http://code.google.com/p/findmyhash/"
 license=('GPL3')
 depends=('python2-httplib2')
-source=("http://findmyhash.googlecode.com/files/${pkgname}_v${pkgver}.py")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/findmyhash/${pkgname}_v${pkgver}.py")
 md5sums=('4c4eaa71a74c5965ee7f8742025bb776')
 
 prepare() {

Modified: findmyhash/trunk/PKGBUILD
===================================================================
--- findmyhash/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ findmyhash/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -7,10 +7,10 @@
 pkgrel=4
 pkgdesc="Crack different types of hashes using free online services"
 arch=('any')
-url="http://code.google.com/p/findmyhash/"
+url="https://code.google.com/archive/p/findmyhash/"
 license=('GPL3')
 depends=('python2-httplib2')
-source=("http://findmyhash.googlecode.com/files/${pkgname}_v${pkgver}.py")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/findmyhash/${pkgname}_v${pkgver}.py")
 md5sums=('4c4eaa71a74c5965ee7f8742025bb776')
 
 prepare() {

Modified: ibus-googlepinyin/repos/community-any/PKGBUILD
===================================================================
--- ibus-googlepinyin/repos/community-any/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ ibus-googlepinyin/repos/community-any/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -13,7 +13,7 @@
 optdepends=('opencc: for simplified chinese translation to tranditional chinese')
 depends=('libgooglepinyin' 'ibus' 'iso-codes' 'pygtk')
 makedepends=('cmake')
-source=("http://libgooglepinyin.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libgooglepinyin/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('f9af459849c29934e8d59fc7f23a9318')
 
 prepare() {

Modified: ibus-googlepinyin/trunk/PKGBUILD
===================================================================
--- ibus-googlepinyin/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ ibus-googlepinyin/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -8,12 +8,12 @@
 pkgrel=6
 pkgdesc="IBus Wrapper for libgooglepinyin"
 arch=('any')
-url="http://code.google.com/p/libgooglepinyin"
+url="https://code.google.com/archive/p/libgooglepinyin/"
 license=('APACHE')
 optdepends=('opencc: for simplified chinese translation to tranditional chinese')
 depends=('libgooglepinyin' 'ibus' 'iso-codes' 'pygtk')
 makedepends=('cmake')
-source=("http://libgooglepinyin.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libgooglepinyin/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('f9af459849c29934e8d59fc7f23a9318')
 
 prepare() {

Modified: ibus-m17n/repos/community-x86_64/PKGBUILD
===================================================================
--- ibus-m17n/repos/community-x86_64/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ ibus-m17n/repos/community-x86_64/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -8,13 +8,19 @@
 pkgver=1.3.4
 pkgrel=4
 pkgdesc='M17N engine for IBus'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://code.google.com/p/ibus/'
 license=('LGPL')
 depends=('python2-pyenchant' 'ibus' 'm17n-db' 'm17n-lib')
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('068de56caa87c002adeae0de9e908f47e3f9fde9')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ibus/ibus-m17n/archive/${pkgver}.tar.gz")
+sha256sums=('33b4f51337fb633a1d5c476a7ec459670a51285f8658d74a5db98ed3c8c706f5')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -fi
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Modified: ibus-m17n/trunk/PKGBUILD
===================================================================
--- ibus-m17n/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ ibus-m17n/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -9,12 +9,18 @@
 pkgrel=4
 pkgdesc='M17N engine for IBus'
 arch=('x86_64')
-url='http://code.google.com/p/ibus/'
+url='https://github.com/ibus/ibus/wiki'
 license=('LGPL')
 depends=('python2-pyenchant' 'ibus' 'm17n-db' 'm17n-lib')
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('068de56caa87c002adeae0de9e908f47e3f9fde9')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ibus/ibus-m17n/archive/${pkgver}.tar.gz")
+sha256sums=('33b4f51337fb633a1d5c476a7ec459670a51285f8658d74a5db98ed3c8c706f5')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -fi
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Modified: ibus-rime/trunk/PKGBUILD
===================================================================
--- ibus-rime/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ ibus-rime/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="Rime input method engine for ibus"
 arch=('x86_64')
-url="http://code.google.com/p/rimeime/"
+url="http://rime.im"
 license=('GPL3')
 depends=('ibus' 'libnotify' 'librime>=1.1' 'brise')
 makedepends=('cmake' 'git')
@@ -25,4 +25,3 @@
   cd $pkgname
   make DESTDIR="$pkgdir" install
 }
-

Modified: ibus-table-extraphrase/repos/community-x86_64/PKGBUILD
===================================================================
--- ibus-table-extraphrase/repos/community-x86_64/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ ibus-table-extraphrase/repos/community-x86_64/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -7,11 +7,11 @@
 pkgver=1.3.9.20110826
 pkgrel=2
 pkgdesc="The extra phrases of tables engines for IBus"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://code.google.com/p/ibus/"
 license=('LGPL')
 depends=('ibus-table')
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('b2f69cfedc230988d7b8693dd8fd3c250a376246')
 
 build() {

Modified: ibus-table-extraphrase/trunk/PKGBUILD
===================================================================
--- ibus-table-extraphrase/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ ibus-table-extraphrase/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -8,10 +8,10 @@
 pkgrel=2
 pkgdesc="The extra phrases of tables engines for IBus"
 arch=('x86_64')
-url="http://code.google.com/p/ibus/"
+url="https://code.google.com/archive/p/ibus/"
 license=('LGPL')
 depends=('ibus-table')
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('b2f69cfedc230988d7b8693dd8fd3c250a376246')
 
 build() {

Modified: ibus-unikey/repos/community-x86_64/PKGBUILD
===================================================================
--- ibus-unikey/repos/community-x86_64/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ ibus-unikey/repos/community-x86_64/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -7,12 +7,12 @@
 pkgver=0.6.1
 pkgrel=4
 pkgdesc='IBus module for Vietnamese Keyboard'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('GPL')
 url='http://code.google.com/p/ibus-unikey/'
 depends=('ibus')
 makedepends=('intltool')
-source=("http://ibus-unikey.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus-unikey/${pkgname}-${pkgver}.tar.gz")
 md5sums=('3bae6df0d4609a8c438c246030b9a61e')
 
 build() {

Modified: ibus-unikey/trunk/PKGBUILD
===================================================================
--- ibus-unikey/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ ibus-unikey/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -9,10 +9,10 @@
 pkgdesc='IBus module for Vietnamese Keyboard'
 arch=('x86_64')
 license=('GPL')
-url='http://code.google.com/p/ibus-unikey/'
+url='https://code.google.com/archive/p/ibus-unikey/'
 depends=('ibus')
 makedepends=('intltool')
-source=("http://ibus-unikey.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus-unikey/${pkgname}-${pkgver}.tar.gz")
 md5sums=('3bae6df0d4609a8c438c246030b9a61e')
 
 build() {

Modified: libgooglepinyin/repos/community-x86_64/PKGBUILD
===================================================================
--- libgooglepinyin/repos/community-x86_64/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ libgooglepinyin/repos/community-x86_64/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan <felixonmars at gmail.com>
 # Author: CSSlayer <wengxt at gmail.com>
-# Contributor: Yangtse <yangtsesu at gmail.com> 
+# Contributor: Yangtse <yangtsesu at gmail.com>
 
 pkgname=libgooglepinyin
 pkgver=0.1.2
 pkgrel=3
 pkgdesc="A fork from google pinyin on android"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://code.google.com/p/libgooglepinyin"
 license=('APACHE')
 depends=('gcc-libs')
 makedepends=('cmake')
-source=(http://libgooglepinyin.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libgooglepinyin/${pkgname}-${pkgver}.tar.bz2)
 
 build() {
   rm -rf build

Modified: libgooglepinyin/trunk/PKGBUILD
===================================================================
--- libgooglepinyin/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ libgooglepinyin/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -1,6 +1,6 @@
 # Maintainer: Felix Yan <felixonmars at gmail.com>
 # Author: CSSlayer <wengxt at gmail.com>
-# Contributor: Yangtse <yangtsesu at gmail.com> 
+# Contributor: Yangtse <yangtsesu at gmail.com>
 
 pkgname=libgooglepinyin
 pkgver=0.1.2
@@ -7,11 +7,11 @@
 pkgrel=3
 pkgdesc="A fork from google pinyin on android"
 arch=('x86_64')
-url="http://code.google.com/p/libgooglepinyin"
+url="https://code.google.com/archive/p/libgooglepinyin/"
 license=('APACHE')
 depends=('gcc-libs')
 makedepends=('cmake')
-source=(http://libgooglepinyin.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libgooglepinyin/${pkgname}-${pkgver}.tar.bz2)
 
 build() {
   rm -rf build

Modified: lua51-dbi/trunk/PKGBUILD
===================================================================
--- lua51-dbi/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ lua51-dbi/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -7,7 +7,7 @@
 pkgrel=3
 pkgdesc="Database interface library for Lua (5.1)"
 arch=('x86_64')
-url="http://code.google.com/p/luadbi/"
+url="https://code.google.com/archive/p/luadbi/"
 license=('MIT')
 makedepends=('sqlite3' 'libmariadbclient' 'postgresql')
 depends=('lua51')

Modified: neatx/repos/community-x86_64/PKGBUILD
===================================================================
--- neatx/repos/community-x86_64/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ neatx/repos/community-x86_64/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -6,7 +6,7 @@
 pkgver=0.3.1
 pkgrel=15
 pkgdesc="A free NX server by google"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://code.google.com/p/neatx/"
 license=('GPL')
 depends=('python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk')
@@ -15,7 +15,7 @@
 	    'xorg-fonts-misc: to use default font'
 	    'xterm: if you want console session')
 install=neatx.install
-source=(http://neatx.googlecode.com/files/$pkgname-$pkgver.tar.gz
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/neatx/$pkgname-$pkgver.tar.gz
         constants.archlinux.patch)
 md5sums=('5748656738d5f04fef1af01b9fe5ef20'
          'a5ca4aa399cc25fa8435280e8b03c5a3')
@@ -34,6 +34,6 @@
   make DESTDIR="$pkgdir/" install
   chmod 777 "$pkgdir/var/lib/neatx/sessions"
 
-  install -d -m755 ${pkgdir}/etc/ld.so.conf.d/
-  echo -e '/usr/lib\n/opt/NX/lib' > ${pkgdir}/etc/ld.so.conf.d/neatx.conf
+  install -d -m755 "$pkgdir"/etc/ld.so.conf.d/
+  echo -e '/usr/lib\n/opt/NX/lib' > "$pkgdir"/etc/ld.so.conf.d/neatx.conf
 }

Modified: neatx/trunk/PKGBUILD
===================================================================
--- neatx/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ neatx/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -7,7 +7,7 @@
 pkgrel=15
 pkgdesc="A free NX server by google"
 arch=('x86_64')
-url="http://code.google.com/p/neatx/"
+url="https://code.google.com/archive/p/neatx/"
 license=('GPL')
 depends=('python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk')
 makedepends=('docutils')
@@ -15,7 +15,7 @@
 	    'xorg-fonts-misc: to use default font'
 	    'xterm: if you want console session')
 install=neatx.install
-source=(http://neatx.googlecode.com/files/$pkgname-$pkgver.tar.gz
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/neatx/$pkgname-$pkgver.tar.gz
         constants.archlinux.patch)
 md5sums=('5748656738d5f04fef1af01b9fe5ef20'
          'a5ca4aa399cc25fa8435280e8b03c5a3')

Modified: osdlyrics/repos/community-x86_64/PKGBUILD
===================================================================
--- osdlyrics/repos/community-x86_64/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ osdlyrics/repos/community-x86_64/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -6,15 +6,21 @@
 pkgver=0.4.3
 pkgrel=5
 pkgdesc="A lyric show compatible with various media players"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://code.google.com/p/osd-lyrics/"
 license=('GPL3')
 depends=('gtk2' 'dbus-glib' 'curl' 'libnotify' 'libmpd' 'xmms2'
          'desktop-file-utils' 'hicolor-icon-theme' 'sqlite')
 makedepends=('intltool')
-source=("http://osd-lyrics.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-md5sums=('a14a3fbfe07eb7137074126db63b9aa2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/osdlyrics/$pkgname/archive/$pkgver.tar.gz")
+md5sums=('463c9c51bc891494565096f8a4209f0f')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  autoreconf -fi
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 

Modified: osdlyrics/trunk/PKGBUILD
===================================================================
--- osdlyrics/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ osdlyrics/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -7,14 +7,25 @@
 pkgrel=5
 pkgdesc="A lyric show compatible with various media players"
 arch=('x86_64')
-url="http://code.google.com/p/osd-lyrics/"
+url="https://github.com/osdlyrics/osdlyrics"
 license=('GPL3')
 depends=('gtk2' 'dbus-glib' 'curl' 'libnotify' 'libmpd' 'xmms2'
          'desktop-file-utils' 'hicolor-icon-theme' 'sqlite')
 makedepends=('intltool')
-source=("http://osd-lyrics.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-md5sums=('a14a3fbfe07eb7137074126db63b9aa2')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('87906c0327e0c07180da44ee8672cd2a29ef376f7b5b27d70139684d400171e4')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # -Werror is really quite annoying
+  ## automake: warning: possible forward-incompatibility.
+  ## automake: At least a source file is in a subdirectory, but the 'subdir-objects'
+  ## automake: automake option hasn't been enabled.
+  sed -i 's/-Werror//g' configure.ac
+  autoreconf -fi
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 

Modified: pyaimt/trunk/PKGBUILD
===================================================================
--- pyaimt/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ pyaimt/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -7,7 +7,7 @@
 pkgrel=8
 pkgdesc="jabber aim transport"
 arch=('any')
-url="http://code.google.com/p/pyaimt/"
+url="https://code.google.com/archive/p/pyaimt/"
 license=('GPL')
 backup=(etc/ejabberd/pyaimt.xml)
 provides=(pyaim)

Modified: pyicqt/trunk/PKGBUILD
===================================================================
--- pyicqt/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ pyicqt/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -7,7 +7,7 @@
 pkgrel=8
 pkgdesc="jabber icq transport"
 arch=(any)
-url="http://code.google.com/p/pyicqt/"
+url="https://code.google.com/archive/p/pyicqt/"
 license=('GPL')
 backup=(etc/ejabberd/pyicq.xml)
 depends=('python2' 'python2-twisted')

Modified: python2-slowaes/trunk/PKGBUILD
===================================================================
--- python2-slowaes/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ python2-slowaes/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -7,7 +7,7 @@
 pkgrel=3
 pkgdesc="Implementation of AES in Python"
 arch=('any')
-url="http://code.google.com/p/slowaes/"
+url="https://code.google.com/archive/p/slowaes/"
 license=('Apache')
 depends=('python2')
 makedepends=('python2-setuptools')

Modified: trayion/repos/community-x86_64/PKGBUILD
===================================================================
--- trayion/repos/community-x86_64/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ trayion/repos/community-x86_64/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -6,12 +6,12 @@
 pkgrel=3
 pkgdesc="FreeDesktop trayicon area for Ion3"
 url="http://code.google.com/p/trayion"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('GPL2')
 depends=('libx11')
 makedepends=('make')
 install="$pkgname.install"
-source=("http://trayion.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/trayion/$pkgname-$pkgver.tar.gz")
 md5sums=('6e1123121ed83bd7f9759a71d4ef9307')
 
 build() {

Modified: trayion/trunk/PKGBUILD
===================================================================
--- trayion/trunk/PKGBUILD	2017-12-28 05:12:30 UTC (rev 276331)
+++ trayion/trunk/PKGBUILD	2017-12-28 05:13:56 UTC (rev 276332)
@@ -5,13 +5,13 @@
 pkgver="0.1.2"
 pkgrel=3
 pkgdesc="FreeDesktop trayicon area for Ion3"
-url="http://code.google.com/p/trayion"
+url="https://code.google.com/archive/p/trayion/"
 arch=('x86_64')
 license=('GPL2')
 depends=('libx11')
 makedepends=('make')
 install="$pkgname.install"
-source=("http://trayion.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/trayion/$pkgname-$pkgver.tar.gz")
 md5sums=('6e1123121ed83bd7f9759a71d4ef9307')
 
 build() {



More information about the arch-commits mailing list