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

Gaëtan Bisson bisson at archlinux.org
Mon Jul 17 07:46:07 UTC 2017


    Date: Monday, July 17, 2017 @ 07:46:06
  Author: bisson
Revision: 300677

fix code.google.com retirement

Modified:
  libhangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-17 07:44:33 UTC (rev 300676)
+++ PKGBUILD	2017-07-17 07:46:06 UTC (rev 300677)
@@ -9,9 +9,8 @@
 url='http://code.google.com/p/libhangul/'
 license=('LGPL')
 arch=('i686' 'x86_64')
-# googlecode.com down as of 2017-03-01, unclear what new upstream should be
-source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
+source=("http://kldp.net/hangul/release/3442-${pkgname}-${pkgver}.tar.gz")
+sha256sums=('5905aa5c557d8d46e190fec1afdd75babf3bc086ef286b42007572703658295a')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list