summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f83ae0842d54..d8b886957ba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = otf-literata
pkgdesc = Google's contemporary serif typeface family for long-form reading; default typeface for Play Books. Android distribution.
pkgver = 2.00
- pkgrel = 4
+ pkgrel = 5
url = https://play.google.com/store/apps/details?id=com.google.android.apps.books
arch = any
license = custom:propietary
makedepends = git
+ provides = ttf-literata
+ provides = ttf-literata-opticals
replaces = ttf-literata
replaces = ttf-literata-opticals
- replaces = ttf-literata-webfonts
- replaces = ttf-literata-webfonts-opticals
pkgname = otf-literata
diff --git a/PKGBUILD b/PKGBUILD
index b08a24604d5c..298f93483d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Contributor: Andrejs Mivreņiks <gim at fastmail dot fm>
pkgname=otf-literata
pkgver=2.00
-pkgrel=4
+pkgrel=5
pkgdesc="Google's contemporary serif typeface family for long-form reading; default typeface for Play Books. Android distribution."
arch=('any')
url="https://play.google.com/store/apps/details?id=com.google.android.apps.books"
license=('custom:propietary')
makedepends=('git')
-replaces=('ttf-literata' 'ttf-literata-opticals' 'ttf-literata-webfonts' 'ttf-literata-webfonts-opticals')
+provides=('ttf-literata' 'ttf-literata-opticals')
+replaces=('ttf-literata' 'ttf-literata-opticals')
#
# Obtain a copy of the "Google Play Books & Audiobooks" and extract the fonts. Place them in the same
# directory as this PKGBUILD.