summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavan Rikhi2020-10-09 03:56:18 -0400
committerPavan Rikhi2020-10-09 03:56:18 -0400
commitd01bcda6f509007b1eb100b4ce6439f0626e7975 (patch)
tree9055bafe30073986b525355d5234eb54210f007c
parentc2d47f2f61994b7a542873a82cc0d894f63e6ef0 (diff)
downloadaur-dina-powerline.tar.gz
Swap xorg-font-utils
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83c3e2b37050..90fd73e58794 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dina-powerline
pkgdesc = Modified versions of all Dina 13 font variants for use with vim-powerline.
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/tampix/Dina-Powerline
install = dina-powerline.install
arch = any
license = custom
depends = fontconfig
- depends = xorg-font-utils
+ depends = xorg-font-util
source = https://github.com/tampix/Dina-Powerline/archive/master.zip
sha256sums = 32e7fbdc2cfcdc8f0fdd4770736fecb63d5f885d6c15d82c710d37d139909db9
diff --git a/PKGBUILD b/PKGBUILD
index eb91205d4859..cf43646ddeda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=dina-powerline
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Modified versions of all Dina 13 font variants for use with vim-powerline."
arch=(any)
url="https://github.com/tampix/Dina-Powerline"
license=("custom")
-depends=(fontconfig xorg-font-utils)
+depends=(fontconfig xorg-font-util)
source=("https://github.com/tampix/Dina-Powerline/archive/master.zip")
sha256sums=("32e7fbdc2cfcdc8f0fdd4770736fecb63d5f885d6c15d82c710d37d139909db9")
install=$pkgname.install