summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelixoid2016-04-18 18:23:37 +0300
committerfelixoid2016-04-18 18:23:37 +0300
commitd7d22fa348620b7e6d18f7c7a9ff9b4f7fcd2d74 (patch)
treed2a6c71ce7b350ae5080a715c3c6989f9a4d89cb
parentc3d21bd8008a9460c9610115314d7ca9e51ff3f1 (diff)
downloadaur-d7d22fa348620b7e6d18f7c7a9ff9b4f7fcd2d74.tar.gz
fix building
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebb75c07ad8b..e9fcd28f7549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
pkgname=monaco-powerline-font-git
-pkgver=r1.9aa68dc
+_gitname=monaco-powerline-font
+pkgver=r16.616d338
pkgrel=1
pkgdesc="Monaco Powerline fonts for X11 and the console"
arch=('any')
@@ -19,7 +20,7 @@ build() {
cd "$_gitname" && git pull origin || return 1
msg2 "The local files are updated."
else
- git clone "$_gitroot" "$_gitname" || return 1
+ git clone "$_gitname" || return 1
cd "$_gitname"
fi
}