Date: Tuesday, October 8, 2019 @ 13:44:47
  Author: jleclanche
Revision: 514231

upgpkg: ttf-roboto-mono 2.002-2

PKGBUILD reference fix

Modified:
  ttf-roboto-mono/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-10-08 13:18:33 UTC (rev 514230)
+++ PKGBUILD    2019-10-08 13:44:47 UTC (rev 514231)
@@ -10,17 +10,17 @@
 license=("Apache")
 depends=("fontconfig")
 source=(
-       
"https://github.com/google/fonts/raw/master/apache/robotomono/LICENSE.txt";
-       
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Bold.ttf";
-       
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-BoldItalic.ttf";
-       
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Italic.ttf";
-       
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Light.ttf";
-       
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-LightItalic.ttf";
-       
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Medium.ttf";
-       
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-MediumItalic.ttf";
-       
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Regular.ttf";
-       
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Thin.ttf";
-       
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-ThinItalic.ttf";
+       
"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";
 )
 sha256sums=(
        "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"

Reply via email to