[arch-commits] Commit in (18 files)

Eli Schwartz eschwartz at archlinux.org
Tue Mar 6 04:07:00 UTC 2018


    Date: Tuesday, March 6, 2018 @ 04:06:54
  Author: eschwartz
Revision: 302869

Fix various packages failing to build from source due to broken source links.

Modified:
  ccze/repos/community-x86_64/PKGBUILD
  ccze/trunk/PKGBUILD
  flobopuyo/repos/community-x86_64/PKGBUILD
  flobopuyo/trunk/PKGBUILD
  guichan/repos/community-x86_64/PKGBUILD
  guichan/trunk/PKGBUILD
  httptunnel/repos/community-x86_64/PKGBUILD
  httptunnel/trunk/PKGBUILD
  ibus-pinyin/repos/community-x86_64/PKGBUILD
  ibus-pinyin/trunk/PKGBUILD
  os-prober/repos/community-x86_64/PKGBUILD
  os-prober/trunk/PKGBUILD
  rogue/repos/community-x86_64/PKGBUILD
  rogue/trunk/PKGBUILD
  wvdial/repos/community-x86_64/PKGBUILD
  wvdial/trunk/PKGBUILD
  zh-autoconvert/repos/community-x86_64/PKGBUILD
  zh-autoconvert/trunk/PKGBUILD

------------------------------------------------+
 ccze/repos/community-x86_64/PKGBUILD           |    6 +++---
 ccze/trunk/PKGBUILD                            |    4 ++--
 flobopuyo/repos/community-x86_64/PKGBUILD      |   12 ++++++------
 flobopuyo/trunk/PKGBUILD                       |   12 ++++++------
 guichan/repos/community-x86_64/PKGBUILD        |    6 +++---
 guichan/trunk/PKGBUILD                         |    4 ++--
 httptunnel/repos/community-x86_64/PKGBUILD     |    2 +-
 httptunnel/trunk/PKGBUILD                      |    4 ++--
 ibus-pinyin/repos/community-x86_64/PKGBUILD    |    7 +++----
 ibus-pinyin/trunk/PKGBUILD                     |    7 +++----
 os-prober/repos/community-x86_64/PKGBUILD      |    5 ++---
 os-prober/trunk/PKGBUILD                       |    7 +++----
 rogue/repos/community-x86_64/PKGBUILD          |    6 ++----
 rogue/trunk/PKGBUILD                           |    4 +---
 wvdial/repos/community-x86_64/PKGBUILD         |    2 +-
 wvdial/trunk/PKGBUILD                          |    4 ++--
 zh-autoconvert/repos/community-x86_64/PKGBUILD |   11 +++++------
 zh-autoconvert/trunk/PKGBUILD                  |    9 ++++-----
 18 files changed, 51 insertions(+), 61 deletions(-)

Modified: ccze/repos/community-x86_64/PKGBUILD
===================================================================
--- ccze/repos/community-x86_64/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ ccze/repos/community-x86_64/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org> 
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 
 pkgname=ccze
 pkgver=0.2.1
 pkgrel=9
 pkgdesc="Robust and modular log colorizer with many plugins"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://freshmeat.net/projects/ccze/"
 license=('GPL')
 depends=('ncurses' 'pcre')
 makedepends=('patch')
-source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz \
+source=(http://http.debian.net/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz \
         $pkgname-fix-segfault.diff)
 sha256sums=('8263a11183fd356a033b6572958d5a6bb56bfd2dba801ed0bff276cfae528aa3'
             '730e63e312178cf9777970bff0fa8d3030ee40deb1ebdf753c5053824f9d011c')

Modified: ccze/trunk/PKGBUILD
===================================================================
--- ccze/trunk/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ ccze/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org> 
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 
 pkgname=ccze
 pkgver=0.2.1
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('ncurses' 'pcre')
 makedepends=('patch')
-source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz \
+source=(http://http.debian.net/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz \
         $pkgname-fix-segfault.diff)
 sha256sums=('8263a11183fd356a033b6572958d5a6bb56bfd2dba801ed0bff276cfae528aa3'
             '730e63e312178cf9777970bff0fa8d3030ee40deb1ebdf753c5053824f9d011c')

Modified: flobopuyo/repos/community-x86_64/PKGBUILD
===================================================================
--- flobopuyo/repos/community-x86_64/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ flobopuyo/repos/community-x86_64/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -7,17 +7,17 @@
 pkgver=0.20
 pkgrel=9
 pkgdesc="Clone of the famous PuyoPuyo"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://freshmeat.net/projects/$pkgname/"
 license=('GPL')
 depends=('glu' 'sdl_image' 'sdl_mixer')
 makedepends=('mesa' 'patch')
 changelog=$pkgname.changelog
-source=(http://www.sourcefiles.org/Games/Puzzle/$pkgname-$pkgver.tgz
-	$pkgname-makefile.patch $pkgname-0.20-gcc4.patch
-	$pkgname-0.20-libs.patch
-	$pkgname.desktop
-	$pkgname.png)
+source=(https://www.fovea.cc/files/$pkgname/$pkgname-$pkgver.tgz
+        $pkgname-makefile.patch $pkgname-0.20-gcc4.patch
+        $pkgname-0.20-libs.patch
+        $pkgname.desktop
+        $pkgname.png)
 md5sums=('88961898c9dd48b60464f6f10f695b8b'
          '4c6667be791681d43bb7ea1b6f9f9072'
          'bb8afd6e04bde08fd33e22c466674878'

Modified: flobopuyo/trunk/PKGBUILD
===================================================================
--- flobopuyo/trunk/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ flobopuyo/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -8,16 +8,16 @@
 pkgrel=9
 pkgdesc="Clone of the famous PuyoPuyo"
 arch=('x86_64')
-url="http://freshmeat.net/projects/$pkgname/"
+url="https://fovea.cc/flobopuyo-en"
 license=('GPL')
 depends=('glu' 'sdl_image' 'sdl_mixer')
 makedepends=('mesa' 'patch')
 changelog=$pkgname.changelog
-source=(http://www.sourcefiles.org/Games/Puzzle/$pkgname-$pkgver.tgz
-	$pkgname-makefile.patch $pkgname-0.20-gcc4.patch
-	$pkgname-0.20-libs.patch
-	$pkgname.desktop
-	$pkgname.png)
+source=(https://www.fovea.cc/files/$pkgname/$pkgname-$pkgver.tgz
+        $pkgname-makefile.patch $pkgname-0.20-gcc4.patch
+        $pkgname-0.20-libs.patch
+        $pkgname.desktop
+        $pkgname.png)
 md5sums=('88961898c9dd48b60464f6f10f695b8b'
          '4c6667be791681d43bb7ea1b6f9f9072'
          'bb8afd6e04bde08fd33e22c466674878'

Modified: guichan/repos/community-x86_64/PKGBUILD
===================================================================
--- guichan/repos/community-x86_64/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ guichan/repos/community-x86_64/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -7,12 +7,12 @@
 pkgver=0.8.2
 pkgrel=5
 pkgdesc="A portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL."
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://guichan.sourceforge.net/"
 license=('BSD')
 makedepends=('sdl_image' 'allegro4' 'libgl' 'glut')
 options=('!strip')
-source=(http://guichan.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tar.gz)
 sha256sums=('eedf206eae5201eaae027b133226d0793ab9a287bfd74c5f82c7681e3684eeab')
 
 build() {
@@ -24,7 +24,7 @@
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
-  
+
   make prefix="${pkgdir}"/usr install
 
 # Install the license, as required for BSD

Modified: guichan/trunk/PKGBUILD
===================================================================
--- guichan/trunk/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ guichan/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -12,7 +12,7 @@
 license=('BSD')
 makedepends=('sdl_image' 'allegro4' 'libgl' 'glut')
 options=('!strip')
-source=(http://guichan.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tar.gz)
 sha256sums=('eedf206eae5201eaae027b133226d0793ab9a287bfd74c5f82c7681e3684eeab')
 
 build() {
@@ -24,7 +24,7 @@
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
-  
+
   make prefix="${pkgdir}"/usr install
 
 # Install the license, as required for BSD

Modified: httptunnel/repos/community-x86_64/PKGBUILD
===================================================================
--- httptunnel/repos/community-x86_64/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ httptunnel/repos/community-x86_64/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -11,7 +11,7 @@
 url="http://www.nocrew.org/software/httptunnel"
 license=('GPL2')
 depends=('glibc')
-source=("http://www.nocrew.org/software/${pkgname}/$pkgname-$pkgver.tar.gz"
+source=("https://ftp.gnu.org/pub/gnu/${pkgname}/$pkgname-$pkgver.tar.gz"
         'httptunnel-3.3-build-fix.patch')
 md5sums=('493cc0f5f21e9955db27ee9cd9a976d5'
          '65c1f8a2a847fb4af106c9358f9e0be8')

Modified: httptunnel/trunk/PKGBUILD
===================================================================
--- httptunnel/trunk/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ httptunnel/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -8,10 +8,10 @@
 pkgrel=5
 pkgdesc="Creates a bidirectional virtual data connection tunnelled in HTTP requests"
 arch=('x86_64')
-url="http://www.nocrew.org/software/httptunnel"
+url="https://github.com/larsbrinkhoff/httptunnel"
 license=('GPL2')
 depends=('glibc')
-source=("http://www.nocrew.org/software/${pkgname}/$pkgname-$pkgver.tar.gz"
+source=("https://ftp.gnu.org/pub/gnu/${pkgname}/$pkgname-$pkgver.tar.gz"
         'httptunnel-3.3-build-fix.patch')
 md5sums=('493cc0f5f21e9955db27ee9cd9a976d5'
          '65c1f8a2a847fb4af106c9358f9e0be8')

Modified: ibus-pinyin/repos/community-x86_64/PKGBUILD
===================================================================
--- ibus-pinyin/repos/community-x86_64/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ ibus-pinyin/repos/community-x86_64/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -9,12 +9,13 @@
 pkgver=1.5.0
 pkgrel=5
 pkgdesc='Pinyin (Chinese) input method for the IBus framework'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('GPL')
 url='http://ibus.googlecode.com'
 depends=('ibus' 'pyzy' 'lua51' 'python2-xdg')
 makedepends=('intltool')
-source=("https://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")
+md5sums=('f7728b5b785fae58e2b4de8dfda45612')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -33,5 +34,3 @@
 
   make NO_INDEX=true DESTDIR="${pkgdir}" install
 }
-
-md5sums=('f7728b5b785fae58e2b4de8dfda45612')

Modified: ibus-pinyin/trunk/PKGBUILD
===================================================================
--- ibus-pinyin/trunk/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ ibus-pinyin/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -11,10 +11,11 @@
 pkgdesc='Pinyin (Chinese) input method for the IBus framework'
 arch=('x86_64')
 license=('GPL')
-url='http://ibus.googlecode.com'
+source="https://github.com/phuang/ibus-pinyin/"
 depends=('ibus' 'pyzy' 'lua51' 'python2-xdg')
 makedepends=('intltool')
-source=("https://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")
+md5sums=('f7728b5b785fae58e2b4de8dfda45612')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -33,5 +34,3 @@
 
   make NO_INDEX=true DESTDIR="${pkgdir}" install
 }
-
-md5sums=('f7728b5b785fae58e2b4de8dfda45612')

Modified: os-prober/repos/community-x86_64/PKGBUILD
===================================================================
--- os-prober/repos/community-x86_64/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ os-prober/repos/community-x86_64/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -10,8 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-md5sums=('c4579128b997b4b6927f7c6793f5133e')
+source=(http://http.debian.net/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
 sha256sums=('d3a580610e0148ee1fea98de993b27b856870fb0a31e9ce1a33be2654e2c64ed')
 
 prepare() {
@@ -35,7 +34,7 @@
   install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
   install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober
   install -Dm755 newns "$pkgdir"/usr/lib/os-prober/newns
-  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
+  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh
 
   for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes linux-boot-probes/mounted; do
     install -dm755 "$pkgdir/usr/lib/$dir"

Modified: os-prober/trunk/PKGBUILD
===================================================================
--- os-prober/trunk/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ os-prober/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -6,12 +6,11 @@
 pkgver=1.76
 pkgrel=1
 pkgdesc="Utility to detect other OSes on a set of drives"
-url="http://joey.kitenet.net/code/os-prober/"
+url="https://joeyh.name/code/os-prober/"
 arch=('x86_64')
 license=('GPL3')
 depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-md5sums=('c4579128b997b4b6927f7c6793f5133e')
+source=(http://http.debian.net/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
 sha256sums=('d3a580610e0148ee1fea98de993b27b856870fb0a31e9ce1a33be2654e2c64ed')
 
 prepare() {
@@ -35,7 +34,7 @@
   install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
   install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober
   install -Dm755 newns "$pkgdir"/usr/lib/os-prober/newns
-  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
+  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh
 
   for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes linux-boot-probes/mounted; do
     install -dm755 "$pkgdir/usr/lib/$dir"

Modified: rogue/repos/community-x86_64/PKGBUILD
===================================================================
--- rogue/repos/community-x86_64/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ rogue/repos/community-x86_64/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -4,13 +4,12 @@
 pkgver=5.4.4
 pkgrel=5
 pkgdesc="The original dungeon crawl game."
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://rogue.rogueforge.net/rogue-5-4/"
 license=('custom')
 depends=('ncurses')
 provides=('rouge')  # so the illiterate can find it in searches too
-#source=(http://rogue.rogueforge.net/files/rogue5.4/$pkgname$pkgver-src.tar.gz)
-source=(http://www.sourcefiles.org/Games/Role_Play/$pkgname$pkgver-src.tar.gz)
+source=(http://rogue.rogueforge.net/files/rogue5.4/$pkgname$pkgver-src.tar.gz)
 md5sums=('033288f46444b06814c81ea69d96e075')
 
 build() {
@@ -25,4 +24,3 @@
   install -Dm644 rogue.6 "$pkgdir/usr/share/man/man6/rogue.6"
   install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE.TXT"
 }
-

Modified: rogue/trunk/PKGBUILD
===================================================================
--- rogue/trunk/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ rogue/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -9,8 +9,7 @@
 license=('custom')
 depends=('ncurses')
 provides=('rouge')  # so the illiterate can find it in searches too
-#source=(http://rogue.rogueforge.net/files/rogue5.4/$pkgname$pkgver-src.tar.gz)
-source=(http://www.sourcefiles.org/Games/Role_Play/$pkgname$pkgver-src.tar.gz)
+source=(http://rogue.rogueforge.net/files/rogue5.4/$pkgname$pkgver-src.tar.gz)
 md5sums=('033288f46444b06814c81ea69d96e075')
 
 build() {
@@ -25,4 +24,3 @@
   install -Dm644 rogue.6 "$pkgdir/usr/share/man/man6/rogue.6"
   install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE.TXT"
 }
-

Modified: wvdial/repos/community-x86_64/PKGBUILD
===================================================================
--- wvdial/repos/community-x86_64/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ wvdial/repos/community-x86_64/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -13,7 +13,7 @@
 depends=('wvstreams' 'ppp' 'gcc-libs')
 makedepends=('lockdev')
 options=('!makeflags' '!buildflags')
-source=("http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/${pkgname}-${pkgver}.tar.gz")
 md5sums=('acd3b2050c9b65fff2aecda6576ee7bc')
 
 build() {

Modified: wvdial/trunk/PKGBUILD
===================================================================
--- wvdial/trunk/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ wvdial/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -7,13 +7,13 @@
 pkgver=1.61
 pkgrel=6
 pkgdesc="A dialer program to connect to the Internet"
-url="http://alumnit.ca/wiki/index.php?page=WvDial"
+url="https://web.archive.org/web/20110504183753/http://alumnit.ca:80/wiki/index.php?page=WvDial"
 arch=('x86_64')
 license=('custom')
 depends=('wvstreams' 'ppp' 'gcc-libs')
 makedepends=('lockdev')
 options=('!makeflags' '!buildflags')
-source=("http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/${pkgname}-${pkgver}.tar.gz")
 md5sums=('acd3b2050c9b65fff2aecda6576ee7bc')
 
 build() {

Modified: zh-autoconvert/repos/community-x86_64/PKGBUILD
===================================================================
--- zh-autoconvert/repos/community-x86_64/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ zh-autoconvert/repos/community-x86_64/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -1,4 +1,4 @@
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: CUI Hao <cuihao.leo at gmail dot com>
 # Contributor: Kandu <1123monkey at 163 dot com>
 
@@ -8,12 +8,12 @@
 pkgdesc="An intelligent Chinese Encoding converter"
 url="http://libhz.googlecode.com/"
 license=('LGPL')
-arch=('i686' 'x86_64')
+arch=('x86_64')
 depends=('glibc')
-source=(${url}/files/${pkgname}-${pkgver}.tar.gz
-	autoconvert.patch)
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libhz/${pkgname}-${pkgver}.tar.gz
+        autoconvert.patch)
 md5sums=('1f4aa2332afc076910b5d510b8c81966'
-	 '1f7c39af01d6845c064da59224ae503b')
+         '1f7c39af01d6845c064da59224ae503b')
 
 build() {
   cd "${srcdir}/autoconvert-${pkgver}"
@@ -26,4 +26,3 @@
   cd "${srcdir}/autoconvert-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }
-

Modified: zh-autoconvert/trunk/PKGBUILD
===================================================================
--- zh-autoconvert/trunk/PKGBUILD	2018-03-06 04:01:02 UTC (rev 302868)
+++ zh-autoconvert/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
@@ -6,14 +6,14 @@
 pkgver=0.3.16
 pkgrel=3
 pkgdesc="An intelligent Chinese Encoding converter"
-url="http://libhz.googlecode.com/"
+url="https://code.google.com/archive/p/libhz/"
 license=('LGPL')
 arch=('x86_64')
 depends=('glibc')
-source=(${url}/files/${pkgname}-${pkgver}.tar.gz
-	autoconvert.patch)
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libhz/${pkgname}-${pkgver}.tar.gz
+        autoconvert.patch)
 md5sums=('1f4aa2332afc076910b5d510b8c81966'
-	 '1f7c39af01d6845c064da59224ae503b')
+         '1f7c39af01d6845c064da59224ae503b')
 
 build() {
   cd "${srcdir}/autoconvert-${pkgver}"
@@ -26,4 +26,3 @@
   cd "${srcdir}/autoconvert-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }
-



More information about the arch-commits mailing list