summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Christensen2016-01-04 10:32:27 -0700
committerDevin Christensen2016-01-04 10:32:27 -0700
commite20e98e40c2fce571854870e3d05a57e67976038 (patch)
treec1e0206da1c24b4fd62f4f92de6e87fa3bf46b31
parent7b1435f2d25ea19c51fb841f3376f6c9294b81d8 (diff)
downloadaur-e20e98e40c2fce571854870e3d05a57e67976038.tar.gz
Use https to retrieve source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9108b45061c..250e38614dab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = otf-inconsolata-powerline-git
pkgdesc = Inconsolata for Powerline
- pkgver = r98.6ac4c01
+ pkgver = r100.a44abd0
pkgrel = 1
url = https://github.com/powerline/fonts
install = otf-inconsolata-powerline-git.install
@@ -11,7 +11,7 @@ pkgbase = otf-inconsolata-powerline-git
depends = xorg-font-utils
conflicts = powerline-fonts
conflicts = powerline-fonts-git
- source = git://github.com/powerline/fonts.git
+ source = git+https://github.com/powerline/fonts.git
md5sums = SKIP
pkgname = otf-inconsolata-powerline-git
diff --git a/PKGBUILD b/PKGBUILD
index fb364dd072f1..a2f217a58dda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=otf-inconsolata-powerline-git
-pkgver=r98.6ac4c01
+pkgver=r100.a44abd0
pkgrel=1
pkgdesc="Inconsolata for Powerline"
arch=('any')
@@ -10,7 +10,7 @@ depends=(fontconfig xorg-font-utils )
makedepends=('git')
conflicts=(powerline-fonts powerline-fonts-git)
install=$pkgname.install
-source=('git://github.com/powerline/fonts.git')
+source=('git+https://github.com/powerline/fonts.git')
md5sums=('SKIP')
pkgver() {