summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelixoid2016-04-17 23:25:13 +0300
committerfelixoid2016-04-17 23:25:13 +0300
commitc3d21bd8008a9460c9610115314d7ca9e51ff3f1 (patch)
tree1375286fbf5ae7f07717e6b0146627cb503a3fc9
parent9aa68dc5bf561f821017ada05bdf2cc76b0da58b (diff)
downloadaur-c3d21bd8008a9460c9610115314d7ca9e51ff3f1.tar.gz
fix PKGBUILD
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8416ded2bf33..ebb75c07ad8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=monaco-powerline-font-git
-pkgver=r16.616d338
+pkgver=r1.9aa68dc
pkgrel=1
pkgdesc="Monaco Powerline fonts for X11 and the console"
arch=('any')
-url=('https://gist.github.com/arkhan/229a0729ec79c6fcec81')
+url='https://gist.github.com/arkhan/229a0729ec79c6fcec81'
+source=('monaco-powerline-font::git+http://gist.github.com/229a0729ec79c6fcec81')
+md5sums=('SKIP')
license=('CPL')
depends=('fontconfig' 'xorg-font-utils')
makedepends=('git')
install=$pkgname.install
-_gitroot=('https://gist.github.com/229a0729ec79c6fcec81.git')
-_gitname=monaco-powerline-font
build() {