summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2019-12-06 14:52:07 +0100
committerMarkus Weimar2019-12-06 14:52:07 +0100
commit6b6459c72e5800b59ae54775c4185aec9ce6de65 (patch)
treef44d0b2c3788cb7e5c36a6a308f3d11de790cdd0
parent86e63ea0d5411831dec66bf3521d03b62f47ab56 (diff)
downloadaur-6b6459c72e5800b59ae54775c4185aec9ce6de65.tar.gz
Update to version 2.000.
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD23
2 files changed, 22 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10093c5aa52e..9473f2459eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
pkgbase = ttf-roboto-slab
pkgdesc = Roboto Slab is a slab serif addition to the Roboto type family.
- pkgver = 1.100263
- pkgrel = 5
+ pkgver = 2.000
+ pkgrel = 1
epoch = 3
url = https://www.google.com/fonts/specimen/Roboto+Slab
arch = any
license = Apache
depends = fontconfig
depends = xorg-font-utils
- source = https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/LICENSE.txt
- source = https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Bold.ttf
- source = https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Light.ttf
- source = https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Regular.ttf
- source = https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Thin.ttf
+ source = https://raw.github.com/googlefonts/robotoslab/master/LICENSE.txt
+ source = https://raw.github.com/googlefonts/robotoslab/master/fonts/static/RobotoSlab-Bold.ttf
+ source = https://raw.github.com/googlefonts/robotoslab/master/fonts/static/RobotoSlab-Light.ttf
+ source = https://raw.github.com/googlefonts/robotoslab/master/fonts/static/RobotoSlab-Regular.ttf
+ source = https://raw.github.com/googlefonts/robotoslab/master/fonts/static/RobotoSlab-Thin.ttf
sha256sums = cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30
- sha256sums = ba12d2eab1fa765b6b05398fa7e047dd76293f0c051ce57a8f7b0c591c14d42b
- sha256sums = 153bf5b428d5cd0b27a63f9a36941cd7d6c7523a7afd59c76a12f798e4c33127
- sha256sums = 13aa5f54c6f2fa2e388fe0e675cdbcc6a81f6270a8bf9c03a5df8af9cb022810
- sha256sums = 4e2f26097538925162cad2a3e6051f659b9895386559a1890a4664d8e9a9a0c1
+ sha256sums = a46eca66ae13b1774b25b23315900b3e30fa32efd6684fe46aff22d333f78ebb
+ sha256sums = 02d9f4a0ea88810ba77ee624db42494348325980f7a5d1f50b66852e22920ca5
+ sha256sums = ace53f5b158b80dbf2539696b0f448975d95c1a48f8b30d494e2d45923e4ae23
+ sha256sums = 8db8b4095e4a76b5368b51276802a4ba33664c4908526996d83c87ffa22da4b4
pkgname = ttf-roboto-slab
diff --git a/PKGBUILD b/PKGBUILD
index dbf88d1ed92a..365edd5d8d36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,23 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
-# Contributor: Brandon Giesing <brandon@giesing.cf>
pkgname=ttf-roboto-slab
-pkgver=1.100263
-pkgrel=5
+pkgver=2.000
+pkgrel=1
epoch=3
pkgdesc='Roboto Slab is a slab serif addition to the Roboto type family.'
arch=('any')
url='https://www.google.com/fonts/specimen/Roboto+Slab'
license=('Apache')
depends=('fontconfig' 'xorg-font-utils')
-source=('https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/LICENSE.txt'
- 'https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Bold.ttf'
- 'https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Light.ttf'
- 'https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Regular.ttf'
- 'https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Thin.ttf')
+source=('https://raw.github.com/googlefonts/robotoslab/master/LICENSE.txt'
+ 'https://raw.github.com/googlefonts/robotoslab/master/fonts/static/RobotoSlab-Bold.ttf'
+ 'https://raw.github.com/googlefonts/robotoslab/master/fonts/static/RobotoSlab-Light.ttf'
+ 'https://raw.github.com/googlefonts/robotoslab/master/fonts/static/RobotoSlab-Regular.ttf'
+ 'https://raw.github.com/googlefonts/robotoslab/master/fonts/static/RobotoSlab-Thin.ttf')
sha256sums=('cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30'
- 'ba12d2eab1fa765b6b05398fa7e047dd76293f0c051ce57a8f7b0c591c14d42b'
- '153bf5b428d5cd0b27a63f9a36941cd7d6c7523a7afd59c76a12f798e4c33127'
- '13aa5f54c6f2fa2e388fe0e675cdbcc6a81f6270a8bf9c03a5df8af9cb022810'
- '4e2f26097538925162cad2a3e6051f659b9895386559a1890a4664d8e9a9a0c1')
+ 'a46eca66ae13b1774b25b23315900b3e30fa32efd6684fe46aff22d333f78ebb'
+ '02d9f4a0ea88810ba77ee624db42494348325980f7a5d1f50b66852e22920ca5'
+ 'ace53f5b158b80dbf2539696b0f448975d95c1a48f8b30d494e2d45923e4ae23'
+ '8db8b4095e4a76b5368b51276802a4ba33664c4908526996d83c87ffa22da4b4')
package() {
install -d ${pkgdir}/usr/share/fonts/${pkgname}/