summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2015-08-12 11:30:35 +0200
committerMarkus Weimar2015-08-12 11:30:35 +0200
commit84d8655144680dbbddf91c644007a50116528bfc (patch)
tree45c229df9e5d5b5b36ae8a2dd63015921ed3d2b4
parent245a68a91714ee03b1db42db55094e08b7e70cf0 (diff)
downloadaur-84d8655144680dbbddf91c644007a50116528bfc.tar.gz
Download from GitHub.
-rw-r--r--.SRCINFO26
-rw-r--r--PKGBUILD26
2 files changed, 46 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc3dd1d634cf..9bda28bdcd1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-roboto-mono
pkgdesc = Roboto Mono is a monospaced addition to the Roboto type family.
pkgver = 2.000985
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://www.google.com/fonts/specimen/Roboto+Mono
install = ttf-roboto-mono.install
@@ -9,8 +9,28 @@ pkgbase = ttf-roboto-mono
license = Apache
depends = fontconfig
depends = xorg-font-utils
- source = ttf-roboto-mono-2.000985-1.zip::https://www.google.com/fonts/download?kit=rqQ1zSE-ZGCKVZgew-A9dofD-WQWLbF4rYwcBGowFYY
- sha256sums = b5895fa5c5adae8ce8af8fb17e135ca394a8ad2a0ca2edf9326c67ea9e11c184
+ source = https://raw.githubusercontent.com/google/fonts/master/apache/robotomono/LICENSE.txt
+ source = https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-Bold.ttf
+ source = https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-BoldItalic.ttf
+ source = https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-Italic.ttf
+ source = https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-Light.ttf
+ source = https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-LightItalic.ttf
+ source = https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-Medium.ttf
+ source = https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-MediumItalic.ttf
+ source = https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-Regular.ttf
+ source = https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-Thin.ttf
+ source = https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-ThinItalic.ttf
+ md5sums = 3b83ef96387f14655fc854ddc3c6bd57
+ md5sums = fd6e2dfdc0e85a1609486f2f13460d97
+ md5sums = 1ec0dc28a2ff435cdd2b061f84e5cf2a
+ md5sums = 50ca87398919a20d322a73927b1f38bc
+ md5sums = 1fb2e867d7ea79803cbffe471621f7fb
+ md5sums = 01ec8b091eef8410cc5964633ee25c84
+ md5sums = 27051aaba28792ba5ffa2caf73c0fd08
+ md5sums = 1af971e67cbb6f0a724eb43fd9e2927e
+ md5sums = ef512838b400291403759acf4062c89b
+ md5sums = 21d6d1adf2c46f5a95ba8aae49b4eb93
+ md5sums = 88879604cbd25924977dbe1575fab854
pkgname = ttf-roboto-mono
diff --git a/PKGBUILD b/PKGBUILD
index 3750f8f00c35..6c28c1440ab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,36 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-roboto-mono
pkgver=2.000985
-pkgrel=1
+pkgrel=2
epoch=1
depends=('fontconfig' 'xorg-font-utils')
pkgdesc='Roboto Mono is a monospaced addition to the Roboto type family.'
arch=('any')
url='https://www.google.com/fonts/specimen/Roboto+Mono'
license=('Apache')
-source=("$pkgname-$pkgver-$pkgrel.zip::https://www.google.com/fonts/download?kit=rqQ1zSE-ZGCKVZgew-A9dofD-WQWLbF4rYwcBGowFYY")
+source=('https://raw.githubusercontent.com/google/fonts/master/apache/robotomono/LICENSE.txt'
+ 'https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-Bold.ttf'
+ 'https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-BoldItalic.ttf'
+ 'https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-Italic.ttf'
+ 'https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-Light.ttf'
+ 'https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-LightItalic.ttf'
+ 'https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-Medium.ttf'
+ 'https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-MediumItalic.ttf'
+ 'https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-Regular.ttf'
+ 'https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-Thin.ttf'
+ 'https://github.com/google/fonts/blob/master/apache/robotomono/RobotoMono-ThinItalic.ttf')
install=${pkgname}.install
-sha256sums=('SKIP')
+md5sums=('3b83ef96387f14655fc854ddc3c6bd57'
+ 'fd6e2dfdc0e85a1609486f2f13460d97'
+ '1ec0dc28a2ff435cdd2b061f84e5cf2a'
+ '50ca87398919a20d322a73927b1f38bc'
+ '1fb2e867d7ea79803cbffe471621f7fb'
+ '01ec8b091eef8410cc5964633ee25c84'
+ '27051aaba28792ba5ffa2caf73c0fd08'
+ '1af971e67cbb6f0a724eb43fd9e2927e'
+ 'ef512838b400291403759acf4062c89b'
+ '21d6d1adf2c46f5a95ba8aae49b4eb93'
+ '88879604cbd25924977dbe1575fab854')
package() {
cd ${srcdir}