diff options
author | Devin Christensen | 2016-01-04 10:39:32 -0700 |
---|---|---|
committer | Devin Christensen | 2016-01-04 10:39:32 -0700 |
commit | 64416bb656bd09e3cf20c8a4e07748590d6cfd1b (patch) | |
tree | adde11ef8113afea6fda7808df46a870ec585b9a /PKGBUILD | |
parent | 5e31598787bf8c12768d64e5ec027f8847253aaf (diff) | |
download | aur-64416bb656bd09e3cf20c8a4e07748590d6cfd1b.tar.gz |
Use https to retrieve source
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |