summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2020-07-04 12:08:20 -0500
committerPedro A. López-Valencia2020-07-04 12:08:20 -0500
commita075c2e5ef3ff030a12549b0ce0ada25b7f57c52 (patch)
treefabf7f8a1b490f12ac6f9568f8824f005256b422
parent2cb2a1c7d8a717f4494bf9b7542b07675f148b61 (diff)
downloadaur-a075c2e5ef3ff030a12549b0ce0ada25b7f57c52.tar.gz
Fix type in dependencies list.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59732837dcb7..d587cfc1df19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ttf-literata
pkgdesc = Google's default typeface for Play Books. Truetype, open source (OFL) distribution.
pkgver = 2.201
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/googlefonts/literata
arch = any
license = custom:OFL
depends = fontconfig
- depends = xorg-font-utils
+ depends = xorg-font-util
conflicts = otf-literata
replaces = otf-literata
source = https://github.com/googlefonts/literata/releases/download/v2.201/Literata-v2.201.zip
diff --git a/PKGBUILD b/PKGBUILD
index fe74b5b99958..96f0bfd52205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Pedro A. López-Valencia <https://aur.archlinux.org/user/vorbote>
pkgname=ttf-literata
pkgver=2.201
-pkgrel=1
+pkgrel=2
pkgdesc="Google's default typeface for Play Books. Truetype, open source (OFL) distribution."
arch=('any')
url="https://github.com/googlefonts/literata"
license=('custom:OFL')
-depends=('fontconfig' 'xorg-font-utils')
+depends=('fontconfig' 'xorg-font-util')
conflicts=('otf-literata')
replaces=('otf-literata')
#source=("https://github.com/googlefonts/literata/releases/download/$pkgver/Literata-v$pkgver.zip")