summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEma02016-05-09 20:22:14 +0200
committerEma02016-05-09 20:22:14 +0200
commit7ebd6d05014068d8eef86d3cf8dff78106ba5019 (patch)
treea61eefcfe58d4012646045e5a1ea4cb8f22e9ca0
parent7316e20469cda068f655598e78064460d5ccdbff (diff)
downloadaur-7ebd6d05014068d8eef86d3cf8dff78106ba5019.tar.gz
fix makepkg error '==> ERROR: url should not be an array'. Thanks jphustman
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1aef8387fd80..f2f2fff9238f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=3
depends=('fontconfig' 'xorg-font-utils')
pkgdesc="Inconsolata-dz-Powerline"
arch=('any')
-url=('https://github.com/Ema0/ttf-inconsolata-dz-powerline')
+url='https://github.com/Ema0/ttf-inconsolata-dz-powerline'
license=('GPL')
source=(https://github.com/Ema0/arch/raw/master/Inconsolata-dz-Powerline.otf)
sha256sums=('5b4a5cc36eadb68dd05f3f8144fef2e63f4f14d7b768e3d7a506c63d13f4b7f5')