summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin Christensen2016-02-03 10:59:29 -0700
committerDevin Christensen2016-02-03 10:59:29 -0700
commit8c2ae9f195ec7b9b3e4c600c281acf4b0dd1821b (patch)
tree847c17729d287ae62dfcd1ba82af5afc64efff88 /PKGBUILD
parent8d0ad94cd43e7152f6c80ed61818eb4fb88663a1 (diff)
downloadaur-ttf-literation-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 4787262ec635..f0826ad09f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=ttf-literation-mono-powerline-git
pkgver=r100.a44abd0
-pkgrel=1
+pkgrel=2
pkgdesc="Literation Mono 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')