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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 31 20:03:02 UTC 2021


    Date: Tuesday, August 31, 2021 @ 20:03:01
  Author: felixonmars
Revision: 422786

fix source code url (FS#71787)

Modified:
  anthy/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 19:07:15 UTC (rev 422785)
+++ PKGBUILD	2021-08-31 20:03:01 UTC (rev 422786)
@@ -10,7 +10,7 @@
 arch=('x86_64')
 url='https://es.osdn.net/projects/anthy/'
 license=('LGPL' 'GPL')
-source=("http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz")
+source=("https://osdn.dl.osdn.net/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('315ebd9e1af208f3ecaeaa13620213b35f004e47edb54e60c3e02c2997444cd2326cc58b725dd2d0bd6a723130884d946ea193ea3d92418082256b59ecc8d88b')
 
 build() {



More information about the arch-commits mailing list