summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin Christensen2016-10-13 17:36:04 -0600
committerDevin Christensen2016-10-13 17:36:04 -0600
commitc35853fdad506b8469bd11dd2a66ae593824b72d (patch)
tree4319d4b266271c930e9cbece7e20b8729b0316b3 /PKGBUILD
parent107e858203d12e01e60ea3ee82a37970c26ca0c5 (diff)
downloadaur-ttf-hack-powerline-git.tar.gz
Add ttf-hack to provides list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a26e64af3e31..5caffa92bb87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=ttf-hack-powerline-git
pkgver=r100.a44abd0
-pkgrel=3
+pkgrel=4
pkgdesc="Hack for Powerline"
arch=('any')
url='https://github.com/powerline/fonts'
license=('custom:SIL OFL, v1.1' 'custom:Bitstream License')
depends=(fontconfig xorg-font-utils )
makedepends=('git')
+provides=(ttf-hack)
conflicts=(powerline-fonts powerline-fonts-git ttf-hack)
install=$pkgname.install
source=('git+https://github.com/powerline/fonts.git')