summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Christensen2016-01-04 10:39:32 -0700
committerDevin Christensen2016-01-04 10:39:32 -0700
commit64416bb656bd09e3cf20c8a4e07748590d6cfd1b (patch)
treeadde11ef8113afea6fda7808df46a870ec585b9a
parent5e31598787bf8c12768d64e5ec027f8847253aaf (diff)
downloadaur-64416bb656bd09e3cf20c8a4e07748590d6cfd1b.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 87eebc156224..f3689a81418d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-droid-sans-mono-slashed-powerline-git
pkgdesc = Droid Sans Mono for Powerline (Slashed Zero)
- pkgver = r98.6ac4c01
+ pkgver = r100.a44abd0
pkgrel = 1
url = https://github.com/powerline/fonts
install = ttf-droid-sans-mono-slashed-powerline-git.install
@@ -11,7 +11,7 @@ pkgbase = ttf-droid-sans-mono-slashed-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-droid-sans-mono-slashed-powerline-git
diff --git a/PKGBUILD b/PKGBUILD
index 4f3277ba53c5..123b2ed1f99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=ttf-droid-sans-mono-slashed-powerline-git
-pkgver=r98.6ac4c01
+pkgver=r100.a44abd0
pkgrel=1
pkgdesc="Droid Sans Mono for Powerline (Slashed Zero)"
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() {