summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Christensen2016-01-04 10:11:01 -0700
committerDevin Christensen2016-01-04 10:11:01 -0700
commitfbed0fb7829a55dbeacb46a85f00658d646d0d30 (patch)
tree0a9e20e6443ee1d03b58a23a9f40f98dd22b4cac
parent90c74047553b02d6e06472c09574b3b9f2587fa4 (diff)
downloadaur-fbed0fb7829a55dbeacb46a85f00658d646d0d30.tar.gz
Use https to retrieve source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c8f25cc9663..5375fde3eea6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Mon Dec 28 03:22:48 UTC 2015
pkgbase = powerline-fonts-git
pkgdesc = Powerline fonts for X11 and the console
pkgver = r100.a44abd0
@@ -43,7 +41,7 @@ pkgbase = powerline-fonts-git
conflicts = ttf-roboto-mono-powerline-git
conflicts = ttf-ubuntu-mono-derivative-powerline-git
conflicts = ttf-ubuntu-mono-powerline-git
- source = git://github.com/powerline/fonts.git
+ source = git+https://github.com/powerline/fonts.git
md5sums = SKIP
pkgname = powerline-fonts-git
diff --git a/PKGBUILD b/PKGBUILD
index 93a2c8d28de6..78a6eaf626ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ conflicts=(
ttf-ubuntu-mono-powerline-git
)
install=$pkgname.install
-source=('git://github.com/powerline/fonts.git')
+source=('git+https://github.com/powerline/fonts.git')
md5sums=('SKIP')
pkgver() {