summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Christensen2016-02-03 10:38:18 -0700
committerDevin Christensen2016-02-03 10:38:18 -0700
commit679060aa4b86bc11de3ed94343fa0b7eb318ce83 (patch)
tree0efdcfbc1b1eca7c45a14526a0f76c32876b4655
parent8cb406f97b46d4818c2632285fcaff4f8a68ab9f (diff)
downloadaur-679060aa4b86bc11de3ed94343fa0b7eb318ce83.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 3e934d42bec8..1fcf56795592 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = otf-inconsolata-g-powerline-git
pkgdesc = Inconsolata-g for Powerline
pkgver = r100.a44abd0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/powerline/fonts
install = otf-inconsolata-g-powerline-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 135d2e8c4fa2..11408f3441c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=otf-inconsolata-g-powerline-git
pkgver=r100.a44abd0
-pkgrel=1
+pkgrel=2
pkgdesc="Inconsolata-g for Powerline"
arch=('any')
-url=('https://github.com/powerline/fonts')
+url='https://github.com/powerline/fonts'
license=('custom:SIL Open Font License, Version 1.0')
depends=(fontconfig xorg-font-utils )
makedepends=('git')