summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMithicSpirit2022-01-10 20:44:28 -0500
committerMithicSpirit2022-01-10 20:44:28 -0500
commit18c1650bd463253849d003e25aa604eb2f0da0d5 (patch)
tree2187e1a25e3cb2403416c04e130000da324c7f24 /PKGBUILD
parented769ad255c76f291964e3ffc822e72bffeaa3ee (diff)
downloadaur-18c1650bd463253849d003e25aa604eb2f0da0d5.tar.gz
Fix github source URL
GitHub no longer supports using the git protocol (git://) without encryption. Instead, we must use git+https:// (where the "git+" prefix just tells makepkg which program to use). For more information, see https://github.blog/2021-09-01-improving-git-protocol-security-github/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59a840c1ed2e..da4c67c86c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sc-im-git
pkgver=latest
-pkgrel=2
+pkgrel=3
pkgdesc='A spreadsheet program based on SC'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://github.com/andmarti1424/sc-im'
@@ -13,7 +13,7 @@ optdepends=('libxlsxwriter: export to xlsx. Requires rebuild of sc-im'
'gnuplot: create graphs')
license=('BSD')
conflicts=('scim-spreadsheet' 'sc-im')
-source=('git://github.com/andmarti1424/sc-im'
+source=('git+https://github.com/andmarti1424/sc-im'
'arch.patch')
md5sums=('SKIP'
'1fbfee20dfb2f3150bd9b20748a9cca1')