summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin Christensen2016-02-03 10:58:53 -0700
committerDevin Christensen2016-02-03 10:58:53 -0700
commit107e858203d12e01e60ea3ee82a37970c26ca0c5 (patch)
tree97773ea9e843ca23691c79a1c1856d05e5be645b /PKGBUILD
parentfc0133d0afa108505081b8ae16291c71e070808e (diff)
downloadaur-107e858203d12e01e60ea3ee82a37970c26ca0c5.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 80d67daee69b..a26e64af3e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=ttf-hack-powerline-git
pkgver=r100.a44abd0
-pkgrel=2
+pkgrel=3
pkgdesc="Hack for Powerline"
arch=('any')
-url=('https://github.com/powerline/fonts')
+url='https://github.com/powerline/fonts'
license=('custom:SIL OFL, v1.1' 'custom:Bitstream License')
depends=(fontconfig xorg-font-utils )
makedepends=('git')