summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Swagar2020-09-30 04:10:46 -0700
committerTyler Swagar2020-09-30 04:10:46 -0700
commit3e88835054d4e93d12ad2194754c4e9dcd3851f3 (patch)
tree985a150f94ada7a6aef5f49a1733735e5e11f5b4
parent87af16f16c8364d327bb051f94adebd47fba403e (diff)
downloadaur-3e88835054d4e93d12ad2194754c4e9dcd3851f3.tar.gz
Remove legacy dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32e89db9bafb..c50a59f9bcad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = ttf-quintessential
pkgdesc = Calligraphic typeface from Google by Brian J. Bonislawsky
pkgver = 1.001
- pkgrel = 5
+ pkgrel = 6
url = https://fonts.google.com/specimen/Quintessential
arch = any
license = custom:SIL Open Font License v1.1
- depends = xorg-fonts-encodings
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 6d1fee1607ec..add15c47123a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
pkgname=ttf-quintessential
_commit='883939708704a19a295e0652036369d22469e8dc'
pkgver=1.001
-pkgrel=5
+pkgrel=6
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=('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")