Skip to content

Instantly share code, notes, and snippets.

@sotlampr
Created December 6, 2019 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sotlampr/cd539455913915fa3c113bce478ad692 to your computer and use it in GitHub Desktop.
Save sotlampr/cd539455913915fa3c113bce478ad692 to your computer and use it in GitHub Desktop.
roboto-slab.patch
diff --git a/PKGBUILD b/PKGBUILD
index 272814d..d65fe82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,16 +9,16 @@ 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')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment