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