summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2023-11-02 11:25:53 -0500
committerPedro A. López-Valencia2023-11-02 11:25:53 -0500
commite3bc0236efdd39600bc0034228cb3943a313521a (patch)
tree281f46ab33f0dbd66e4dfae296b9e740e5c4e1b8
parentd50cdd8242503ae9327c9a0781f4f3590c10991f (diff)
downloadaur-e3bc0236efdd39600bc0034228cb3943a313521a.tar.gz
pkgrel 3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07717eabcfa3..f28461053e89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
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 = 2
+ pkgrel = 3
url = https://play.google.com/store/apps/details?id=com.google.android.apps.books
arch = any
license = custom:propietary
makedepends = git
- depends = fontconfig
- depends = xorg-font-util
- conflicts = ttf-literata
replaces = ttf-literata
+ replaces = ttf-literata-opticals
+ replaces = ttf-literata-webfonts
+ replaces = ttf-literata-webfonts-opticals
source = otf-literata::git+https://gitlab.com/vorbote/lit
b2sums = SKIP
pkgname = otf-literata
-
diff --git a/PKGBUILD b/PKGBUILD
index 14cf3e68ad3f..2a27bb302225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,14 @@
-# Maintainer: Pedro A. López-Valencia <https://aur.archlinux.org/user/vorbote>
+# Maintainer: Pedro A. López-Valencia <https://aur.archlinux.org/user/toropisco>
# Contributor: Andrejs Mivreņiks <gim at fastmail dot fm>
pkgname=otf-literata
pkgver=2.00
-pkgrel=2
+pkgrel=3
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')
-depends=('fontconfig' 'xorg-font-util')
makedepends=('git')
-conflicts=('ttf-literata')
-replaces=('ttf-literata')
+replaces=('ttf-literata' 'ttf-literata-opticals' 'ttf-literata-webfonts' 'ttf-literata-webfonts-opticals')
#
# If this doesn't work, please let me know. I may need to find an alternative solution.
#
@@ -21,7 +19,7 @@ b2sums=('SKIP')
package() {
cd "$srcdir/$pkgname"
- install -dm755 "$pkgdir/usr/share/fonts/OTF/literata"
+ install -dm755 "$pkgdir/usr/share/fonts/OTF"
- install -m644 lit*.otf "$pkgdir/usr/share/fonts/OTF/literata"
+ install -m644 lit*.otf "$pkgdir/usr/share/fonts/OTF"
}