summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Hvid2025-04-07 12:34:04 +0200
committerJonas Hvid2025-04-07 12:34:04 +0200
commitcf596c0e124f45277b9a0bd537f6ae8abde8fc01 (patch)
treedb40122b0d11795ddf07b589b7a2b229aa5b8038
parentc624b3c4a7f3ba79ccae0507cdbae7613857e0ad (diff)
downloadaur-picat.tar.gz
Use HTTPS site for upstream URL
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28d03d9e27b1..c73d3ba0758f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ optdepends=('coin-or-cbc: CBC MIP support'
'glpk: GLPK MIP support'
'gurobi: Gurobi MIP support'
'z3: Z3 SMT support')
-url='http://picat-lang.org/'
+url='https://picat-lang.org/'
license=('MPL-2.0')
_pkgver=$(echo ${pkgver} | sed 's/\.//;s/#//')