Date: Wednesday, April 12, 2023 @ 09:59:42
  Author: heftig
Revision: 473881

2.042u+1.062i+1.026vf-1

Modified:
  adobe-source-code-pro-fonts/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-12 07:37:14 UTC (rev 473880)
+++ PKGBUILD    2023-04-12 09:59:42 UTC (rev 473881)
@@ -1,19 +1,23 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=adobe-source-code-pro-fonts
-pkgver=2.040u+1.060i+1.024vf
+pkgver=2.042u+1.062i+1.026vf
 pkgrel=1
 pkgdesc="Monospaced font family for user interface and coding environments"
 url="https://adobe-fonts.github.io/source-code-pro/";
 arch=(any)
 license=(custom)
-_relver=2.040R-u/1.060R-i/1.024R-vf
+_relver=2.042R-u/1.062R-i/1.026R-vf
 _tarname=source-code-pro-${_relver//\//-}
 source=(
   
"$_tarname.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/refs/tags/$_relver.tar.gz";
 )
-b2sums=('028836f4122c60dc5b8421c469c737b2753d75d09ff7450450904e754d8d962fffa02eb88077fd8d012c145f9a77670fe2c2d586d1e919581cea097c95ad5a51')
+b2sums=('16d5097bb8adbdbf0c0c61f708ea460e7608ebde7921fed464a2b71ed159416d9920bcbd72ad63d47a89460426a5c5af0c5a19ebac00ee7a1db0d61ae77a9823')
 
+pkgver() {
+  <<<"$_relver" sed 's/R-//g;s|/|+|g'
+}
+
 package() {
   cd $_tarname
   install -Dt "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 OTF/*.otf 
VF/*.otf

Reply via email to