Date: Monday, September 28, 2020 @ 15:20:56 Author: jleclanche Revision: 713028
upgpkg: ttf-roboto-mono 3.000-1: Upstream release 3.000 Modified: ttf-roboto-mono/trunk/PKGBUILD ----------+ PKGBUILD | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-28 14:52:54 UTC (rev 713027) +++ PKGBUILD 2020-09-28 15:20:56 UTC (rev 713028) @@ -1,9 +1,9 @@ # Maintainer: Jerome Leclanche <[email protected]> pkgname=ttf-roboto-mono -pkgver=2.002 -pkgrel=4 -_commit="5338537ef835a3d9ccf8faf386399f13a30605e2" # Latest commit touching the robotomono tree +pkgver=3.000 +pkgrel=1 +_commit="4df0b673c9b316ad5e8de8fa70b0768ab66c87d6" # Latest commit touching the robotomono tree pkgdesc="A monospaced addition to the Roboto type family." arch=("any") url="https://fonts.google.com/specimen/Roboto+Mono" @@ -10,29 +10,29 @@ license=("Apache") source=( "https://github.com/google/fonts/raw/$_commit/apache/robotomono/LICENSE.txt" - "https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Bold.ttf" - "https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-BoldItalic.ttf" - "https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Italic.ttf" - "https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Light.ttf" - "https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-LightItalic.ttf" - "https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Medium.ttf" - "https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-MediumItalic.ttf" - "https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Regular.ttf" - "https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Thin.ttf" - "https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-ThinItalic.ttf" + "https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Bold.ttf" + "https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-BoldItalic.ttf" + "https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Italic.ttf" + "https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Light.ttf" + "https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-LightItalic.ttf" + "https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Medium.ttf" + "https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-MediumItalic.ttf" + "https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Regular.ttf" + "https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Thin.ttf" + "https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-ThinItalic.ttf" ) sha256sums=( "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30" - "d5ba59021ad93bc505bc7a5e317aacc8ad408b4790b49b72429ae00659238f83" - "5f58d09712433c7f1f367ef5efb9a53c32e4fa64d8c2efadb590b61f7b434310" - "abd8c8470d448bdee13c8ee6a9b3e5e75f52617eed83d61139d80cc947855eb1" - "8a40d51f12d893655960757e1e1816c973c60354df294def5cca8173055b19c1" - "4cc36f82257e6b2290242ec0ee2a87c7b1faa07e0044e484603518cf9fc5c223" - "1e1b6ccb0d09ccad6f94cc23e03383a67d1c0f1f0889f6e45cccaf065a223003" - "ab985cd18485de9d5b9f5ea66c2a7a04cac9b8dcd7d20b2b86561d491735b43b" - "5d2a2caecd820a2ec200daf29a71ea672579adcb938b4bf2c51f1ee317c926b9" - "bed66ad44715f4d7836770cd7a3f1888961179de0f59b436703e4a477f92b13a" - "c7569d57dc40a12183a7370dc32f599f837d56f01f3bc46d08034d6d256cfc56" + "3c669d2987b72e83a924460900aec74448661d857d4de7076dfd08e931887db1" + "f11c756558506d22b4f1244b03cfe77dd83ddf37fa334915c1f5107ea99002bd" + "a1c3d85c3e9fd456cca6c79d65701ee549ecdeb628bb4578ff0a9290c6a67453" + "4f1220ab0b472ddaa9c7cb0057639ca685b6fab04aa85d9e130191970fa3557c" + "f231472b7748d96838a3586e4dedd6950799b1251b205af208fa7077e9861df6" + "0c4e5c4d4c3c37ca47cb4047ce8821965c8fbe51884d5b0098c79c7afa6e6ab0" + "0187ef04f288eaecdd4566732e2fad5f1ad1167298ed187a4f26beb061336ecb" + "7432e74ff02682c6e207be405f00381569ec96aa247d232762fe721ae41b39e2" + "63d0d03071c90ec5895ccc976eb54b14707efb6d84a05b8f19a34965ae2e31cb" + "1cf59149df39277adf11db75b271012d6c0c73cca01967db9e24cb9a8fe4ceed" ) package() {
