summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin Christensen2016-02-03 10:35:38 -0700
committerDevin Christensen2016-02-03 10:35:38 -0700
commit4b1d60eddc59a193d6a5ae9d4e5c29a913d3d516 (patch)
treea0723e85c81338ff201349533560cf980a3e6340 /PKGBUILD
parent792099a2bcca2f3da314b429e6c08607f7d54935 (diff)
downloadaur-otf-fura-mono-powerline-git.tar.gz
Make url a string
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11d658694983..4b2abcc3e29e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=otf-fura-mono-powerline-git
pkgver=r100.a44abd0
-pkgrel=1
+pkgrel=2
pkgdesc="FuraMono for Powerline"
arch=('any')
-url=('https://github.com/powerline/fonts')
+url='https://github.com/powerline/fonts'
license=('custom:SIL Open Font License, Version 1.1')
depends=(fontconfig xorg-font-utils )
makedepends=('git')