summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin Christensen2016-02-03 10:36:23 -0700
committerDevin Christensen2016-02-03 10:36:23 -0700
commita513e3f421bb06a1061db180742bde2cc77168f4 (patch)
treeb8c80f457af4d79ef62a99dab2d494d3519bdd67 /PKGBUILD
parent22d58d63d0545c3e6d43b62bdfeb9635fd507ef3 (diff)
downloadaur-otf-inconsolata-dz-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 f8cbe0207871..bf55cc5b30e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=otf-inconsolata-dz-powerline-git
pkgver=r100.a44abd0
-pkgrel=1
+pkgrel=2
pkgdesc="Inconsolata-dz for Powerline"
arch=('any')
-url=('https://github.com/powerline/fonts')
+url='https://github.com/powerline/fonts'
license=('custom:SIL Open Font License, Version 1.0')
depends=(fontconfig xorg-font-utils )
makedepends=('git')