summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2022-03-26 21:43:51 +0100
committerLucas Werkmeister2022-03-26 21:44:26 +0100
commita29e8b4a312bac0623865ab2464846fc986ca424 (patch)
treecea96b9f5f22baa2b2a4ac3e7b46749537578a84
parente5bf516f16b38eaa023347621a5f61834427de23 (diff)
downloadaur-a29e8b4a312bac0623865ab2464846fc986ca424.tar.gz
Update source URL from git:// to git+https://
GitHub has discontinued support for the unencrypted Git protocol.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69c8f5df8bab..0b5ab530b2e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Mar 21 22:49:10 UTC 2018
pkgbase = t1utils-git
pkgdesc = A collection of simple Type 1 font manipulation programs
- pkgver = 1.41.r1.g3f1ddda
+ pkgver = 1.42.r0.g72d6300e81
pkgrel = 1
url = http://www.lcdf.org/~eddietwo/type/#t1utils
arch = x86_64
@@ -10,10 +8,9 @@ pkgbase = t1utils-git
depends = glibc
provides = t1utils
conflicts = t1utils
- source = git://github.com/kohler/t1utils.git
+ source = git+https://github.com/kohler/t1utils.git
source = LICENSE
sha256sums = SKIP
sha256sums = fd00d777e6114f1d346978844f19bbec1652641ea40d24c12ec5aac6f3ebc7cb
pkgname = t1utils-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6657ad833d6c..2148805c5b52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=t1utils-git
reponame=${pkgname%-git}
-pkgver=1.41.r1.g3f1ddda
+pkgver=1.42.r0.g72d6300e81
pkgrel=1
pkgdesc='A collection of simple Type 1 font manipulation programs'
arch=('x86_64')
@@ -14,7 +14,7 @@ license=('custom')
depends=('glibc')
provides=('t1utils')
conflicts=('t1utils')
-source=("git://github.com/kohler/$reponame.git"
+source=("git+https://github.com/kohler/$reponame.git"
'LICENSE')
sha256sums=('SKIP'
'fd00d777e6114f1d346978844f19bbec1652641ea40d24c12ec5aac6f3ebc7cb')