summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin Christensen2016-01-04 10:40:16 -0700
committerDevin Christensen2016-01-04 10:40:16 -0700
commit36f9fe77951158e00d5dd461a7ff551f221e960f (patch)
tree2319308b33189d66a7af0d49a6dafa835e820e2f /PKGBUILD
parent259ec2e38a63c5f1416305049da286c6ce0fe0e1 (diff)
downloadaur-36f9fe77951158e00d5dd461a7ff551f221e960f.tar.gz
Use https to retrieve source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75cd6158e612..9f2254c1dd06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=ttf-hack-powerline-git
-pkgver=r98.6ac4c01
+pkgver=r100.a44abd0
pkgrel=1
pkgdesc="Hack 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() {