summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Swagar2020-06-30 18:02:29 -0700
committerTyler Swagar2020-06-30 18:02:29 -0700
commitf5f580d1979245bac9d5711b14e61701a46f2a84 (patch)
treea07592f096dc50b609dcd4696d4610b407a3777a
parentc4b512ae59c7c96d4438be3b306c9b28f473264e (diff)
downloadaur-f5f580d1979245bac9d5711b14e61701a46f2a84.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 755f125ef669..cf461be04e2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = ttf-oswald
pkgdesc = Sans-serif typeface from Google by Vernon Adams
pkgver = 4.101
- pkgrel = 1
+ pkgrel = 2
url = https://fonts.google.com/specimen/Oswald
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-oswald-ib
source = Oswald-Bold-4.101.ttf::https://github.com/google/fonts/raw/dbb34644e36024fef3def6d268d30ead8f0ce113/ofl/oswald/static/Oswald-Bold.ttf
diff --git a/PKGBUILD b/PKGBUILD
index eda375825956..a7bc437afed5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=ttf-oswald
_commit='dbb34644e36024fef3def6d268d30ead8f0ce113'
pkgver=4.101
-pkgrel=1
+pkgrel=2
pkgdesc='Sans-serif typeface from Google by Vernon Adams'
arch=('any')
url='https://fonts.google.com/specimen/Oswald'
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-oswald-ib')
source=("Oswald-Bold-${pkgver}.ttf::https://github.com/google/fonts/raw/${_commit}/ofl/oswald/static/Oswald-Bold.ttf"
"Oswald-ExtraLight-${pkgver}.ttf::https://github.com/google/fonts/raw/${_commit}/ofl/oswald/static/Oswald-ExtraLight.ttf"