summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-02-27 23:02:19 +0100
committerNarrat2022-02-27 23:02:19 +0100
commit84e1b1653c264083037ba40fdd746a3b64fd7630 (patch)
treeaa66e2be4ef036e04575283f81458d69838bcf20
parenta0ec05dd2cbc4832fb796c72615f8e7fc7177168 (diff)
downloadaur-84e1b1653c264083037ba40fdd746a3b64fd7630.tar.gz
correcthorse: git:// is deprecated
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 017c45a5fc38..b57455d5ff84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,10 +10,9 @@ pkgbase = correcthorse-git
depends = glibc>=2.25
provides = correcthorse
conflicts = correcthorse
- source = git://github.com/rmartinjak/correcthorse.git
+ source = git+https://github.com/rmartinjak/correcthorse.git
source = change_prng.patch
md5sums = SKIP
md5sums = 502d2efc2d46cc3c1a92a8245daa380a
pkgname = correcthorse-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 4eedb2898d5b..07c5a7bf105d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('glibc>=2.25')
makedepends=('git')
provides=('correcthorse')
conflicts=('correcthorse')
-source=(git://github.com/rmartinjak/correcthorse.git
+source=(git+https://github.com/rmartinjak/correcthorse.git
change_prng.patch)
md5sums=('SKIP'
'502d2efc2d46cc3c1a92a8245daa380a')