summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjogrue2019-10-10 09:22:44 +0200
committerjogrue2019-10-10 09:22:44 +0200
commite2caeed05923d80d0de3f1e25e0254ee800a4e06 (patch)
tree1fd1842818b3cd6a2cf391f8c31f0b0b3c21d292
parent909fba674305efb79fcba25ba544aae6e8259211 (diff)
downloadaur-e2caeed05923d80d0de3f1e25e0254ee800a4e06.tar.gz
Updated Sans and Serif fonts
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28964776a39b..aad3355a373f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ttf-adobe-source-fonts
pkgdesc = TTF versions of Adobe's Source fonts (includes non-variable versions of Source Sans Pro, Source Serif Pro, and Source Code Pro).
- pkgver = 2.045R+ro+1.095R+it+2.010R+ro+1.010R+it+2.030R+ro+1.050R+it
- pkgrel = 2
+ pkgver = sans+3.006R+serif+3.000R+code+2.030R+ro+1.050R+it
+ pkgrel = 3
url = https://github.com/adobe-fonts
arch = any
license = custom
- source = source-sans-pro-2.045R-ro-1.095R-it.tar.gz::https://github.com/adobe-fonts/source-sans-pro/archive/2.045R-ro/1.095R-it.tar.gz
- source = source-serif-pro-2.010R-ro-1.010R-it.tar.gz::https://github.com/adobe-fonts/source-serif-pro/archive/2.010R-ro/1.010R-it.tar.gz
+ source = source-sans-pro-3.006R.tar.gz::https://github.com/adobe-fonts/source-sans-pro/archive/3.006R.tar.gz
+ source = source-serif-pro-3.000R.tar.gz::https://github.com/adobe-fonts/source-serif-pro/archive/3.000R.tar.gz
source = source-code-pro-2.030R-ro-1.050R-it.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/1.050R-it.tar.gz
- sha256sums = 01e78d7ff451545ff1eec6cf14b28f62135e430a7ba80d74a90efd5334fef7eb
- sha256sums = 1266bbb787ef5cec53303728c9ac38f52b31a8476f9ebbf5477a5782f1c76255
+ sha256sums = a384e8c3246490bb5eaf79eb9eb9e41d7f2d167bb7d36280156ec77ae8ddfda1
+ sha256sums = bbb504463342f01666db34790574477b2bbd61a338897466461c66c4cd4464fd
sha256sums = a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b
pkgname = ttf-adobe-source-fonts
diff --git a/PKGBUILD b/PKGBUILD
index 0adc5b903025..a27920f64899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Johann Gründl <mail@johanngruendl.at>
pkgname=ttf-adobe-source-fonts
-_relver_sans=2.045R-ro/1.095R-it
-_relver_serif=2.010R-ro/1.010R-it
+_relver_sans=3.006R
+_relver_serif=3.000R
_relver_code=2.030R-ro/1.050R-it
-pkgver=${_relver_sans//[\-\/]/+}+${_relver_serif//[\-\/]/+}+${_relver_code//[\-\/]/+}
+pkgver=sans+${_relver_sans//[\-\/]/+}+serif+${_relver_serif//[\-\/]/+}+code+${_relver_code//[\-\/]/+}
_sans=source-sans-pro
_serif=source-serif-pro
_code=source-code-pro
_tarname_sans=${_sans}-${_relver_sans//\//-}
_tarname_serif=${_serif}-${_relver_serif//\//-}
_tarname_code=${_code}-${_relver_code//\//-}
-pkgrel=2
+pkgrel=3
pkgdesc="TTF versions of Adobe's Source fonts (includes non-variable versions of Source Sans Pro, Source Serif Pro, and Source
Code Pro)."
url="https://github.com/adobe-fonts"
@@ -21,15 +21,15 @@ source=("$_tarname_sans.tar.gz::https://github.com/adobe-fonts/$_sans/archive/$_
"$_tarname_serif.tar.gz::https://github.com/adobe-fonts/$_serif/archive/$_relver_serif.tar.gz"
"$_tarname_code.tar.gz::https://github.com/adobe-fonts/$_code/archive/$_relver_code.tar.gz"
)
-sha256sums=('01e78d7ff451545ff1eec6cf14b28f62135e430a7ba80d74a90efd5334fef7eb'
-'1266bbb787ef5cec53303728c9ac38f52b31a8476f9ebbf5477a5782f1c76255'
+sha256sums=('a384e8c3246490bb5eaf79eb9eb9e41d7f2d167bb7d36280156ec77ae8ddfda1'
+'bbb504463342f01666db34790574477b2bbd61a338897466461c66c4cd4464fd'
'a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b')
package() {
cd ./$_tarname_sans
install -d "$pkgdir/usr/share/fonts/${pkgname}"
install -t "$pkgdir/usr/share/fonts/${pkgname}" -m644 TTF/*.ttf
- install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE-sans"
+ install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE-sans"
cd ../$_tarname_serif
install -d "$pkgdir/usr/share/fonts/${pkgname}"
install -t "$pkgdir/usr/share/fonts/${pkgname}" -m644 TTF/*.ttf