summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Christensen2016-01-04 10:36:17 -0700
committerDevin Christensen2016-01-04 10:36:17 -0700
commit248c5ec1cdd9f51c3890a1258504ddd38948cb21 (patch)
tree5b1e210c2f9f85b255bb89ad3ecf14a4db581778
parentd5580b436f9ed359b070598717b02c664ca4bd4e (diff)
downloadaur-248c5ec1cdd9f51c3890a1258504ddd38948cb21.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 2f5c339f32ab..7c60300098c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = terminess-powerline-font-git
pkgdesc = Terminess Powerline
- pkgver = r98.6ac4c01
+ pkgver = r100.a44abd0
pkgrel = 1
url = https://github.com/powerline/fonts
install = terminess-powerline-font-git.install
@@ -11,7 +11,7 @@ pkgbase = terminess-powerline-font-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 = terminess-powerline-font-git
diff --git a/PKGBUILD b/PKGBUILD
index 0b4320011048..11fbac1bc443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=terminess-powerline-font-git
-pkgver=r98.6ac4c01
+pkgver=r100.a44abd0
pkgrel=1
pkgdesc="Terminess 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() {