summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Szczuczko2016-09-13 08:16:05 -0600
committerAlex Szczuczko2016-09-13 08:16:05 -0600
commit3b8833e512f6ed9b13c57768f8da23f362a78da7 (patch)
treeaad7a89e8420acfc0dcb1033cd7dfc99e2fbd8ef
parent07181c35b9874af385107961ac5561c8218d08c2 (diff)
downloadaur-3b8833e512f6ed9b13c57768f8da23f362a78da7.tar.gz
Change upstream URL to HTTPS
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34ce5c1bcbe4..2b2d52fe3bc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Mar 19 13:26:23 UTC 2016
+# Tue Sep 13 14:15:42 UTC 2016
pkgbase = ceylon
pkgdesc = A powerful statically typed language for writing large programs in groups
pkgver = 1.2.2
pkgrel = 1
- url = http://ceylon-lang.org/
+ url = https://ceylon-lang.org/
install = ceylon.install
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 69824028384d..689a1e51914d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.2.2
pkgrel=1
pkgdesc="A powerful statically typed language for writing large programs in groups"
arch=("any")
-url="http://ceylon-lang.org/"
+url="https://ceylon-lang.org/"
license=("Apache" "custom:GPL-CP" "LGPL")
install="${pkgname}.install"
depends=("java-environment>=7" "bash")