summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Christensen2016-01-04 10:29:03 -0700
committerDevin Christensen2016-01-04 10:29:03 -0700
commitda608151468acf7309bdaf4c66ad178737a82254 (patch)
tree373393b9c590a6010c49a0072dd5a3e0a78aed9b
parent3d042c6bf2291c4a34764d5f4b73bc43d7461098 (diff)
downloadaur-da608151468acf7309bdaf4c66ad178737a82254.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 eba9d794b5b7..b74e57227651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = otf-droid-sans-mono-powerline-git
pkgdesc = Droid Sans Mono for Powerline
- pkgver = r98.6ac4c01
+ pkgver = r100.a44abd0
pkgrel = 1
url = https://github.com/powerline/fonts
install = otf-droid-sans-mono-powerline-git.install
@@ -11,7 +11,7 @@ pkgbase = otf-droid-sans-mono-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-droid-sans-mono-powerline-git
diff --git a/PKGBUILD b/PKGBUILD
index 9e6987775f60..008dcb5fd189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=otf-droid-sans-mono-powerline-git
-pkgver=r98.6ac4c01
+pkgver=r100.a44abd0
pkgrel=1
pkgdesc="Droid Sans Mono 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() {