summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lima2017-01-10 12:28:51 -0200
committerDaniel Lima2017-01-10 12:28:51 -0200
commit6d82aebfd6eeda37dd57cd0bf3f2f3ad867bfdcc (patch)
tree0ea25ccfaa25161c0d395ab426bdd43871526168
parenta6ba67f0ab01f1902d85f32ef9fb6d9239981daf (diff)
downloadaur-6d82aebfd6eeda37dd57cd0bf3f2f3ad867bfdcc.tar.gz
use https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96fae9313b4a..20efe6790435 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 29 11:43:48 UTC 2016
+# Tue Jan 10 14:28:08 UTC 2017
pkgbase = bdf-creep
pkgdesc = A pretty sweet 4px wide pixel font with box-drawing, powerline, braille and sparklines glyphs.
pkgver = 0.31.r23.g98bbf59
@@ -8,7 +8,7 @@ pkgbase = bdf-creep
arch = any
license = MIT
makedepends = fontforge
- source = git://github.com/romeovs/creep.git
+ source = git+https://github.com/romeovs/creep.git
md5sums = SKIP
pkgname = bdf-creep
diff --git a/PKGBUILD b/PKGBUILD
index 2d25acd89aaf..10540a44b01f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,5 @@
+# Maintainer: Daniel Lima <danielm@tinyhub.tk>
+
pkgname=bdf-creep
pkgdesc="A pretty sweet 4px wide pixel font with box-drawing, powerline, braille and sparklines glyphs."
pkgver=0.31.r23.g98bbf59
@@ -5,7 +7,7 @@ pkgrel=1
arch=('any')
url='https://github.com/romeovs/creep'
license=('MIT')
-source=('git://github.com/romeovs/creep.git')
+source=('git+https://github.com/romeovs/creep.git')
md5sums=('SKIP')
makedepends=('fontforge')