summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin Christensen2016-02-03 10:46:16 -0700
committerDevin Christensen2016-02-03 10:46:16 -0700
commit01c5504c31c6c67f2fe2d1d1597615aa265c770c (patch)
treeba835ef67144909f69829cbf8005f3c1bfb8b0f5 /PKGBUILD
parentc0a4037af864b66913d52f5efd21ed138e38a449 (diff)
downloadaur-01c5504c31c6c67f2fe2d1d1597615aa265c770c.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 b8c0b31d9f5f..54d50f18636e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=otf-sauce-code-powerline-git
pkgver=r100.a44abd0
-pkgrel=1
+pkgrel=2
pkgdesc="Sauce Code 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')