summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjogrue2020-09-21 11:48:11 +0200
committerjogrue2020-09-21 11:48:11 +0200
commit1af5296ff541fed31f630c0d9a145fee31f65311 (patch)
tree2dbfb99bafaad156946ef34470a4c3508b4f288f
parent03dedcd0383fefefbbdcd56365c20c3c83169d87 (diff)
downloadaur-1af5296ff541fed31f630c0d9a145fee31f65311.tar.gz
Updated Source Sans Pro and added a conflict with the ttf-sourcesanspro package
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d126e5b73639..93b91e5bfbc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
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 = 3.006R+3.001R+2.030R+ro+1.050R+it
- pkgrel = 3
+ pkgver = 3.028R+3.001R+2.030R+ro+1.050R+it
+ pkgrel = 4
url = https://github.com/adobe-fonts
arch = any
license = custom
- source = source-sans-pro-3.006R.tar.gz::https://github.com/adobe-fonts/source-sans-pro/archive/3.006R.tar.gz
+ provides = ttf-sourcesanspro
+ conflicts = ttf-sourcesanspro
+ source = source-sans-pro-3.028R.tar.gz::https://github.com/adobe-fonts/source-sans-pro/archive/3.028R.tar.gz
source = source-serif-pro-3.001R.tar.gz::https://github.com/adobe-fonts/source-serif-pro/archive/3.001R.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 = a384e8c3246490bb5eaf79eb9eb9e41d7f2d167bb7d36280156ec77ae8ddfda1
+ sha256sums = 12faf267e40f1be46daf44afce47facd6efb996e2f2f5abe0a3dde161d54e251
sha256sums = 84e08c9e870081e0fcda4d83b02e06a4a7f35e52f96491a2246eca8b82fc8a53
sha256sums = a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b
diff --git a/PKGBUILD b/PKGBUILD
index 595e1a038c2e..c7d6081d785a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johann Gründl <mail@johanngruendl.at>
pkgname=ttf-adobe-source-fonts
-_relver_sans=3.006R
+_relver_sans=3.028R
_relver_serif=3.001R
_relver_code=2.030R-ro/1.050R-it
pkgver=${_relver_sans//[\-\/]/+}+${_relver_serif//[\-\/]/+}+${_relver_code//[\-\/]/+}
@@ -11,17 +11,19 @@ _code=source-code-pro
_tarname_sans=${_sans}-${_relver_sans//\//-}
_tarname_serif=${_serif}-${_relver_serif//\//-}
_tarname_code=${_code}-${_relver_code//\//-}
-pkgrel=3
+pkgrel=4
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"
arch=(any)
license=(custom)
+conflicts=('ttf-sourcesanspro')
+provides=('ttf-sourcesanspro')
source=("$_tarname_sans.tar.gz::https://github.com/adobe-fonts/$_sans/archive/$_relver_sans.tar.gz"
"$_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=('a384e8c3246490bb5eaf79eb9eb9e41d7f2d167bb7d36280156ec77ae8ddfda1'
+sha256sums=('12faf267e40f1be46daf44afce47facd6efb996e2f2f5abe0a3dde161d54e251'
'84e08c9e870081e0fcda4d83b02e06a4a7f35e52f96491a2246eca8b82fc8a53'
'a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b')