summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-05-10 09:18:10 -0400
committerSolomon Choina2019-05-10 09:18:10 -0400
commit9297ccfcb56661999c44d0a2e5fe6f4826424cbd (patch)
tree39250398b4cca35fea4e8d6122009c4b03f9636b
parent30c42c01bb8fb0f30efcf4d8b267054baa63c125 (diff)
downloadaur-9297ccfcb56661999c44d0a2e5fe6f4826424cbd.tar.gz
updpkgver
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
2 files changed, 13 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79988a020c7c..a754e82c9674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon May 22 11:49:58 UTC 2017
pkgbase = ttf-roboto-ibx
pkgdesc = Modern sans-serif font family designed by Christian Robertson and introduced with Android Ice Cream Sandwich operating system. Basic, condensed and slab variants included.
- pkgver = 2.136
- pkgrel = 3
+ pkgver = 2.138
+ pkgrel = 1
url = http://code.google.com/android/
arch = any
groups = infinality-bundle-fonts-extra
@@ -13,14 +11,14 @@ pkgbase = ttf-roboto-ibx
conflicts = ttf-roboto
conflicts = ttf-roboto-fontconfig
conflicts = ttf-roboto-slab
- source = https://github.com/google/roboto/releases/download/v2.136/roboto-hinted.zip
+ source = https://sources.archlinux.org/other/community/ttf-roboto/ttf-roboto-hinted-2.138.zip
source = Roboto_Condensed.zip::https://fonts.google.com/download?family=Roboto%20Condensed
source = Roboto_Slab.zip::https://fonts.google.com/download?family=Roboto%20Slab
source = 45-roboto.conf
source = 90-tt-roboto.conf
- sha1sums = 6ac3eb489359fae05a80411bdf12f22e064b1011
- sha1sums = 069321275f9e2afbbe2c9673e2c4a363d6159996
- sha1sums = a63d1390fcdce3eba61679c0f16786ac64d4c0f3
+ sha1sums = e9af9d939703226670a3371c69bb65006203064a
+ sha1sums = 47d39aed2de585d57db015d54c596202b14babc0
+ sha1sums = be04a62bbeb98aafa2be5d54985d91bafbce055e
sha1sums = 8ff0fd3af47b4234cdb40746a29aa613fc8dc502
sha1sums = 05cffa42f1ac56bf5595afe2ab67e656555273fb
diff --git a/PKGBUILD b/PKGBUILD
index 314bb1fe51c1..a215e43fc516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Mainainer: bohoomil <@zoho.com>
-
+#Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=ttf-roboto-ibx
-pkgver=2.136
-pkgrel=3
+pkgver=2.138
+pkgrel=1
pkgdesc="Modern sans-serif font family designed by Christian Robertson and introduced with Android Ice Cream Sandwich operating system. Basic, condensed and slab variants included."
arch=('any')
license=('Apache')
@@ -13,15 +13,14 @@ provides=('ttf-roboto')
conflicts=('ttf-roboto' 'ttf-roboto-fontconfig' 'ttf-roboto-slab')
# http://www.google.com/fonts
# all scripts
-source=(https://github.com/google/roboto/releases/download/v$pkgver/roboto-hinted.zip
+source=(https://sources.archlinux.org/other/community/ttf-roboto/ttf-roboto-hinted-$pkgver.zip
Roboto_Condensed.zip::https://fonts.google.com/download?family=Roboto%20Condensed
Roboto_Slab.zip::https://fonts.google.com/download?family=Roboto%20Slab
45-roboto.conf
90-tt-roboto.conf)
-validgpgkeys=('A9244FB5E93F11F0E975337FAE6866C7962DDE58')
-sha1sums=('6ac3eb489359fae05a80411bdf12f22e064b1011'
- '069321275f9e2afbbe2c9673e2c4a363d6159996'
- 'a63d1390fcdce3eba61679c0f16786ac64d4c0f3'
+sha1sums=('e9af9d939703226670a3371c69bb65006203064a'
+ '47d39aed2de585d57db015d54c596202b14babc0'
+ 'be04a62bbeb98aafa2be5d54985d91bafbce055e'
'8ff0fd3af47b4234cdb40746a29aa613fc8dc502'
'05cffa42f1ac56bf5595afe2ab67e656555273fb')
@@ -31,8 +30,6 @@ package(){
install -d -m755 "${pkgdir}"/usr/share/fonts/"${pkgname}"
install -m644 *.ttf "${pkgdir}"/usr/share/fonts/"${pkgname}"
- install -m644 roboto-hinted/*.ttf \
- "${pkgdir}"/usr/share/fonts/"${pkgname}"
install -D -m644 45-roboto.conf \
"${pkgdir}"/etc/fonts/conf.avail/45-roboto.conf