summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Christensen2016-02-03 10:51:25 -0700
committerDevin Christensen2016-02-03 10:51:25 -0700
commit4f8df607244ae3aad558aca75d66f95bb2206461 (patch)
treeb6a0e6da5954b14e8bbcf717ece4c4b6789a9e61
parentbf50978867bbc4a7edae30432e965a4c17f23f68 (diff)
downloadaur-ttf-anonymice-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 0a1eab605a53..913a6512f340 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-anonymice-powerline-git
pkgdesc = Anonymice Powerline
pkgver = r100.a44abd0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/powerline/fonts
install = ttf-anonymice-powerline-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index cdc0cb39683b..63e52ce02f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=ttf-anonymice-powerline-git
pkgver=r100.a44abd0
-pkgrel=1
+pkgrel=2
pkgdesc="Anonymice 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')