summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin Christensen2016-02-03 10:58:19 -0700
committerDevin Christensen2016-02-03 10:58:19 -0700
commit727ff613ffddc415adade7fedcf889cca7a2467d (patch)
tree0d4f04f3590dd7f16395b92289c9d1eb9706c276 /PKGBUILD
parent64416bb656bd09e3cf20c8a4e07748590d6cfd1b (diff)
downloadaur-727ff613ffddc415adade7fedcf889cca7a2467d.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 123b2ed1f99c..d0aae0912c13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=ttf-droid-sans-mono-slashed-powerline-git
pkgver=r100.a44abd0
-pkgrel=1
+pkgrel=2
pkgdesc="Droid Sans Mono for Powerline (Slashed Zero)"
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')