summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")