summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin Christensen2016-01-25 07:34:04 -0700
committerDevin Christensen2016-01-25 07:34:04 -0700
commitfc0133d0afa108505081b8ae16291c71e070808e (patch)
tree552a59f61f25fb86e65d42325750d97cbf788290 /PKGBUILD
parent36f9fe77951158e00d5dd461a7ff551f221e960f (diff)
downloadaur-fc0133d0afa108505081b8ae16291c71e070808e.tar.gz
Add conflict with ttf-hack
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f2254c1dd06..80d67daee69b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=ttf-hack-powerline-git
pkgver=r100.a44abd0
-pkgrel=1
+pkgrel=2
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')
-conflicts=(powerline-fonts powerline-fonts-git)
+conflicts=(powerline-fonts powerline-fonts-git ttf-hack)
install=$pkgname.install
source=('git+https://github.com/powerline/fonts.git')
md5sums=('SKIP')