summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 516998ea30eb..627702b7efb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-hack-powerline-git
pkgdesc = Hack for Powerline
- pkgver = r98.6ac4c01
+ pkgver = r100.a44abd0
pkgrel = 1
url = https://github.com/powerline/fonts
install = ttf-hack-powerline-git.install
@@ -12,7 +12,7 @@ pkgbase = ttf-hack-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 = ttf-hack-powerline-git
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() {