Date: Friday, January 25, 2019 @ 06:53:35
  Author: andyrtr
Revision: 344712

use https url

Modified:
  liblangtag/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-01-25 06:48:13 UTC (rev 344711)
+++ PKGBUILD    2019-01-25 06:53:35 UTC (rev 344712)
@@ -5,7 +5,7 @@
 pkgrel=2
 pkgdesc="interface library to access/deal with tags for identifying languages"
 arch=('x86_64')
-url="http://tagoh.bitbucket.org/liblangtag/index.html";
+url="https://bitbucket.org/tagoh/liblangtag/overview";
 license=('LGPL3' 'MPL') # actually MPL2.0
 depends=('libxml2' 'glib2')
 makedepends=('gobject-introspection')

Reply via email to