summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Swagar2020-06-30 18:03:37 -0700
committerTyler Swagar2020-06-30 18:03:37 -0700
commit87af16f16c8364d327bb051f94adebd47fba403e (patch)
treea4417d7dc753db43300e8aac46261416ba6467c5
parenta6dae72b2a3dfdce91b7e42f36f05d326b0463a2 (diff)
downloadaur-87af16f16c8364d327bb051f94adebd47fba403e.tar.gz
Remove legacy dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3721420402b7..32e89db9bafb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = ttf-quintessential
pkgdesc = Calligraphic typeface from Google by Brian J. Bonislawsky
pkgver = 1.001
- pkgrel = 4
+ pkgrel = 5
url = https://fonts.google.com/specimen/Quintessential
arch = any
license = custom:SIL Open Font License v1.1
- depends = fontconfig
depends = xorg-fonts-encodings
- depends = xorg-font-utils
conflicts = ttf-google-fonts-opinionated-git
conflicts = otf-quintessential-ib
source = Quintessential-Regular-1.001.ttf::https://github.com/google/fonts/raw/883939708704a19a295e0652036369d22469e8dc/ofl/quintessential/Quintessential-Regular.ttf
diff --git a/PKGBUILD b/PKGBUILD
index 7b9882d41647..6d1fee1607ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=ttf-quintessential
_commit='883939708704a19a295e0652036369d22469e8dc'
pkgver=1.001
-pkgrel=4
+pkgrel=5
pkgdesc='Calligraphic typeface from Google by Brian J. Bonislawsky'
arch=('any')
url='https://fonts.google.com/specimen/Quintessential'
license=('custom:SIL Open Font License v1.1')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+depends=('xorg-fonts-encodings')
conflicts=('ttf-google-fonts-opinionated-git' 'otf-quintessential-ib')
source=("Quintessential-Regular-${pkgver}.ttf::https://github.com/google/fonts/raw/${_commit}/ofl/quintessential/Quintessential-Regular.ttf"
"${pkgname}-${pkgver}-OFL.txt::https://github.com/google/fonts/raw/${_commit}/ofl/quintessential/OFL.txt")