summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Christensen2016-02-03 10:46:16 -0700
committerDevin Christensen2016-02-03 10:46:16 -0700
commit01c5504c31c6c67f2fe2d1d1597615aa265c770c (patch)
treeba835ef67144909f69829cbf8005f3c1bfb8b0f5
parentc0a4037af864b66913d52f5efd21ed138e38a449 (diff)
downloadaur-otf-sauce-code-powerline-git.tar.gz
Make url a string
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70e7e5be3635..8832b0033d5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = otf-sauce-code-powerline-git
pkgdesc = Sauce Code Powerline
pkgver = r100.a44abd0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/powerline/fonts
install = otf-sauce-code-powerline-git.install
arch = any
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')