summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Porunov2020-07-08 09:49:07 +0300
committerDmitry Porunov2020-07-08 09:49:07 +0300
commit8dae54bfd7c23b503735d4882a684e05b413173c (patch)
tree97e1d7128c46b789dade73f38772beadab2fddea
parentc6d4db26460f044268b2332806ed8254f953da72 (diff)
downloadaur-8dae54bfd7c23b503735d4882a684e05b413173c.tar.gz
Remove xorg-font-utils from dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47fd70a5cb28..94c6e47e96c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = ttf-cuprum
pkgdesc = Cuprum is a narrow grotesque font. It is quite versatile.
pkgver = 2.000
- pkgrel = 1
+ pkgrel = 2
url = https://fonts.google.com/specimen/Cuprum
arch = any
license = Open Font License
depends = fontconfig
depends = xorg-fonts-encodings
- depends = xorg-font-utils
source = https://github.com/alexeiva/cuprum/raw/8c86543d1ef0a348ad471a3443a3ab0a2a0162c8/fonts/ttf/Cuprum-Bold.ttf
source = https://github.com/alexeiva/cuprum/raw/8c86543d1ef0a348ad471a3443a3ab0a2a0162c8/fonts/ttf/Cuprum-BoldItalic.ttf
source = https://github.com/alexeiva/cuprum/raw/8c86543d1ef0a348ad471a3443a3ab0a2a0162c8/fonts/ttf/Cuprum-Italic.ttf
diff --git a/PKGBUILD b/PKGBUILD
index d091cd29223e..053698c416ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ttf-cuprum
pkgver=2.000
-pkgrel=1
+pkgrel=2
pkgdesc='Cuprum is a narrow grotesque font. It is quite versatile.'
arch=('any')
url='https://fonts.google.com/specimen/Cuprum'
license=('Open Font License')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+depends=('fontconfig' 'xorg-fonts-encodings')
_commit='8c86543d1ef0a348ad471a3443a3ab0a2a0162c8'
_raw="https://github.com/alexeiva/cuprum/raw/${_commit}/fonts/ttf"