summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lima2016-02-13 14:54:03 -0200
committerDaniel Lima2016-02-13 14:54:03 -0200
commitcbcbdba373bff008f3e810abe2a151df9c327869 (patch)
tree007889dff7e3ef4f33f452087553cbb7cca438dd
parent3c2a0722e097dd8e9f65881b1bc51672dd58d180 (diff)
downloadaur-cbcbdba373bff008f3e810abe2a151df9c327869.tar.gz
fixed array variables
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1569600fdd9..053f5edd6e78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Feb 13 16:53:40 UTC 2016
pkgbase = gohufont-powerline
pkgdesc = GohuFont with powerline and statusbar symbols.
- pkgver = 0.1.r1.g0b2a9cf
+ pkgver = 0.1.r2.g1243b5b
pkgrel = 1
url = https://github.com/dnmario/gohufont-powerline
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index ef987630539a..a5a6448cfd06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgver=0.1.r2.g1243b5b
pkgrel=1
depends=()
makedepends=('xorg-bdftopcf')
-url=('https://github.com/dnmario/gohufont-powerline')
-license='WTFPL'
+url='https://github.com/dnmario/gohufont-powerline'
+license=('WTFPL')
pkgdesc="GohuFont with powerline and statusbar symbols."
arch=('any')
source=("git://github.com/dnmario/${_gitname}")