summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin Christensen2016-02-03 10:40:26 -0700
committerDevin Christensen2016-02-03 10:40:26 -0700
commitf6e58c58bda5576d5558e26e4811aa46c8558c52 (patch)
tree9507eef64b73d2d3c63408663b7826108fa77d78 /PKGBUILD
parent76dfe7e2252f3fc7e3ab1fabefbd3d5d49952a67 (diff)
downloadaur-f6e58c58bda5576d5558e26e4811aa46c8558c52.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 c3fdb0517670..105b74937cf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=otf-meslo-powerline-git
pkgver=r100.a44abd0
-pkgrel=1
+pkgrel=2
pkgdesc="Meslo for Powerline"
arch=('any')
-url=('https://github.com/powerline/fonts')
+url='https://github.com/powerline/fonts'
license=('custom:Apache License, Version 2.0')
depends=(fontconfig xorg-font-utils )
makedepends=('git')