summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Christensen2016-02-03 09:00:08 -0700
committerDevin Christensen2016-02-03 09:00:08 -0700
commitf5778ef0e917cd42650a8d4ef80be11ebc785715 (patch)
treef6653bc1c5533d0f6d175e414d78b0f78a70e273
parentfbed0fb7829a55dbeacb46a85f00658d646d0d30 (diff)
downloadaur-f5778ef0e917cd42650a8d4ef80be11ebc785715.tar.gz
Remove parens from url
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78a6eaf626ca..045b61651b53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=r100.a44abd0
pkgrel=1
pkgdesc="Powerline fonts for X11 and the console"
arch=('any')
-url=('https://github.com/powerline/fonts')
+url='https://github.com/powerline/fonts'
license=('CPL')
depends=(fontconfig xorg-font-utils )
makedepends=('git')