summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelixoid2016-04-18 18:30:04 +0300
committerfelixoid2016-04-18 18:30:04 +0300
commit9d92fe1834517e7119686f3bbb6274c77d62b58b (patch)
treed984f78086a89954c8c45dee08b161746279914f
parentcab1ef4282597e7f43dba1f3e088500d748282ca (diff)
downloadaur-9d92fe1834517e7119686f3bbb6274c77d62b58b.tar.gz
change dest-proj to var
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f33a0be736d..e3dcc7ba474b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Apr 18 15:24:35 UTC 2016
+# Mon Apr 18 15:28:35 UTC 2016
pkgbase = monaco-powerline-font-git
pkgdesc = Monaco Powerline fonts for X11 and the console
pkgver = r16.616d338
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')