summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Swagar2020-06-30 18:01:34 -0700
committerTyler Swagar2020-06-30 18:01:34 -0700
commit3417a5daa0ea735aaf11f26d2b3f28665f4ea287 (patch)
tree4b4beb421400caffda7743bcb16b3983337284b4
parent8c8943e37e8eaeec471508ccf1237e7e85f38037 (diff)
downloadaur-3417a5daa0ea735aaf11f26d2b3f28665f4ea287.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 d57018ce57d6..ec82a0f5f556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = ttf-merriweather-sans
pkgdesc = A sans-serif typeface that is pleasant to read on screens by Sorkin Type Co
pkgver = 1.008
- pkgrel = 1
+ pkgrel = 2
url = https://fonts.google.com/specimen/Merriweather+Sans
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 = ttf-merriweather-sans-ib
source = MerriweatherSans-Black-1.008.ttf::https://github.com/SorkinType/Merriweather-Sans/raw/8a1b078e3aeec6aecc856c3422898816af9b9dc7/fonts/ttfs/MerriweatherSans-Black.ttf
diff --git a/PKGBUILD b/PKGBUILD
index 8a6c3e64696a..61e064ba060c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=ttf-merriweather-sans
_commit='8a1b078e3aeec6aecc856c3422898816af9b9dc7'
pkgver=1.008
-pkgrel=1
+pkgrel=2
pkgdesc='A sans-serif typeface that is pleasant to read on screens by Sorkin Type Co'
arch=('any')
url='https://fonts.google.com/specimen/Merriweather+Sans'
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' 'ttf-merriweather-sans-ib')
source=("MerriweatherSans-Black-${pkgver}.ttf::https://github.com/SorkinType/Merriweather-Sans/raw/${_commit}/fonts/ttfs/MerriweatherSans-Black.ttf"
"MerriweatherSans-Bold-${pkgver}.ttf::https://github.com/SorkinType/Merriweather-Sans/raw/${_commit}/fonts/ttfs/MerriweatherSans-Bold.ttf"