summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfelixoid2016-04-18 18:30:04 +0300
committerfelixoid2016-04-18 18:30:04 +0300
commit9d92fe1834517e7119686f3bbb6274c77d62b58b (patch)
treed984f78086a89954c8c45dee08b161746279914f /PKGBUILD
parentcab1ef4282597e7f43dba1f3e088500d748282ca (diff)
downloadaur-9d92fe1834517e7119686f3bbb6274c77d62b58b.tar.gz
change dest-proj to var
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3996e0668b25..b572eef9278e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=2
pkgdesc="Monaco Powerline fonts for X11 and the console"
arch=('any')
url='https://gist.github.com/arkhan/229a0729ec79c6fcec81'
-source=('monaco-powerline-font::git+http://gist.github.com/229a0729ec79c6fcec81')
+source=("${_gitname}::git+http://gist.github.com/229a0729ec79c6fcec81")
md5sums=('SKIP')
license=('CPL')
depends=('fontconfig' 'xorg-font-utils')