summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorT.J. Townsend2023-01-28 20:52:32 -0500
committerT.J. Townsend2023-01-28 20:52:32 -0500
commit8a5591a646a82a29ade37803807fc7c50e7e35bd (patch)
treee122d4efdb4ca95b43b717897b5fb5fbd92bf401
parent5b9f0a32f602ea2f218fc204f59f767c8fdd0c33 (diff)
downloadaur-8a5591a646a82a29ade37803807fc7c50e7e35bd.tar.gz
use https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82a888dc0b84..73d5256d8fca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gameoftrees
pkgdesc = A version control system which prioritizes ease of use and simplicity over flexibility
pkgver = 0.82
pkgrel = 1
- url = http://gameoftrees.org
+ url = https://gameoftrees.org
arch = x86_64
license = custom:ISC
makedepends = pkgconf
@@ -14,7 +14,7 @@ pkgbase = gameoftrees
conflicts = got
conflicts = got-git
conflicts = got-bin
- source = http://gameoftrees.org/releases/portable/got-portable-0.82.tar.gz
+ source = https://gameoftrees.org/releases/portable/got-portable-0.82.tar.gz
b2sums = bdab64bd70245473c830f360c44bceb9a4e4b819d3da355f5856c23638097eb50991f7a723c0fe0029cb4541719c696a2ed855de70281ad77fc72fb146140b63
pkgname = gameoftrees
diff --git a/PKGBUILD b/PKGBUILD
index 1dfca9151ee5..5e894f754219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
+
pkgname=gameoftrees
pkgver=0.82
pkgrel=1
pkgdesc='A version control system which prioritizes ease of use and simplicity over flexibility'
arch=(x86_64)
-url=http://gameoftrees.org
+url="https://gameoftrees.org"
license=(custom:ISC)
conflicts=(gameoftrees-git got got-git got-bin)
depends=(ncurses util-linux-libs libbsd libevent)