summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f4b9a1871d5..3fbf4a061db4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = terminess-powerline-font-git
pkgdesc = Terminess Powerline
- pkgver = r100.a44abd0
- pkgrel = 3
+ pkgver = r202.e80e3eb
+ pkgrel = 1
url = https://github.com/powerline/fonts
install = terminess-powerline-font-git.install
arch = any
license = custom:SIL Open Font License, Version 1.1
makedepends = git
depends = fontconfig
- depends = xorg-font-utils
+ depends = xorg-mkfontscale
conflicts = powerline-fonts-git
source = git+https://github.com/powerline/fonts.git
md5sums = SKIP
pkgname = terminess-powerline-font-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 487fee6d44be..e0272301da33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Devin Christensen <quixoten at gmail dot com>
pkgname=terminess-powerline-font-git
-pkgver=r100.a44abd0
-pkgrel=3
+pkgver=r202.e80e3eb
+pkgrel=1
pkgdesc="Terminess Powerline"
arch=('any')
url='https://github.com/powerline/fonts'
license=('custom:SIL Open Font License, Version 1.1')
-depends=(fontconfig xorg-font-utils )
+depends=(fontconfig xorg-mkfontscale)
makedepends=('git')
conflicts=(powerline-fonts-git)
install=$pkgname.install