summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 627702b7efb5..aca65171311c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-hack-powerline-git
pkgdesc = Hack for Powerline
pkgver = r100.a44abd0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/powerline/fonts
install = ttf-hack-powerline-git.install
arch = any
@@ -12,6 +12,7 @@ pkgbase = ttf-hack-powerline-git
depends = xorg-font-utils
conflicts = powerline-fonts
conflicts = powerline-fonts-git
+ conflicts = ttf-hack
source = git+https://github.com/powerline/fonts.git
md5sums = SKIP
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')