summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrewSC2020-03-12 16:31:20 -0400
committerandrewSC2020-03-12 16:31:20 -0400
commitf4a35e5860b731f4a1a40bcefb34325e0cdf5641 (patch)
tree6e1119a0c460ba6916372438fea3e09b0f41591b
parent16651bfe25264be0ff0d20fde3e6657a9efaeb86 (diff)
downloadaur-f4a35e5860b731f4a1a40bcefb34325e0cdf5641.tar.gz
removing unnecessary deps, adding ttf-caladea to conflicts/provides
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
2 files changed, 12 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50b22520dc81..40dfc9d360f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-google-fonts-git
pkgdesc = TrueType fonts from the Google Fonts project (git version)
- pkgver = r1704.59afb78a
+ pkgver = r1875.860390da
pkgrel = 1
epoch = 1
url = https://github.com/google/fonts
@@ -8,10 +8,6 @@ pkgbase = ttf-google-fonts-git
license = custom:SIL Open Font License
license = custom:Ubuntu Font License v1.0
makedepends = git
- depends = fontconfig
- depends = xorg-mkfontdir
- depends = xorg-mkfontscale
- depends = xorg-fonts-encodings
depends = noto-fonts
depends = noto-fonts-extra
depends = ttf-fira-sans
@@ -33,6 +29,7 @@ pkgbase = ttf-google-fonts-git
provides = lohit-fonts
provides = ttf-andika
provides = ttf-anonymous-pro
+ provides = ttf-caladea
provides = ttf-cardo
provides = ttf-comfortaa
provides = ttf-lato
@@ -44,7 +41,6 @@ pkgbase = ttf-google-fonts-git
provides = ttf-oxygen-git
provides = ttf-pt-fonts
provides = ttf-roboto-mono
- provides = ttf-sil-fonts
provides = ttf-source-code-pro-ibx
provides = ttf-source-sans-pro-ibx
provides = ttf-vollkorn-ibx
@@ -54,8 +50,11 @@ pkgbase = ttf-google-fonts-git
conflicts = lohit-fonts
conflicts = ttf-andika
conflicts = ttf-anonymous-pro
+ conflicts = ttf-arabeyes-fonts
+ conflicts = ttf-caladea
conflicts = ttf-cardo
conflicts = ttf-comfortaa
+ conflicts = ttf-google-fonts-typewolf
conflicts = ttf-lato
conflicts = ttf-lora-cyrillic
conflicts = ttf-lekton
@@ -65,12 +64,9 @@ pkgbase = ttf-google-fonts-git
conflicts = ttf-oxygen-git
conflicts = ttf-pt-fonts
conflicts = ttf-roboto-mono
- conflicts = ttf-sil-fonts
conflicts = ttf-source-code-pro-ibx
conflicts = ttf-source-sans-pro-ibx
conflicts = ttf-vollkorn-ibx
- conflicts = ttf-arabeyes-fonts
- conflicts = ttf-google-fonts-typewolf
source = git+https://github.com/google/fonts.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 32e54af59dba..417b7c1e4d3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: Alexander De Sousa <archaur.xandy21@spamgourmet.com>
pkgname=ttf-google-fonts-git
-pkgver=r1704.59afb78a
+pkgver=r1875.860390da
pkgrel=1
epoch=1
pkgdesc="TrueType fonts from the Google Fonts project (git version)"
@@ -17,11 +17,7 @@ arch=('any')
url="https://github.com/google/fonts"
license=('custom:SIL Open Font License' 'custom:Ubuntu Font License v1.0')
-depends=('fontconfig'
- 'xorg-mkfontdir'
- 'xorg-mkfontscale'
- 'xorg-fonts-encodings'
- 'noto-fonts'
+depends=('noto-fonts'
'noto-fonts-extra'
'ttf-fira-sans'
'ttf-fira-mono'
@@ -43,8 +39,11 @@ conflicts=('adobe-source-code-pro-fonts'
'lohit-fonts'
'ttf-andika'
'ttf-anonymous-pro'
+ 'ttf-arabeyes-fonts'
+ 'ttf-caladea'
'ttf-cardo'
'ttf-comfortaa'
+ 'ttf-google-fonts-typewolf'
'ttf-lato'
'ttf-lora-cyrillic'
'ttf-lekton'
@@ -54,18 +53,16 @@ conflicts=('adobe-source-code-pro-fonts'
'ttf-oxygen-git'
'ttf-pt-fonts'
'ttf-roboto-mono'
- 'ttf-sil-fonts'
'ttf-source-code-pro-ibx'
'ttf-source-sans-pro-ibx'
- 'ttf-vollkorn-ibx'
- 'ttf-arabeyes-fonts'
- 'ttf-google-fonts-typewolf')
+ 'ttf-vollkorn-ibx')
provides=('adobe-source-code-pro-fonts'
'adobe-source-sans-pro-fonts'
'jsmath-fonts'
'lohit-fonts'
'ttf-andika'
'ttf-anonymous-pro'
+ 'ttf-caladea'
'ttf-cardo'
'ttf-comfortaa'
'ttf-lato'
@@ -77,7 +74,6 @@ provides=('adobe-source-code-pro-fonts'
'ttf-oxygen-git'
'ttf-pt-fonts'
'ttf-roboto-mono'
- 'ttf-sil-fonts'
'ttf-source-code-pro-ibx'
'ttf-source-sans-pro-ibx'
'ttf-vollkorn-ibx')