summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2020-07-04 15:32:37 +0200
committerMikhail f. Shiryaev2020-07-04 15:32:37 +0200
commit5c4066cb5f2c37ac0970ea979c02a50085de281f (patch)
tree61098198a3f0441d0622a4602e8893b98092abbe /PKGBUILD
parent2191d08738eba128d5c3ca3c15284f500f8fe08e (diff)
downloadaur-monaco-powerline-font-git.tar.gz
Remove unnecessary dependencies, add provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13a6268de12f..3012cba37bd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-pkgname=monaco-powerline-font-git
_gitname=monaco-powerline-font
+pkgname="${_gitname}-git"
pkgver=r16.616d338
-pkgrel=3
+pkgrel=4
pkgdesc="Monaco Powerline fonts for X11 and the console"
arch=('any')
+conflicts=("${_gitname}")
+provides=("${_gitname}")
url='https://gist.github.com/arkhan/229a0729ec79c6fcec81'
source=("${_gitname}::git+http://gist.github.com/229a0729ec79c6fcec81")
md5sums=('SKIP')
license=('CPL')
-depends=('fontconfig' 'xorg-font-utils')
makedepends=('git')
-install=$pkgname.install
build() {